You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The LAcycCom_classWriteDriveParams instance fails to return to IDLE state after completing operations or encountering errors, preventing restart via the Start() method.
To Reproduce
Steps to reproduce the behavior:
Initialize instance with valid parameters
Trigger an error (e.g., invalid drive object ID) or wait for completion
retStartRead := ReadParameter.Start(...);
Expected behavior
After completion (DONE) or error (ERROR), calling Start() should reset the instance to IDLE and allow reinitialization.