Search found 4 matches
- Tue Jun 26, 2018 5:18 am
- Forum: Hardware Interface Issues
- Topic: Kflop Input
- Replies: 6
- Views: 5823
Re: Kflop Input
Thanks, I found KmotionX and the Github. I will see if I can load it onto my BeagleBone board. They have an installation for the Raspberry Pi which might be similar. I will need a custom interface board to connect everything together as I want to keep the existing output board and all the I/O connec...
- Mon Jun 25, 2018 3:43 pm
- Forum: Hardware Interface Issues
- Topic: Kflop Input
- Replies: 6
- Views: 5823
Re: Kflop Input
I wanted to see what needs to be written to the Kflop board for the real time motion. I was able to copy-paste the commands into Wordpad.
I can see for setup the Kmotion screens will be useful but for running the mill the interface need to be written to emulate the existing program.
I can see for setup the Kmotion screens will be useful but for running the mill the interface need to be written to emulate the existing program.
- Sat Jun 23, 2018 1:03 am
- Forum: Hardware Interface Issues
- Topic: Kflop Input
- Replies: 6
- Views: 5823
Re: Kflop Input
Kmotion will not work directly for this application, none of the screens are applicable (80 column x 25 row MGA but will change to HDMI driven LCD), all the parameters are in a list which have to be the same as the existing program. Windoz - a problem. I cannot have blue screens occurring which is w...
- Fri Jun 22, 2018 5:44 am
- Forum: Hardware Interface Issues
- Topic: Kflop Input
- Replies: 6
- Views: 5823
Kflop Input
I am looking through the code of KmotionX-master to see what the input data is to the Kflop board. Apparently all the G-code interpreter and motion trajectory calculations are done on the PC, correct? The DSP_KFLOP and DSP_KMotion PC2.c files list the commands available. Presumably I can write my ow...