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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...