HMI Data to Excel

We are using an HMI interface (LRDevice) with a proximity sensor. Our workers need to take multiple readings on each pipe we produce.

We would like to have the value displayed on the HMI to be able to be put into a pre-made excel spreadsheet that calculates tolerances associated with the work order.

So basically the value would need to appear in the excel spreadsheet and the worker would take another reading withthe sensor and that second reading would need to go into that same spreadsheet and so on for about 20 values per pipe.
 

Attachments

No problem with a Pro-face touchpanel. Writing data to CSV files is standard functionality in the development tool software.
You can write the measured value (or a calculated value) to a standard CSV file on SD-card or USB stick. It is also accessable remotely with FTP.
 
Top