Writing Modbus data to file

H

Thread Starter

Hafeez

I have to write the data from a modbus slave device to a file in a specific format ie <pre>
S No Reg# Data Date Time
1 4xxxx 49.5 12/12/12 12:46
. .
. .</pre>
how can I use the openfile, writefile and other function in LabWindows/CVI to do this....Thank you
 
Top