Rslogix 5000 syntax

unsaint32

Member
Join Date
Oct 2012
Location
minneapolis
Posts
365
Why does RSlogix 5000 allow a tag name "integer.1" and "integer.[1]" to be interchangeable? For the elements of the integer, it doesn't matter whether the bit number is bracketed or not. I am just curious. Thank you.
 
Integer.1 can only be a fixed address
Integer.[index+1] can be an expression
I see. That makes sense.
Other programmers I work with use either method even for a fixed address. I will have to implement a rule not to use the bracket for fixed address elements to make things easier for maintenance techs. Thank you.
 

Similar Topics

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
151
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
574
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
513
Hello all, I have a question in regards to RSlogix 5000. I am having issues with the program force closing when I try to make online edits. We...
Replies
0
Views
119
Back
Top Bottom