skyfox

NB Series HMI. Save data to USB. How?

2 posts in this topic

I have a screen with several variables displayed to an end user that indicates results of a test run. How do I save this data values to the plugged in USB drive?

 

Display screen will have the following format.

Run ID # (integer)

User Name (String - 20 characters - 11 Bytes)

Batch ID# (integer)

Test Data 1 (Real)

Test Data 2 (Real)

Test Data 3 (Real)

 

All these are contiguous %D Memory addresses (D100 to D119) read from the PLC that will be shown on a HMI screen.

Upon a button press, I would like to write this data on to a CSV or a text) file shat will be saved to the plugged in USB drive. Is this possible? File name can be either the RUN ID or the BATCH ID.

Thanks.

Share this post


Link to post
Share on other sites

You could save a screenshot, or setup datalogging on a trigger (which would be the cycle finished indicator). It would be easier to do it in the PLC I think, save it as a CSV to the SD card

Share this post


Link to post
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