03-14-2008 03:58 PM
03-17-2008 07:01 PM
03-18-2008 09:49 AM
Thanks Eric,
If I am writing my ASCII data to a text file, how would I use/access the values from that ASCII file to use in the comparison and case structure function. Is there a way to specify the exact column to read in the text file? Can this be continuously read until the specified load is reached?
Thanks
Jena
03-18-2008 09:58 AM
03-18-2008 10:28 AM
I am controlling an actuator through serial communication and controlling a signal conditioner through another serial communication. The signal conditioner can be controlled with ASCII commands to start and stop the reading of data. At the start of a test, I will start the signal conditioner and then start the actuator. The signal conditioner will read the continuous data and load being placed onto a 6 DOF load cell. In the signal conditioner manual it says that once the Start command is received, data will be continuous until the Stop command is received. From my little knowledge of serial communication, I think that this data will be sent continuously through the String Read indicator. I would like to use this data to control when the actuator stops but am unsure of how to access it. Is there a way to access this data? Or do I need to access this data through a text file?
Thanks
Jena
03-18-2008 10:58 AM