Orientation position problem after run Gcode
- 0x2102
- Offline
- Elite Member
Less
More
- Posts: 210
- Thank you received: 75
04 Oct 2023 18:57 #282308
by 0x2102
Replied by 0x2102 on topic Orientation position problem after run Gcode
To match my HAL syntax you would load it with "names":
loadrt spindle_index_enable names=spindle-index-enable
addf spindle-index-enable servo-thread
loadrt spindle_index_enable names=spindle-index-enable
addf spindle-index-enable servo-thread
The following user(s) said Thank You: Aciera, abdulasis12
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17940
- Thank you received: 4811
04 Oct 2023 19:44 #282309
by PCW
Replied by PCW on topic Orientation position problem after run Gcode
Note that if you still get quadrature encoder errors, its likely you have a
EMI issue that causes the common mode range of the encoder inputs
to be exceeded (this is +-7V)
EMI issue that causes the common mode range of the encoder inputs
to be exceeded (this is +-7V)
The following user(s) said Thank You: abdulasis12
Please Log in or Create an account to join the conversation.
- abdulasis12
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 8
05 Oct 2023 14:58 #282369
by abdulasis12
Thank you for info, Now I change back to defferential encoder and I will try check again for voltage.
Replied by abdulasis12 on topic Orientation position problem after run Gcode
Hi MR.PCWNote that if you still get quadrature encoder errors, its likely you have a
EMI issue that causes the common mode range of the encoder inputs
to be exceeded (this is +-7V)
Thank you for info, Now I change back to defferential encoder and I will try check again for voltage.
Please Log in or Create an account to join the conversation.
- abdulasis12
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 8
05 Oct 2023 15:00 #282370
by abdulasis12
All done
but just error spindle-sync
Replied by abdulasis12 on topic Orientation position problem after run Gcode
HiTo match my HAL syntax you would load it with "names":
loadrt spindle_index_enable names=spindle-index-enable
addf spindle-index-enable servo-thread
All done
but just error spindle-sync
Attachments:
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4001
- Thank you received: 1728
05 Oct 2023 17:16 #282383
by Aciera
Replied by Aciera on topic Orientation position problem after run Gcode
To troubleshoot:
Comment out all lines using pins for the component 'spindle_index_enable'.
Leave these two:
loadrt spindle_index_enable names=spindle-index-enable
addf spindle-index-enable servo-thread
Linuxcnc should then start up and you can use 'show halconfiguration' to check if the component is present.
If it is present look at the created pins. If the pin 'spindle-sync' is there then uncomment the hal lines using it and retype the pin names manually as copy/paste sometimes gives the wrong hyphen/minus.
Comment out all lines using pins for the component 'spindle_index_enable'.
Leave these two:
loadrt spindle_index_enable names=spindle-index-enable
addf spindle-index-enable servo-thread
Linuxcnc should then start up and you can use 'show halconfiguration' to check if the component is present.
If it is present look at the created pins. If the pin 'spindle-sync' is there then uncomment the hal lines using it and retype the pin names manually as copy/paste sometimes gives the wrong hyphen/minus.
Please Log in or Create an account to join the conversation.
Time to create page: 0.073 seconds