Jump to content

Export Data table from HMI button


Elmajestin

Recommended Posts

You can use the built in functions to send a CSV file:

HMI button sets a bit-->

"Store DTI to File"  Make sure to set "F" to 1 so it saves a CSV file  onto the SD card-->

Then when the "H" status finishes (1-->0) you can use the built in "FTP Send" to send that CSV file you named in the "Store DTI to File"

Then go find it and open in Excel (import as CSV).

 

Now if you want to import it back into the PLC after you make changes to the file you need to reverse  this process:

save as CSV (on computer)

"FTP Receive"

"Convert CSV to UDTF"

"Load DTI from File"

 

 

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.