what is the way python-interface connect to linuxcnc-command?
- thang
- Offline
- Elite Member
Less
More
- Posts: 196
- Thank you received: 11
23 Jun 2018 07:47 #112787
by thang
what is the way python-interface connect to linuxcnc-command? was created by thang
Hi,
I see linuxcnc-command has some functions that python-interface doesnt have. I want to link them to python-interface. It seems relative to classes in emc_nml.hh file (github.com/LinuxCNC/linuxcnc/blob/master.../nml_intf/emc_nml.hh) but i cant find the way classes is used. I tried create an abs_jog function in emcmodule.cc(github.com/LinuxCNC/linuxcnc/blob/master...ensions/emcmodule.cc) that has similar format to increment_jog and it worked
Can someone point me which files should i see to make sure my new functions will work? For now, i want to create a function that can set acceleration
I see linuxcnc-command has some functions that python-interface doesnt have. I want to link them to python-interface. It seems relative to classes in emc_nml.hh file (github.com/LinuxCNC/linuxcnc/blob/master.../nml_intf/emc_nml.hh) but i cant find the way classes is used. I tried create an abs_jog function in emcmodule.cc(github.com/LinuxCNC/linuxcnc/blob/master...ensions/emcmodule.cc) that has similar format to increment_jog and it worked
Can someone point me which files should i see to make sure my new functions will work? For now, i want to create a function that can set acceleration
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4866
26 Jun 2018 18:18 #112901
by andypugh
Replied by andypugh on topic what is the way python-interface connect to linuxcnc-command?
I think you would need to ask this on the developers mailing list.
I know quite a lot about LinuxCNC and don't even know where to start to answer your question.
I know quite a lot about LinuxCNC and don't even know where to start to answer your question.
Please Log in or Create an account to join the conversation.
Time to create page: 0.056 seconds