Introduced feature flag WaitBeforeSAFEOPms.

This commit is contained in:
Florian Pose
2023-11-23 14:38:29 +01:00
parent f46b4ba654
commit 97ee76462b
3 changed files with 65 additions and 8 deletions
+3
View File
@@ -1656,6 +1656,9 @@ int ecrt_slave_config_idn(
* assigned to EtherCAT (except during transition to PREOP). Non-zero
* assigns the SII to the slave controller side before going to PREOP and
* leaves it there until a write command happens.
* - WaitBeforeSAFEOPms: Number of milliseconds to wait before commanding the
* transition from PREOP to SAFEOP. This can be used as a workaround for
* slaves that need a little time to initialize.
*
* This method has to be called in non-realtime context before
* ecrt_master_activate().