- Configuring LinuxCNC
- Configuration Tools
- PnCConf Wizard
- Help needed to get my 7i76E + 7i85S + 7i73 on my mill going.
Help needed to get my 7i76E + 7i85S + 7i73 on my mill going.
At the same time, where do I setup 7i85S board?
Please Log in or Create an account to join the conversation.
Encoder 00 in LCNC and 0 in pncconf, not easy to follow what is what here.
So now I have done setting up spindle encoder but still NoGo.
sets spindle-encoder-enable true
Rotating encoder = nothing
shorting pin 13 to GND = nothing
Input-Index in hal show goes low when shorting
Why does it have to be so that pncconf overwrites previous settings = a lot of unnecessary editing!
Please Log in or Create an account to join the conversation.
working and 7i76e.0.encoder.00.index-enable gets set
I dont see any possible way 7i76e.0.encoder.00.index-enable
is not cleared by index
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
show is not dynamic (it only samples the pin/signal when you select it)
You must use watch to look at dynamic signals
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I hope that the board in my milling machine is OK and only suffering from faulty setup.
Is it possible to use another input for the index pulse?
Is it possible to use 7i85S encoder inputs for spindle encoder? How do I setup 7i85S? Nothing in pncconf what I can find.
Please Log in or Create an account to join the conversation.
I hope that the board in my milling machine is OK and only suffering from faulty setup.
if the index signal (7i76e.0.encoder.00.input-index) is
working and 7i76e.0.encoder.00.index-enable gets set
I dont see any possible way 7i76e.0.encoder.00.index-enable
is not cleared by index
All is well when correctly setup. 7i76e.0.encoder.00.index-enable is cleared by index.
Thank you guys for helping me sort this out, now to the big task to edit my HAL file and get all functions back.
How is the 7i85S setup?
Please Log in or Create an account to join the conversation.
# ---Encoder feedback signals/setup---
setp hm2_7i76e.0.encoder.00.counter-mode 0
setp hm2_7i76e.0.encoder.00.filter 1
setp hm2_7i76e.0.encoder.00.index-invert 0
setp hm2_7i76e.0.encoder.00.index-mask 0
setp hm2_7i76e.0.encoder.00.index-mask-invert 0
setp hm2_7i76e.0.encoder.00.scale [SPINDLE_9]ENCODER_SCALE
net spindle-revs <= hm2_7i76e.0.encoder.00.position
net spindle-vel-fb-rps <= hm2_7i76e.0.encoder.00.velocity
net spindle-index-enable <=> hm2_7i76e.0.encoder.00.index-enable
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
- Posts: 5007
- Thank you received: 1441
loadrt hm2_eth board_ip="10.10.10.10" config="firmware=hm2/7i76/7i76e.BIT num_encoders=1 num_pwmgens=0 num_stepgens=5 sserial_port_0=21xxxx"
loadrt hm2_eth board_ip="10.10.10.10" config="firmware=hm2/7i76/7i76e.BIT num_encoders=5 num_pwmgens=0 num_stepgens=5 sserial_port_0=21xxxx"
Are you only using the encoders on the 7i85S? If you are using any of it's other outputs (stepgens, PWMgens, or SmartSerial port) you have to add that info as well.
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Configuration Tools
- PnCConf Wizard
- Help needed to get my 7i76E + 7i85S + 7i73 on my mill going.