7i76e: MPG and Analog inputs with pncconf?
- Arro
-
- Offline
- Senior Member
-
- Posts: 52
- Thank you received: 0
Attachments:
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
- Posts: 18531
- Thank you received: 5079
There are no min or max parameters for analog inputs
Please Log in or Create an account to join the conversation.
- Arro
-
- Offline
- Senior Member
-
- Posts: 52
- Thank you received: 0
Attachments:
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
- Posts: 7884
- Thank you received: 2132
In fact I tried to set Manual Spindle CW as variable and "it works", I mean when I give the 24 Volts as input I get the signal = TRUE.
Moreover it's not possible to set the variable "Custom Signal"... it does not remain selected.
Anyway at least the raw signal should be readable somehow, noting the changing voltage value
You type in the combo box to make a custom signal name.
But as Peter says it only connects to the digital pin not the analog.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
- Posts: 7884
- Thank you received: 2132
You would need to change
sserial_port_0=00xxxx
to
sserial_port_0=20xxxx
or
sserial_port_0=10xxxx
to get access to the 7I76E analog inputs
You can select mode 0 or 2 for the 7i76 in pncconf
Please Log in or Create an account to join the conversation.
- COFHAL
- Offline
- Platinum Member
-
- Posts: 362
- Thank you received: 43
Please Log in or Create an account to join the conversation.
- rodw
-
- Online
- Platinum Member
-
- Posts: 11229
- Thank you received: 3752
How are the two MPGs configured to work simultaneously? Could you share your HAL file?
I documented it here for the 7i76e (for one axis)
forum.linuxcnc.org/show-your-stuff/32029...utter-build?start=20
Please Log in or Create an account to join the conversation.
- Arro
-
- Offline
- Senior Member
-
- Posts: 52
- Thank you received: 0
Please Log in or Create an account to join the conversation.