steveneads Posted July 18, 2016 Share Posted July 18, 2016 How does the scheduling work if some motors have an extended servo update period (using Motor[x].Stime)? For instance, if I have several motors which are closing their loops on alternate servo-cycles, are they all closed on the same servo-cycle as each other or can they be scheduled to do their calculations on different cycles to each other, or does it depend upon the timing of loop closure? Thanks Steve Link to comment Share on other sites More sharing options...
steve.milici Posted July 18, 2016 Share Posted July 18, 2016 Motors with the same Stime are closed in the same cycle. Link to comment Share on other sites More sharing options...
Recommended Posts