##################
## Y AXIS Gantry
##################net y1pos-cmd gantry.0.joint.00.pos-cmd => [PRUCONF](DRIVER).stepgen.01.position-cmd
net y1pos-fb gantry.0.joint.00.pos-fb <= [PRUCONF](DRIVER).stepgen.01.position-fb pid.1.feedback # ORIG REMOVED NOT SURE IF NEEDED axis.1.motor-pos-fb pid.1.feedback
net y2pos-cmd gantry.0.joint.01.pos-cmd => [PRUCONF](DRIVER).stepgen.03.position-cmd
net y2pos-fb gantry.0.joint.01.pos-fb <= [PRUCONF](DRIVER).stepgen.03.position-fb pid.3.feedback # ORIG REMOVED NOT SURE IF NEEDED axis.3.motor-pos-fb pid.3.feedback
----> this is what is failing, i have tried .vel-cmd, .velocity-cmd, .output but I always get the error "gantry.0.joint.01.(vel-cmd | output | velocity-cmd)" does not exist.
----> net y2vel gantry.0.joint.01.output <= [PRUCONF](DRIVER).stepgen.01.velocity-cmd
net ypos-cmd gantry.0.position-cmd <= axis.1.motor-pos-cmd pid.1.command
net ypos-fb gantry.0.position-fb => axis.1.motor-pos-fb axis.3.motor-pos-fb
## ENABLE Y1 AND Y2
net yenable axis.1.amp-enable-out => [PRUCONF](DRIVER).stepgen.01.enable [PRUCONF](DRIVER).stepgen.03.enable
net yenable pid.1.enable pid.3.enable
Any help would be appreciated....
net motor.01.command pid.1.output [PRUCONF](DRIVER).stepgen.01.velocity-cmd
...
Really confused... There are not any commands associated to axis.3 like axis.1. Axis 1motor-pos-cmd is set to ypos-cmd but axis 3 is empty. Shouldn't axis 3 be bound to ypos-cmd also since we configured the gantry association. See attached.
Thanks,
John
--
Sent from myMail app for Android
Thursday, 11 December 2014, 09:29AM -06:00 from andy pugh <bodg...@gmail.com>: