06-13-2013 11:38 PM
Hi all, I have input the exact commands according to the UP55A manual and pretty sure the connections are correct but my labview doesnt seems to be responding. Also i refer to this link where i got most of the interface information.
This is the command i send in:
\010101FINF6\03\r
01-STX, 01-adress, 01-CPU No. (fixed at 01), F-600ms response time, INF6-read model, 03-ETX, r-CR
The output string does not display anything.
06-14-2013 01:57 AM
Hi,
In your VI I am missing the F for the time-out. In the VI and post I don't see the checksum.
How did you connect the RS-485 interface. Connection, wires, terminators, ?
Kees
06-14-2013 02:16 AM
Hi,
I am using a usb to 485 converter and connects it to RDA(+) RDB(-) of the UP55A.
As far as I am concern, the checksum is not required. Please correct me if i am wrong.
06-14-2013 02:23 AM
I never used the UP55A.
Which command are you using. On page 3-21 (and others) I see the checksum.
How long is your cable to the UP55A. Is one of the ports isolated (floating) ?
Did you use terminators ?
Kees
06-14-2013 03:46 AM
Hi Kees,
Which manual are you referring?
The cable is really really short. I just hooked it and is infront of my monitor, on top of my working table. Jst a few inch to be exact. And I did not use any terminators. checksum is not needed and can be ignored i suppose.
This is the user manual:
http://www.insatech.com/downloads/UP55A_Users_Manual_IM05P02C41-01EN_020.pdf
This is the rs485 manual:
http://www.electro-meters.com/Assets/pdf2_files/Yokogawa/Controller_folder/UP55A/UP55A_RS485_Comm.pd...
06-14-2013 03:53 AM
The last one is the comminication manual. Although I have version 9 (and yours is version 6) page 3-21 are the same.
Kees
06-14-2013 04:16 AM
Hi Kees. Thank you for pointing out on that. Trying on the checksum. Would post again soon.
06-14-2013 04:51 AM
Hi, on page 3-22
(7) Checksum
The ASCII codes of text from the character following STX up to before the checksum
are added one byte at a time. The lowermost byte of the addition result is removed,
and an ASCII text string of two bytes expressed in Hex is taken to be the checksum.
This column is required only when performing PC link communication with a
checksum.
When performing PC link communication without a checksum, this ASCII code 2-byte
area is not required.
In the controller, the protocol that I have selected is PCL (without checksum function). Therefore, the checksum area can be ignored?
The commands \020101FINF6\03\r is not working.
06-14-2013 05:11 AM
Can you have a look at page 1-1 of the user manual.
06-14-2013 06:03 AM
Hi Kees, I have gone through those steps.