Hi Jerry,
Which file are you using? What are the results? How many axes do you have?
Did you read the link?
Search found 2180 matches
- Thu Apr 13, 2023 11:25 pm
- Forum: Hardware Interface Issues
- Topic: KStep Axis issue
- Replies: 7
- Views: 314
- Thu Apr 13, 2023 12:34 pm
- Forum: Hardware Interface Issues
- Topic: KStep Axis issue
- Replies: 7
- Views: 314
Re: KStep Axis issue
Hi Jerry,. S
Please post your C Initialization file. Make sure your screen parameters are synced with the Initialization file. You might read this.
Please post your C Initialization file. Make sure your screen parameters are synced with the Initialization file. You might read this.
- Tue Apr 11, 2023 7:03 pm
- Forum: Configuration Issues
- Topic: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
- Replies: 176
- Views: 10884
- Sun Apr 09, 2023 8:04 pm
- Forum: Configuration Issues
- Topic: Axis velocity value after initialising
- Replies: 2
- Views: 122
Re: Axis velocity value after initialising
Hi George,
The Controller Axis class assumes you may want to set the MoveTo velocity in User Units without affecting The KFLOP Parameters. If you want to read the value from KFLOP you can do that with:
HTH
The Controller Axis class assumes you may want to set the MoveTo velocity in User Units without affecting The KFLOP Parameters. If you want to read the value from KFLOP you can do that with:
Code: Select all
_Controller.GetCommandValue<double>(String.Format("Vel{0}", _ID), true);
- Sat Apr 08, 2023 2:24 pm
- Forum: Hardware Interface Issues
- Topic: KFLOPS with Windows 11 - USB problem
- Replies: 2
- Views: 139
Re: KFLOPS with Windows 11 - USB problem
Hi Larry,
It shouldn't be any less venerable than anyone running W10. We don't have any plans to re-create drivers at this time.
Consider using our new Kogna Ethernet Controller
It shouldn't be any less venerable than anyone running W10. We don't have any plans to re-create drivers at this time.
Consider using our new Kogna Ethernet Controller

- Sat Apr 08, 2023 1:56 pm
- Forum: User Machines
- Topic: 5 axis CNC Router/3d printer
- Replies: 105
- Views: 4614
Re: 5 axis CNC Router/3d printer
Hi George, I don't have any max following error setting . Where would that be set? Actually I recall now your system is open loop from KFLOP's perspective where KFLOP has no information about any following error. So this shouldn't be an issue. I assume your drives would fault if there was a signific...
- Sat Apr 08, 2023 2:11 am
- Forum: C Programs
- Topic: user button for taper feed on lathe / cnc compound rest
- Replies: 4
- Views: 1299
Re: user button for taper feed on lathe / cnc compound rest
Not sure what you’re asking, but the Interpreter doesn’t have ‘if’ or ‘goto’ statements. You might look at the GCode examples such as SubroutineWithConditionals.ngc.
- Fri Apr 07, 2023 9:15 pm
- Forum: User Machines
- Topic: 5 axis CNC Router/3d printer
- Replies: 105
- Views: 4614
Re: 5 axis CNC Router/3d printer
Hi George, just playing with RTCP and the tracking problem is when the machine is running rapid G00 mode. In Go1 it tracks properly using MDI mode. It might be the axes just don’t keep up with the trajectory for a faster G0 move. Do you have a small Max Following Error setting to fault whenever an a...
- Thu Apr 06, 2023 12:53 pm
- Forum: User Machines
- Topic: 5 axis CNC Router/3d printer
- Replies: 105
- Views: 4614
Re: 5 axis CNC Router/3d printer
Hi George, Can you confirm file names that needed to be changed so I can check only rs274ngc.cpp. Original file should have a 2022 timestamp. Also back to limit switch problems. I have them connected to the JP6 inputs and I am getting low voltages coming into Kflop when they go high. The lowest is 1...
- Wed Apr 05, 2023 1:13 pm
- Forum: User Machines
- Topic: 5 axis CNC Router/3d printer
- Replies: 105
- Views: 4614
Re: 5 axis CNC Router/3d printer
Hi George, Yes the libraries where rebuilt. Did you rebuild the Debug or Release Libraries? Are you running the Debug or Release code? You said there was no difference which wouldn't make sense if the change was made. Not sure why you are asking about the B and C Axis? The Y axis hits the - Y limit ...