Search found 1854 matches
- Wed Jun 29, 2022 2:00 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: saving the kmotion cnc jogged value to a permanent common variables
- Replies: 14
- Views: 196
Re: saving the kmotion cnc jogged value to a permanent common variables
Hi Ajith, After gone through the "SetFixtureZ.c" I had doubts in the following program lines, Minor thing: I assume you mean "questions". In English the word "doubt" is used more when you distrust or don't have confidence in something. What is the word for question in your language? I think you woul...
- Wed Jun 29, 2022 1:13 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: setting the dro value to zero when the home limit sensor reached
- Replies: 6
- Views: 42
Re: setting the dro value to zero when the home limit sensor reached
Does your Initialization C Program turn off Bit 45?
- Tue Jun 28, 2022 1:45 am
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: can we add more labels to the screen editor
- Replies: 2
- Views: 17
Re: can we add more labels to the screen editor
No the screen editor doesn't allow adding controls.
What Version of KMotion are you using?
There are 40 available User Labels. Have you used all those? Please post a screen shot of your screen.
Consider using multiple screens.
What Version of KMotion are you using?
There are 40 available User Labels. Have you used all those? Please post a screen shot of your screen.
Consider using multiple screens.
- Mon Jun 27, 2022 4:06 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Viewer color
- Replies: 29
- Views: 306
Re: Viewer color
I don't think there is an easy way to change the name of a Thread. You might start a new Thread and include a link to this Thread.
- Sun Jun 26, 2022 12:15 am
- Forum: C Programs
- Topic: font in kmotion
- Replies: 6
- Views: 36
Re: font in kmotion
What did you do? What happens? What does KMotion.exe | About report?
- Sun Jun 26, 2022 12:13 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: I word with no g2 or g3
- Replies: 3
- Views: 13
Re: I word with no g2 or g3
Hi Scott, Normally to do a motion at least one axis needs to be commanded to move. Otherwise something such as a blank line could be treated as a repeated move. But I suppose a full circle is a special exception as i j k at least must be specified. Here is a patched GCodeInterpreter.dll for V4.35f t...
- Fri Jun 24, 2022 10:05 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Viewer color
- Replies: 29
- Views: 306
Re: Viewer color
Where can I see touch input messages like this? - https://docs.microsoft.com/en-us/cpp/mf ... w=msvc-170 I don't know you might Google for it. There is a Visual Studio Tool Under Tools Called Spy++ that "spies" on Window messages. You can Select Spy | Log messages Then drag the finder tool to one o...
- Fri Jun 24, 2022 5:42 pm
- Forum: Hardware Interface Issues
- Topic: Modbus communication with HMI eliminating the PC
- Replies: 5
- Views: 69
Re: Modbus communication with HMI eliminating the PC
Please use Version 4.35f.
Please grab screen shots with Alt-Print Screen rather than photos.
It looks like you have extra spaces in the filenames.
KFLOPtoKMotionCNCfunctions.c must be in the same folder as the C Program to be found if no path (absolute or relative) is specified.
Please grab screen shots with Alt-Print Screen rather than photos.
It looks like you have extra spaces in the filenames.
KFLOPtoKMotionCNCfunctions.c must be in the same folder as the C Program to be found if no path (absolute or relative) is specified.
- Thu Jun 23, 2022 10:54 pm
- Forum: User Machines
- Topic: Pulse and Direction Signals Not Working
- Replies: 5
- Views: 40
Re: Pulse and Direction Signals Not Working
I think the UCBB is expecting TTL signals so select TTL output mode by adding 8 to the OutputChan0 value.
HTH
HTH
- Thu Jun 23, 2022 10:32 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: I word with no g2 or g3
- Replies: 3
- Views: 13
Re: I word with no g2 or g3
Hi Scott,
The Interpreter needs an "X" or "Y" word or the G3 to be specified. Was that intending to be a full circle? Do you have an option to specify half circles?
The Interpreter needs an "X" or "Y" word or the G3 to be specified. Was that intending to be a full circle? Do you have an option to specify half circles?