Studio 5000 showing serial instructions not allowed

P-Nasty

Member
Join Date
Oct 2021
Location
Maine
Posts
11
Hello everyone,

I'm starting a program for a CompactLogix 5380 series PLC for an upcoming build. I need to send and receive ASCII strings to/from a serial device.

I have selected a 5069-L306ER controller, and I'll be adding 5069-SERIAL. I don't physically have any of these things yet.

5069-L306ER is listed in the CompactLogix 5380 block of compatible controllers with a 5069-SERIAL on page 10 of the 5069-SERIAL user manual located here: https://literature.rockwellautomation.com/idc/groups/literature/documents/um/5069-um003_-en-p.pdf

So far, I've written a subroutine for sending/receiving ASCII strings, but on the 3 rungs using ASCII string commands, I have an error in Studio 5000. The 3 errors are "<ASCII COMMAND>: Invalid instruction reference. Serial port instructions not allowed for this controller type." with the ascii commands being ABL, ARL, and AWA.

I have added the 5069-SERIAL to the backplane of the PLC in the controller organizer and set it up.

When I click on the error message, the error message window says "verifying program connections" and the error remains the next time I verify the controller.

Right now I'm hoping that when I physically have the PLC and module connected, this problem will go away. However, hoping the problem will fix itself seems like a terrible plan.

Has anyone else experienced this error?

Will it fix itself?

Am I missing an important step?

Thanks ahead of time!
 
This module doesn't use those commands. Those are only for built-in serial ports on the CPU. There is sample code in the manual.
 
Thanks.

It looks like I got a bit ahead of myself when I saw there was a manual just for ASCII strings, so I never looked through the 5069-SERIAL manual for how to do it.
 

Similar Topics

as I am new to allenbradley, can any body help me to select which AB RS logix platform with order number supports 1768-L43 PLC's
Replies
3
Views
6,377
Hi Everyone. Not posted on here for a long time, but I am hoping someone can help me. I am doing a differential pressure calculation in a L27ERM...
Replies
15
Views
267
Hi, how do I convert 2x Integer registers to a Real? The two integers are from Modbus registers that contain a floating point value, I need to...
Replies
2
Views
121
What is the best way to extract the hour and minute from the register that comes from Yaskawa VFD. In studio 5000 I have a register saved as INT...
Replies
3
Views
125
I have an Allen Bradley temperature switch that I am trying to use in studio 5000. I am getting the message "Unable to interpret the IODD file"...
Replies
0
Views
76
Back
Top Bottom