Reading PLC5/40 s-register into PV1500

pw3

Member
Join Date
Sep 2007
Location
MICHIGAN
Posts
96
Long-winded subject line, but I basically need to know the proper addressing notation for a PV1500 Plus to read individual bits out of the S-register of a PLC5/40e.

Using RSViewME, when I browse for tags the S-register shows up as "S2" in the folder tree. I can then specify the entire integer--S2:1 for example--but it will not allow me to look at an individual bit, like S2:1.1. When I type in the ".1" and put the application into SIM mode I get a message that the tag "is no longer available".

I would like to incorporate a number of the status registers into our application as alarms--has anyone run into this issue?

Thanks--o_O
 
You have the right idea. You type in the bit number. But in the PLC-5 you must use a "/" character to separate the bit from the word. For example: S:1/15

It is not necessary to specify the "2" in S2 since the Status file can only be in file 2. Just like you don't have to specify the "0" for outputs or the "1" for inputs.

OG
 
you're the man

Thanks--just tried it, worked fine. Needs to be put in the "Things AB doesn't tell you about their products" book.
 
Glad that did the trick. Bear in mind that the PV+ is really geared toward the newer Logix 5000 style controllers where everything is tag based. Sometimes things in the PLC/SLC are a little clunky as a result.

Even still, even in the Logix 5000 if you wanted a bit within a tag, you still are faced with the same predicament.

OG
 

Similar Topics

I have 2 slc5/05 plc 's connected over ethernet. I am able to have one Plc read any word from the second successfully for example if I have Target...
Replies
8
Views
1,936
Hi, Not my first post (as I can't find my old login for the life in me) 🙃🙃 So I have a PLC5 reading an INT from a CLX. On the CLX side...
Replies
9
Views
1,525
I am trying to set up a msg read and write using a controllogix and PLC5. All the MSG instructions will reside in the CLX. The CLX is on an...
Replies
2
Views
1,802
To read in four 'N' registers from a PLC5/Series D into a Control Logix 1756-L55/A processor, would I just need to set up the message in the CL...
Replies
6
Views
8,440
Trying to setup a message read via Ethernet. I have the path setup as 1, 1, 2, 192.168.66.10 I get an error code 1, ext err 315. I am beating...
Replies
9
Views
225
Back
Top Bottom