Search found 30 matches
- Tue Sep 12, 2023 8:55 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: relocation error
- Replies: 1
- Views: 2983
relocation error
With a displacement of ~0.7 mm, an error accumulates. We noticed that when there is a program with such a movement, after 3 minutes an error of 2 mm accumulates. With normal movements, there is no such problem. The mechanical part of the machine is in good working order. Tom, what could be the probl...
- Tue Jul 11, 2023 2:16 am
- Forum: C Programs
- Topic: load data from file
- Replies: 5
- Views: 3708
Re: load data from file
Strange, but my Step Response Plot is not enabled, and the data has changed. Could this be related to the m100 commands?
- Mon Jul 10, 2023 4:21 pm
- Forum: C Programs
- Topic: load data from file
- Replies: 5
- Views: 3708
Re: load data from file
Hi Tom! I tried using buffer. As far as I understand it is used inside kmotion to pass parameters to kflop. gather_buffer[0] is losing my values. From what address can I correctly use the buffer?
- Tue Jun 20, 2023 11:22 am
- Forum: C Programs
- Topic: Modbus RS485
- Replies: 7
- Views: 4460
Re: Modbus RS485
I'm dealing with an example program ModbusMasterVer1.c The RS485 interface is half duplex and transceiver chip requires a receive/transmit control input. However, in the example program, I do not see the control of the transceiver pin.Are there any examples of user programs using such control? You ...
- Tue Jun 20, 2023 5:51 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: backup
- Replies: 1
- Views: 3197
backup
Hi Tom! How to properly backup the k-flop program? Now the folder KMotion435 is copied and replaced. I see this sometimes causes G-CODE to crash.
- Wed May 31, 2023 4:00 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: RUN GCODE
- Replies: 6
- Views: 4992
Re: RUN GCODE
This method works! Thank you
- Mon May 29, 2023 4:15 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: RUN GCODE
- Replies: 6
- Views: 4992
Re: RUN GCODE
How can I switch the GCODE stream from KFLOP?
- Thu May 25, 2023 4:53 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: RUN GCODE
- Replies: 6
- Views: 4992
Re: RUN GCODE
Now I'm running GCODE from my M105 like this. Are there other options?
Code: Select all
DoPC(PC_COMM_HALT_NEXT_LINE);
DoPCInt(PC_COMM_USER_BUTTON, 0); // push test buttons
- Wed May 24, 2023 6:46 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: RUN GCODE
- Replies: 6
- Views: 4992
RUN GCODE
I want to check the part after milling. To do this, I measure the finished part. If the dimensions don't match, I want to start a milling cycle in which I will correct the tool size. How can I run from k-flop G-CODE. I found a method to launch GCODE through custom buttons. Can I change the file numb...
- Fri May 19, 2023 8:34 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: elay in subprograms
- Replies: 3
- Views: 3572
Re: elay in subprograms
How long is the delay? ~2s How is M105 configured? Exec/wait/Sync What type of system do you have? Any Kinematics? the program moves the axes in one of the directions or measures the object in one direction. A new trajectory will need to be computed and downloaded after the M105 but should not take...