Hi,
I am currently trying to use an ultrasonic flow meter to determine flow through a pipe, during this time I would like to record the data using the dataTaker DT80. Currently I have connected the flow meter to the DT80 with a RS232 cable using the host port. I have chosen this port as a manual channel and succeeded in the channel setup. The problem arises when I try to read the data. I have tried using sections of previous topics but still no data is returned.
Here is my current code - NOTE: this is not a schedule but only a command.
PS=RS232,9600,N,8,1,NOFC
2SERIAL("\e{DT(CR)}" )'send command to host port - should read the date and time
2SERIAL("%2d","Date" )
2SERIAL(".%2d","Month" )
2SERIAL(".%4d","Year" )
2SERIAL("%*1s%2d","Hour" )
2SERIAL(":%2d","Minute" )
2SERIAL(":%2d","Second" )
This is only my second day of using the dataTaker so would appreciate some help. Thank you.
Hi,
I am currently trying to use an ultrasonic flow meter to determine flow through a pipe, during this time I would like to record the data using the dataTaker DT80. Currently I have connected the flow meter to the DT80 with a RS232 cable using the host port. I have chosen this port as a manual channel and succeeded in the channel setup. The problem arises when I try to read the data. I have tried using sections of previous topics but still no data is returned.
Here is my current code - NOTE: this is not a schedule but only a command.
PS=RS232,9600,N,8,1,NOFC
2SERIAL("\\e{DT(CR)}" )'send command to host port - should read the date and time
2SERIAL("%2d","Date" )
2SERIAL(".%2d","Month" )
2SERIAL(".%4d","Year" )
2SERIAL("%*1s%2d","Hour" )
2SERIAL(":%2d","Minute" )
2SERIAL(":%2d","Second" )
This is only my second day of using the dataTaker so would appreciate some help. Thank you.