Arm type ATC component?
19 Apr 2016 19:09 #73612
by andypugh
Yes. There is not a great deal of point putting things like this in the base thread. How far can the tool changer move in 1mS?
Also, if the GPIO is via a Mesa sserial card the inputs only change on a 1mS raster too.
Replied by andypugh on topic Arm type ATC component?
Is it a good practice to add this and carousel to servo-thread?
Yes. There is not a great deal of point putting things like this in the base thread. How far can the tool changer move in 1mS?
Also, if the GPIO is via a Mesa sserial card the inputs only change on a 1mS raster too.
Please Log in or Create an account to join the conversation.
20 Apr 2016 04:34 #73628
by terkaa
Replied by terkaa on topic Arm type ATC component?
Ok. I have been figuring out how to implement step_forward toggle. Is it ok to define step_forward as param rw? So it can be toggled outside code and within code. Or is there some other option?
Tero
Tero
Please Log in or Create an account to join the conversation.
20 Apr 2016 08:42 #73632
by andypugh
Parameters can't be connected to HAL nets, so won't work for a button.
Anything to be connected to a button needs to be a pin. You can use the action of a pin to change a parameter, and you can use 'ordinary' variables too, which have no HAL visibility.
Replied by andypugh on topic Arm type ATC component?
Ok. I have been figuring out how to implement step_forward toggle. Is it ok to define step_forward as param rw? So it can be toggled outside code and within code. Or is there some other option?
Parameters can't be connected to HAL nets, so won't work for a button.
Anything to be connected to a button needs to be a pin. You can use the action of a pin to change a parameter, and you can use 'ordinary' variables too, which have no HAL visibility.
Please Log in or Create an account to join the conversation.
Time to create page: 0.105 seconds