pm485 component
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
with regards to linuxcnc.org/docs/master/html/drivers/pmx485.html
I noticed that the pins are listed as "bit" and are "float"
pmx485.mode-set (bit, in) #set cutting mode
pmx485.current-set (bit, in) #set cutting current
pmx485.pressure-set (bit, in) #set gas pressure
pmx485.enable (bit, in) #enable the component
pmx485.mode (bit, out) #cut mode feedback
pmx485.current (bit, out) #cutting current feedback
pmx485.pressure (bit, out) #gas pressure feedback
pmx485.fault (bit, out) #powermax fault code
pmx485.status (bit, out) #connection status
pmx485.current-min (bit, out) #minimum allowed current
pmx485.current-max (bit, out) #maximum allowed current
pmx485.pressure-min (bit, out) #minimum allowed gas pressure
pmx485.pressure-max (bit, out) #maximum allowed gas pressure
I am hoping that no one will mind if I use this as a bit of a template of sorts to try to create a matrix keyboard component for this thread:
forum.linuxcnc.org/24-hal-components/335...uild?start=20#201957
Got to learn somehow I guess.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
Please Log in or Create an account to join the conversation.