This is part of 2.1.0latest release.

MLxSignals

1.0.0

Data type for robot controller status signals.

Data structure used in MLxData structure.

Contains signals on system state.

Version history

1.0.0

  Rioual

Changes

Added:
  • RemoteMode signal
show full history

0.1.0

  deGroot

Changes

Changed:

Overview

nametypedefaultcomment
MLXGatewayConnectedBOOLMotoLogix communication ok
InitializationCompleteBOOLFor future use
ManualModeBOOLPendant keyswitch in Teach Mode
RemoteModeBOOLPendant keyswitch in Remote Mode
RestartRuntimeBOOLFor future use
DisableLimitsBOOLFor future use
AcceptHardwarePositionBOOLFor future use
EStop1PressedBOOLEStop1 is pressed
EStop2PressedBOOLEStop2 is pressed
EStop3PressedBOOLEStop3 is pressed
DeadmanDisengagedBOOLDeadman Switch is disengaged
GuardCircuitOpenBOOLGuard Circuit (SAFF) is open
AllDrivesEnabledBOOLall servo drives of all robots are enabled
AllDrivesDisabledBOOLall servo drives of all robots are disabled
SafetyCircuitOKBOOLthe safety circuit in the drive panel is in the reset state that allows the drives to be operational.
PendantConnectedBOOLa pendant is connected to the drive panel
ServoOnReadyBOOLPendant ServoOnReady status (relevant for TEACH operation)

Details

MLXGatewayConnected

BOOL

True when MotoLogix communication is OK. Useful to check if MotoLogix setup is correct.

InitializationComplete

BOOL

For future use

ManualMode

BOOL

True when Pendant keyswitch is in Teach mode, False otherwise.

RemoteMode

BOOL

True when Pendant keyswitch is in Remote mode, False otherwise.

RestartRuntime

BOOL

For future use

DisableLimits

BOOL

For future use

AcceptHardwarePosition

BOOL

For future use

EStop1Pressed

BOOL

True when Emergency Stop is pressed on the Teach Pendant (PPESP).

EStop2Pressed

BOOL

Emergency Stop on the controller door is pressed. This Emergency Stop button does not exist on european controller.

EStop3Pressed

BOOL

True when an External Emergency Stop signal is pressed. It corresponds to terminals 5,6,7 and 8 on the X18 terminal block EXESP.

If ProfiSafe or Ethernet/IP Safe communication is used, signal may correspond to the External Emergency Stop signal in the safety logic circuit S-EXESP.

DeadmanDisengaged

BOOL

False while the Teach Pendant Deadman Switch is pressed.

GuardCircuitOpen

BOOL

True when Safety Fence (SAFF) is opened. Only Jog motion using the Teach Pendant can be performed. Correspond to terminals 1,2,3 and 4 on the X18 terminal block.

AllDrivesEnabled

BOOL

All servo drives of all robots are enabled.

AllDrivesDisabled

BOOL

All servo drives of all robots are disabled.

SafetyCircuitOK

BOOL

The safety circuit in the drive panel is in the reset state. It allows the drives to be operational.

PendantConnected

BOOL

True when a Teach Pendant is connected to the controller.

ServoOnReady

BOOL

Teach Pendant ServoOnReady status. True if SERVO ON light is ON or blinking.

Relevant for teaching operation using the Teach Pendant.

Pages built with Hugo - 23 Apr 2024 11:54 CEST