HAL with ArduinoConnector
- d12k6
- Offline
- New Member
-
Less
More
- Thank you received: 0
26 Feb 2025 16:43 #322719
by d12k6
HAL with ArduinoConnector was created by d12k6
Hello, I'm currently trying to create a handwheel with the Arduino. Now I'm having a problem with the HAL.
I added in my CNC.hal :
loadusr arduino-connector
net zJog => axis.z.jog-counts <= arduino.counter.0
axis.z.jog-enable = 1
axis.z.jog-scale = 0.1
When I start my CNC I get the error "Pin 'arduino.counter.0' does not exist". When I try this commands in "Halshow" it works fine.
Can someone help me with this?
I added in my CNC.hal :
loadusr arduino-connector
net zJog => axis.z.jog-counts <= arduino.counter.0
axis.z.jog-enable = 1
axis.z.jog-scale = 0.1
When I start my CNC I get the error "Pin 'arduino.counter.0' does not exist". When I try this commands in "Halshow" it works fine.
Can someone help me with this?
Please Log in or Create an account to join the conversation.
- Mr. Mass
-
- Online
- Senior Member
-
Less
More
- Posts: 49
- Thank you received: 35
27 Feb 2025 06:25 #322774
by Mr. Mass
Replied by Mr. Mass on topic HAL with ArduinoConnector
Trying change first line in HAL to this:
loadusr -Wn arduino arduino-connector
loadusr -Wn arduino arduino-connector
Please Log in or Create an account to join the conversation.
Time to create page: 0.048 seconds