ControlLogix motion Axis status display

russrmartin

Member
Join Date
Aug 2002
Location
Eastman, Wisconsin
Posts
744
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 completed, axis is on. MSF completed, axis is off. MASD completed, axis is shutdown. As far as the MSO part is concerned, what tag value can I address to to monitor the on/off condition of the axis? Thanks in advance.

Russ
 
russrmartin said:
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 completed, axis is on. MSF completed, axis is off. MASD completed, axis is shutdown. As far as the MSO part is concerned, what tag value can I address to to monitor the on/off condition of the axis? Thanks in advance.

Russ

Russ,

When you configure the axis in RsLogix5000, a data type AXIS_SERVO_DRIVE will be created for each axis in your project. When you expand the data typed named, you will see a whole list of tags that give you axis details. You are specifically looking for :
Your_Axis_Name.DriveEnableStatus
Your_Axis_Name.ShutDownStatus

both are type BOOL, that can be used on a PV+ to toggle message display

Ian
 
Need a double check

Maybe I had a brainfart yesterday during checkout. I had used both bits you suggested. The drive enabled did not seem to work. Perhaps I have an addressing problem that I didn't see. I'll doublecheck this this afternoon. Thanks for the quick response.

Russ
 

Similar Topics

ControlLogix motion axis properties, such as feedback parameters, servo gains, limits & etc. are normally accessed via a property window for the...
Replies
4
Views
3,569
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,461
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,091
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,289
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,015
Back
Top Bottom