Search found 8 matches
- Fri May 02, 2025 4:11 pm
- Forum: Configuration Issues
- Topic: Multiplexing encoders over to JP4 and JP6 provide single ended
- Replies: 1
- Views: 13736
Multiplexing encoders over to JP4 and JP6 provide single ended
After the command for multiplexing was executed, the JP4 and JP6 will admit 5V single ended on the inputs. // Mux encoder inputs from KFLOP JP7 & JP5 to JP4 aand JP6 FPGAW(ENC_NOISE_FILTER_ADD) = ENC_0_3_JP4 + ENC_4_7_JP6 + ENC_NOISE_FILTER_DEFAULT_VAL; After rebooting the controller config of JP4/J...
- Mon Apr 28, 2025 7:55 am
- Forum: Configuration Issues
- Topic: Set different programs to different threads
- Replies: 8
- Views: 16549
Re: Set different programs to different threads
Hi Tom,
we use the channel 4-7 because we need to use the JP5.
There was a piece that didn't fit, after finding the ini.c settings in Kmotioncnc, everything fits and now is clear for me.
Thanks!!
we use the channel 4-7 because we need to use the JP5.
There was a piece that didn't fit, after finding the ini.c settings in Kmotioncnc, everything fits and now is clear for me.
Thanks!!
- Sun Apr 27, 2025 5:51 pm
- Forum: Configuration Issues
- Topic: Set different programs to different threads
- Replies: 8
- Views: 16549
Re: Set different programs to different threads
I hope this is the last question for a while... Now I load the config on thread1 as stated, but on Axis never get the axis enabled (in KMotionCNC is the same) , rest of config seems ok, if I press Enable on the Axis dialog works Ok, but as ssoon as I press reboot or switch off - on Kflop the axis ge...
- Sun Apr 27, 2025 5:31 pm
- Forum: Configuration Issues
- Topic: Set different programs to different threads
- Replies: 8
- Views: 16549
Re: Set different programs to different threads
Tom,
I was writing a very long answer with the same question as didn´t see the way, and suddently I saw the Thread options on the C program dialog, below on the left....
It was invisible for me until now....
Now is clear, let me try it.
Thanks
I was writing a very long answer with the same question as didn´t see the way, and suddently I saw the Thread options on the C program dialog, below on the left....
It was invisible for me until now....
Now is clear, let me try it.
Thanks
- Sun Apr 27, 2025 9:52 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: GCodeConfigCNC.txt file format description of variables
- Replies: 2
- Views: 14279
Re: GCodeConfigCNC.txt file format description of variables
Tom,
thanks now is clear!!!!
thanks now is clear!!!!
- Sun Apr 27, 2025 9:50 am
- Forum: Configuration Issues
- Topic: Set different programs to different threads
- Replies: 8
- Views: 16549
Re: Set different programs to different threads
I think I didn´t explained properly.
Say I have two functions in C (f1 and f2) , and want f1 to run on thread 1 and f2 to run on thread 2,
How can be done?
If you can run programs on different threads must be a way to assing the code to run on each thread in some way.
Say I have two functions in C (f1 and f2) , and want f1 to run on thread 1 and f2 to run on thread 2,
How can be done?
If you can run programs on different threads must be a way to assing the code to run on each thread in some way.
- Sat Apr 26, 2025 7:48 pm
- Forum: Configuration Issues
- Topic: Set different programs to different threads
- Replies: 8
- Views: 16549
Set different programs to different threads
Can not see a way to tell which function or program is saved on thread n, I have seen commands to check if thread is running,stop it,etc but not able to guess how I setup the code on any thread. I have a c function to config the channels and another to read data in a loop, works ok are just simple e...
- Sat Apr 26, 2025 7:37 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: GCodeConfigCNC.txt file format description of variables
- Replies: 2
- Views: 14279
GCodeConfigCNC.txt file format description of variables
Can not find what is each parameter inside this file, probably somewhere but can not find it.
Thanks
Thanks