Ereignisoperator
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | CENPyOlpEventOperator |
| Modul | cenpylib.CENPyOlpEventOperator |
| Paket | cenpylib |
| Veröffentlichung | R2025.2.4 |
| Methoden | 21 |
Schneller Start
# Boilerplate Example
# Acquire the event object from the runtime context
eventOperator = ... # provided by the frameworkMutation Methods
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
AddEvent | CENPyOlpEventObject | Fügen Sie Technologie-Event auf das eingegebene Werkzeugpfadelement oder am Ende des Werkzeugpfadsegments hinzu. |
AddEventWaitForBoolSensor | CENPyOlpWaitForBoolSensorEvent | Fügt ein WaitForBoolSensor-Ereignis zum Ziel-Toolpath-Element hinzu. |
AddEventBoolActor | CENPyOlpBoolActorEvent | Fügt ein BoolActor-Ereignis zum Ziel-Toolpath-Element hinzu. |
AddEventFloatArrayActor | CENPyOlpFloatArrayActorEvent | Fügt ein FloatArrayActor-Ereignis zum Ziel-Toolpath-Element hinzu. |
AddEventSetBoolSignal | CENPyOlpSetBoolSignalEvent | Fügt ein SetBoolSignal-Ereignis zum Ziel-Toolpath-Element hinzu. |
AddEventSetFloatSignal | CENPyOlpSetFloatSignalEvent | Fügt ein SetFloatSignal-Ereignis zum Ziel-Werkzeugpfadelement hinzu. |
AddEventSetIntSignal | CENPyOlpSetIntSignalEvent | Fügt ein SetIntSignal-Ereignis zum Ziel-Toolpath-Element hinzu. |
AddEventWaitForBoolSignal | CENPyOlpWaitForBoolSignalEvent | Fügt ein WaitForBoolSignalEvent hinzu, um das Toolpath-Element zu targeten. |
AddEventWaitForFloatSignal | CENPyOlpWaitForFloatSignalEvent | Fügt ein WaitForFloatSignalEvent zum Ziel-Toolpath-Element hinzu. |
AddEventWaitForIntSignal | CENPyOlpWaitForIntSignalEvent | Fügt ein WaitForIntSignalEvent zum Ziel-Toolpath-Element hinzu. |
AddSpeed | CENPyOlpSpeedEvent | Fügt ein Geschwindigkeitsereignis zum Ziel-Toolpath-Element hinzu. |
AddToolEvent | CENPyOlpToolEvent | Fügt ein Tool-Event zum Ziel-Toolpath-Element hinzu. |
AddToolEvent | CENPyOlpToolEvent | Fügt ein Tool-Event zum Ziel-Toolpath-Element hinzu. |
AddAccuracyEvent | CENPyOlpAccuracyEvent | Fügt ein Genauigkeitsereignis zum Ziel-Werkzeugweg-Element hinzu. |
AddDwellEvent | CENPyOlpDwellEvent | Fügt ein Verweilungsereignis zum Ziel-Toolpath-Element hinzu. |
AddSyncRobotsEvent | CENPyOlpSyncRobotsEvent | Fügt ein Synchronize Robots-Ereignis zum Ziel-Werkzeugweg-Element hinzu. |
AddAccelerationEvent | CENPyOlpAccelerationEvent | Fügt ein Beschleunigungsereignis zum Ziel-Werkzeugweg-Element hinzu. |
AddSetResourcePortEvent | CENPyOlpSetResourcePortEvent | Fügt ein SetResourcePort-Ereignis zum Ziel-Toolpath-Element hinzu. |
AddSetResourcePortEvent | CENPyOlpSetResourcePortEvent | Fügt ein SetResourcePort-Ereignis zum Ziel-Toolpath-Element hinzu. |
AddWaitForResourcePortEvent | CENPyOlpWaitForResourcePortEvent | Fügt ein WaitForResourcePort-Ereignis zum Ziel-Toolpath-Element hinzu. |
Execution & Actions
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
ExecuteEvent | — | Löst bei dem gegebenen Ereignis eine Neuberechnung aus. |
Verwandte Typen
- Event Object
- Tp Element
- Wait For Bool Sensor Event
- Sensor
- Bool Actor Event
- Actor
- Float Array Actor Event
- Set Bool Signal Event
- Set Float Signal Event
- Set Int Signal Event
- Wait For Bool Signal Event
- Wait For Float Signal Event
- Wait For Int Signal Event
- Speed Event
- Tool Event
- Accuracy Event
- Dwell Event
- Sync Robots Event
- Acceleration Event
- Set Resource Port Event
- Wait For Resource Port Event
Versionsnotizen
Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.
Was this page helpful?