Logix 5000 renaming UDT members

lambles

Member
Join Date
Aug 2003
Location
South Australia
Posts
20
Hi all,
If I rename an element of a UDT the new name flows through to the tag database where the UDT is used however it does not flow through to the ladder logic....is this normal?

To maybe explain a bit better see the following 2 scenarios.

Scenario 1
I have a tag called MOTOR_RUNNING which is a bool base tag in the controller tag database. I use this bit in the logic in various places. If I change the tagname to MOTOR_OPERATING all instances of this bit throughout the logic update to the new name also. No problem and as I would expect.

Scenario 2
I have a UDT for the motor called MOTOR_UDT and with 3 members, RNG (running), STP (stopped), FLT (fault). I use this UDT X times with a tag called MOTOR ,so my database has MOTOR[X].RNG, MOTOR[X].STP, MOTOR[X].FLT and these bits are used in the logic. Nothing hard so far.
Now if I edit the UDT and change the RNG member name to RUN and hit the apply button all the names change correctly in the tag database, as I would expect so I have MOTOR[X].RUN.
However the tags do not update in the ladder logic and hitting “Verify” brings up “Invalid Member Specifier” anywhere the tag is used and the name of the tag is still MOTOR[0].RNG.

So the question is, is this normal behaviour or am I missing something here? Do I need to do find and replace? I am using version 19.

Thanks
 

Similar Topics

I recently did a program conversion from logix 500 to studio 5000 and when machine runs it depends on two ton instructions to keep the machine in...
Replies
17
Views
323
Hello, I am trying to read a barcode scanner input using a cognex dataman 280 barcode reader, store it another string, the compare with another...
Replies
1
Views
64
Hello. Why is my RSLogix 5000 start in grace period mode, even though I have a valid license? I also think I have a decently recent FT Activation...
Replies
3
Views
135
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
175
Back
Top Bottom