MELDAW Posted April 7 Report Share Posted April 7 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 Quote Link to comment Share on other sites More sharing options...
NoamM Posted April 10 Report Share Posted April 10 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 Quote Link to comment Share on other sites More sharing options...
MELDAW Posted April 11 Author Report Share Posted April 11 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? Quote Link to comment Share on other sites More sharing options...
NoamM Posted April 13 Report Share Posted April 13 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 Quote Link to comment Share on other sites More sharing options...
MELDAW Posted April 13 Author Report Share Posted April 13 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.