Fagor G codes
- linux_newb
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
22 Sep 2024 03:40 #310584
by linux_newb
Fagor G codes was created by linux_newb
Good Day All,
First time posting here, so I have an older machine with a purpose built CAM that outputs in Fagor G-codes.
For example,
G74X= reference X axis in Fagor
G74YZ=reference Y,Z axis in Fagor
This would seem to be G28.1 in Linux?
I was looking on Hellman CNC. It seems Fagor's list is substantially different than the Siemens/Fanuc I'm most familiar with.
Is there an easy way to "swap out" the G-code config for the Fagor list? Or do I need to "remap" each one? I don't have the luxury of editing this purpose-built CAM, so I need to work with its outputs.
Thanks in advance,
Linux_newb
First time posting here, so I have an older machine with a purpose built CAM that outputs in Fagor G-codes.
For example,
G74X= reference X axis in Fagor
G74YZ=reference Y,Z axis in Fagor
This would seem to be G28.1 in Linux?
I was looking on Hellman CNC. It seems Fagor's list is substantially different than the Siemens/Fanuc I'm most familiar with.
Is there an easy way to "swap out" the G-code config for the Fagor list? Or do I need to "remap" each one? I don't have the luxury of editing this purpose-built CAM, so I need to work with its outputs.
Thanks in advance,
Linux_newb
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 3946
- Thank you received: 1705
22 Sep 2024 11:37 #310593
by Aciera
Replied by Aciera on topic Fagor G codes
The interpreter in linuxcnc can be replaced by a custom implementation but that would certainly not be an 'easy way'.
Generally only unallocated Gcodes can be remapped, so that could also pose problems.
linuxcnc.org/docs/devel/html/remap/remap...:unallocated-g-codes
The 'easiest' solution would probably be a filter script that can parse your PPs output and translates it to appropriate Gcodes:
linuxcnc.org/docs/devel/html/gui/filter-programs.html
Generally only unallocated Gcodes can be remapped, so that could also pose problems.
linuxcnc.org/docs/devel/html/remap/remap...:unallocated-g-codes
The 'easiest' solution would probably be a filter script that can parse your PPs output and translates it to appropriate Gcodes:
linuxcnc.org/docs/devel/html/gui/filter-programs.html
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.048 seconds