Controllogix addressing

GCBAutomation

Member
Join Date
May 2013
Location
US
Posts
4
Hi... dumb question: if I scale an analog input in the module properties, do I need to create a new tag or can I just use the controller tag for that module input... thanks...
 
In general, you just use the ordinary Input data tag, since it contains the scaled result value you want.

Another common technique is to make a tag with a purpose-specific name, and make it an Alias to the Input data tag.

That way in the rest of your program you can reference "SandPounder_Thrust_Bearing_Temp" instead of Local:1:Input.Data[0].
 
Or, aside from an alias as above, dedicate a specific routine just to scanning inputs, and copy the tag to an internal value.


I find this the best, as for testing, even without IO, you can just not scan that input routine, and manually set all values however you like.
 

Similar Topics

We are updating A few older Aveva Wonderware InTouch applications from a SLC PLC to a new ControlLogix PLC. What is the best way to deal with the...
Replies
2
Views
1,111
I am migrating an Allen-Bradley SLC based system to ControlLogix and need some help with DeviceNet addressing. The SLC system has a 1747-SDN and I...
Replies
3
Views
1,477
I am trying to connect 1756-L65 clx to a PV550 via Controlnet but I keep getting "Error(9005)" which is an invalid tag when I try to save the...
Replies
5
Views
2,059
Hi I have an L83 ControlLogix processor that is successfully communicating with Wonderware Intouch. However when I try to use indirect Addressing...
Replies
4
Views
3,146
Hello :) I've already come up with a solution to the problem described below, so this is mainly a curiosity had the situation been different...
Replies
6
Views
3,749
Back
Top Bottom