ControlLogix Motion Axis Properties

Peter Laing

Member
Join Date
Oct 2005
Location
BC
Posts
73
ControlLogix motion axis properties, such as feedback parameters, servo gains, limits & etc. are normally accessed via a property window for the motion group axis. This works fine, however, I would like to give the end user access to a few of these parameters, via a HMI page. Can anyone enlighten me on how to access these properties programmatically? Thanks in advance.
PL
 
GSV - Get System Value - Move it to a dint or real or whatever the native data type is.

SSV - Set System Value - Moves the value from a real or dint to the Servo Axis property.
 
Here's a screen shot of the GSV:
GSVServoTest.gif


Cheers,
PL
 
Yes sir.
I don't typically trigger a GSV or SSV every scan, I drive it by event as to keep the overhead a little lower.
 

Similar Topics

Hey guys, I want to display the axis status of a servo in PV+. Specifically, I want to display whether the axis is On or off. As in, MSO...
Replies
2
Views
4,584
For the first time today I tried to create a second motion group in a ControlLogix PLC, but the "New Motion Group" option is grayed out. Is it...
Replies
3
Views
3,487
Hello all I am adding a new SERCOS module to an existing Controllogix rack and two new axis to an existing Controllogix project on a customers'...
Replies
4
Views
2,094
I am studying AB 1756 MO2AE module's manual. The manual says that the module connects to a servo drive. This doesn't make sense to me. I...
Replies
2
Views
3,293
Hello All, I am working on motion in Controllogix. I am going to sync two axis and was thinking of using MDAC. I enter master axis and slave...
Replies
1
Views
2,020
Back
Top Bottom