RSLogix 5000 and ASCII strings

dgrockwell

Member
Join Date
Oct 2005
Location
dfsgd
Posts
2
I am trying to send a command string via the serial port of a Logix5555 processor to an Omron RFID controller.

Using a SLC 500 I can send this command string: ARA1000A1E*^M ,and get the desired response.

Using RSLogix5000 with the port and user protocol configured exactly the same, I get a response from RFID controller of "wrong command format".

Does the 5000 send a string differently than the 500?

Thanks,
Frustrated
 
dgrockwell said:
I am trying to send a command string via the serial port of a Logix5555 processor to an Omron RFID controller.

Using a SLC 500 I can send this command string: ARA1000A1E*^M ,and get the desired response.

Using RSLogix5000 with the port and user protocol configured exactly the same, I get a response from RFID controller of "wrong command format".

Does the 5000 send a string differently than the 500?

Thanks,
Frustrated

make sure the termination characters are the same


user_clgx.jpg



user_slc.jpg
 
Thanks for the reply. I figured it out. I had to use the string browser to write the CR. The whole string counted as one less character than the string I was trying to send.
 

Similar Topics

Hi guys, I got barcode scanner, which give me each character as SINT (style is ASCII), I want to put all these characters in one string, which...
Replies
6
Views
3,872
Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
157
I am completely stuck on building a ladder program that requires a start button to be pressed 3 times to turn on motor 1. Then motor 2 starts...
Replies
20
Views
580
First off, I'm a hobbyist-level programmer, and this program isn't controlling anything anything that could even remotely be considered "life...
Replies
18
Views
518
Back
Top Bottom