Hello,
I am trying to interface with a vacuum pressure gauge in my lab that uses RS485 2 wire, half duplex to communicate via the DT80. If I am reading the manual correctly, this command should work: '#01RD<Carriage Return>', where the 01 is the RS485 address of the gauge and RD is the command to readout the pressure. So I came up with the following command and plopped it into a manual channel:
PS=RS485,19200,N,8,1
2SERIAL("\e{#01RD\013}%f[5CV]" )
Where the PS data is the defaults listed in the manual. When I try and save this to the logger I get the following error:
E122 - Command incompatible with configured port function at line 42 col 33 [ }%f[5CV]' )<err> ]
Could someone please explain what is wrong? My apologies if this is a simple error, I am not very experienced with Serial Communication.
Thanks a lot!
-Eric
Hello,
I am trying to interface with a vacuum pressure gauge in my lab that uses RS485 2 wire, half duplex to communicate via the DT80. If I am reading the manual correctly, this command should work: '#01RD<Carriage Return>', where the 01 is the RS485 address of the gauge and RD is the command to readout the pressure. So I came up with the following command and plopped it into a manual channel:
PS=RS485,19200,N,8,1
2SERIAL("\e{#01RD\\013}%f[5CV]" )
Where the PS data is the defaults listed in the manual. When I try and save this to the logger I get the following error:
E122 - Command incompatible with configured port function at line 42 col 33 [ }%f[5CV]' )<err> ]
Could someone please explain what is wrong? My apologies if this is a simple error, I am not very experienced with Serial Communication.
Thanks a lot!
-Eric