MELDAW Posted April 7, 2023 Report Share Posted April 7, 2023 Hello everyone, i want to use the combo box to choose a CSV files in SD card, or use their STRING(names) from DTI tables, is it possible? Also can anyone explain to me how the indirect combo box working (tag and path)? Thank you Link to comment Share on other sites More sharing options...
NoamM Posted April 10, 2023 Report Share Posted April 10, 2023 Hi MELDAW, How the indirect combo box working (tag and path)? Choose indirect, set the Drive Type, then in Path (Const) set the path to your file. For example of I have a file name myFile.txt on the root folder of my SD the value will be #"myFile.txt"In the used file each string should be in a separate line, The txt file needs to be in UTF-8 encoding. For example: Dog Cat Mouse I want to use the combo box to choose a CSV files in SD card, or use their STRING(names) from DTI tables, is it possible? Only supported format is as described in my answer above. I hope it help. I will make sure this info will be added to Help section 1 Link to comment Share on other sites More sharing options...
MELDAW Posted April 11, 2023 Author Report Share Posted April 11, 2023 Thank You for answer, and let's say I have this file myFile.txt is it possible to modify it or update it using my IHM?And for the Tag selection what should it be? Link to comment Share on other sites More sharing options...
NoamM Posted April 13, 2023 Report Share Posted April 13, 2023 is it possible to modify it or update it using my IHM? Not directly. You can add Ladder logic using: And trigger it from HMI.And for the Tag selection what should it be? I don't understand the question. Can you elaborate please? 1 Link to comment Share on other sites More sharing options...
MELDAW Posted April 13, 2023 Author Report Share Posted April 13, 2023 what i am trying to do is the same thing when we are in Uniapps, and we go to Data Tables, we get the Combo box all Data Tabels avalaible and we choose when with the combo box, I am trying to do the same thing, with exported CSV files by the Store DTI function, and load them with combo box to a DTI. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now