sittner / linuxcnc-ethercat

LinuxCNC EtherCAT HAL driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does these sentense need to be modified?

liuzq71 opened this issue · comments

commented

in examples/swm-fm45a-io.hal

.......
###########################################################

digital outputs

###########################################################

net coolant-on => lcec.0.D3.dout-0
net spindle-cw <= lcec.0.D3.dout-1
net spindle-ccw <= lcec.0.D3.dout-2
net z-brake => lcec.0.D3.dout-6
......

does these sentense need to be modified to

......
net spindle-cw => lcec.0.D3.dout-1
net spindle-ccw => lcec.0.D3.dout-2
......
?