10/19/2022 4:09 AM | |
Joined: 8/21/2014 Last visit: 1/9/2025 Posts: 139 Rating:
|
If a _move command comes while brake axis is getting enabled(axis enable command issued but brake is not open), is there any chance of the above scenario? What do we need to check before issuing a _move or _pos command in logic? |
10/19/2022 11:59 AM | |
Joined: 8/21/2014 Last visit: 1/9/2025 Posts: 139 Rating:
|
Atlast we recereated the issue and the observation is as follows. During disabled state, if we issue a _move command axis setPosition(_to.basicMotion.Position) changes but the actual movement on the load doesnt happens. The actual difference between the setPosition and actual position keeps on increasing till the _move command is active. The moment the drive and motor got enabled the load tries to move to the setPosition with maximum speed. Why this happens? We are expecting that it wont move if the drive is disabled , but its not so. We are also expecting a following error if the setPosition and actual position deviation is too large. But that also didnt happen.
|
Follow us on