RSLogix500 questions

bitmonkey

Lifetime Supporting Member
Join Date
Oct 2015
Location
Ohio
Posts
94
1. What the heck is a "Q"?

2. I stumbled across a program this morning that was obviously written by a very experienced programmer, and it's got me scratching my head.
There are 12 discrete outputs hard wired to a message display panel. They are labeled 1,2,4,8,16,32,64 etc. and they are being used. But yet when I open the output data table and click on usage, it shows them as ...... which is not being used. They don't show up in the ladder and I can't figure out how they are being turned on and off.
 
it's usually just a letter that's assigned to a LBL (Label) or a matching JMP (Jump) instruction ..

you wouldn't be able to "tie" a comment/description to a simple NUMBER - so the software uses the Q so that you can give a description to the JMP or the LBL ...

you'll see the same effect when they use the letter "U" in front of a JSR (Jump to Subroutine) instruction ...
 
Last edited:
Why would you use a mask of 00ff? that converts to 11111111, which is no mask at all, isn't it?
 

Similar Topics

So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
3
Views
43
So here's my situation, I have been tasked with modifying the logic to mimic a button press in the PLC. I have two identical machines however one...
Replies
6
Views
543
Hello, I'm new to programming. I'm using RSLogix500 to modify an existing program for a SLC500. My plan was to use one of the existing inputs...
Replies
26
Views
1,995
So i have an allen bradley rack (2080-LC50-24QWB), i have it connected through ethernet. I dont have an offline program so im trying to upload...
Replies
6
Views
685
Hi Everyone, I am supporting a system which runs on a SLC 500 (1747-L532). A fault has developed whereby the output state of some digital outputs...
Replies
10
Views
1,005
Back
Top Bottom