IF_HardwareLimit - Allgemeine Informationen
Typ: |
Schnittstelle |
Verfügbar ab: |
V1.0.0.0 |
Erbt von: |
- |
Dieses Kapitel enthält Informationen zu folgenden Aspekten:
Schnittstelle um Hardwarelimits an das RoboticModule zu übergeben. Aktive Limits führen je nach aktiver Betriebsart zu Reaktionen im RoboticModule.
Name |
Datentyp |
Zugriff |
Beschreibung |
---|---|---|---|
raxAuxAxNegative |
REFERENCE TO ARRAY [ROB.ET_RobotComponent.AuxAx1..ROB.ET_RobotComponent.AuxAxAll+ROB.Gc_udiMaxNumberOfAuxiliaryAxes] OF BOOL |
Lesen / Schreiben |
Negatives HardwareLimit für eine Hilfsachse. |
raxAuxAxPositive |
REFERENCE TO ARRAY [ROB.ET_RobotComponent.AuxAx1..ROB.ET_RobotComponent.AuxAxAll+ROB.Gc_udiMaxNumberOfAuxiliaryAxes] OF BOOL |
Lesen / Schreiben |
Positives HardwareLimit für eine Hilfsachse. |
raxAxisNegative |
REFERENCE TO ARRAY [ROB.ET_RobotComponent.AxisA..ROB.ET_RobotComponent.ROB.ET_RobotComponent.AxisAll+ROB.Gc_udiMaxNumberOfAxes] OF BOOL |
Lesen / Schreiben |
Negatives HardwareLimit für Achsen. |
raxAxisPositive |
REFERENCE TO ARRAY [ROB.ET_RobotComponent.AxisA..ROB.ET_RobotComponent.AxisAll+ROB.Gc_udiMaxNumberOfAxes] OF BOOL |
Lesen / Schreiben |
Positives Hardwarelimit für Achsen. |
raxCartesianNegative |
REFERENCE TO ARRAY [ROB.ET_RobotComponent.CartesianX..ROB.ET_RobotComponent.ROB.ET_RobotComponent.CartesianZ] OF BOOL |
Lesen / Schreiben |
Negatives Hardwarelimit der X-,Y-,Z-Achse des Roboterkoordinatensystems. |
raxCartesianPositive |
REFERENCE TO ARRAY [ROB.ET_RobotComponent.CartesianX..ROB.ET_RobotComponent.CartesianZ] OF BOOL |
Lesen / Schreiben |
Positives Hardwarelimit der X-,Y-,Z-Achse des Roboterkoordinatensystems. |
etAuxAxSignalType |
Lesen / Schreiben |
Auswahl, ob die Signale an raxAuxAxNegative und raxAuxAxPositive als Öffner / ET_SignalType.NormallyClosed oder Schließer / ET_SignalType.NormallyOpen ausgeführt werden. |
|
etAxisSignalType |
Lesen / Schreiben |
Auswahl, ob die Signale an raxAxisNegative und raxAxisPositive als Öffner / ET_SignalType.Normallyclosed oder Schließer / ET_SignalType.NormallyOpen ausgeführt werden. |
|
etCartesianSignalType |
Lesen / Schreiben |
Auswahl, ob die Signale an raxCartesianNegative und raxCartesianPositive als Öffner / ET_SignalType.NormallyClosed oder Schließer / ET_SignalType.NormallyOpen ausgeführt werden. |