Search found 10 matches
- Thu Jul 05, 2018 7:19 am
- Forum: C Programs
- Topic: FEEDRATE value from KmotionCNC
- Replies: 1
- Views: 2218
FEEDRATE value from KmotionCNC
Hello! I want to write script to add new motion button to move axis on feedrate. Where I can find value of feedrate? Like it done in examples - "Spindle using jogs/Css/" - "float speed = *(float *)&persist.UserData[SPEEDVAR]"
- Mon Jul 02, 2018 6:47 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Custom Screen Motion buttons don't work
- Replies: 2
- Views: 3989
- Mon Jul 02, 2018 11:17 am
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Custom Screen Motion buttons don't work
- Replies: 2
- Views: 3989
Custom Screen Motion buttons don't work
Hello, Tom! I customized kmotion cnc screen by screen editor, and associated buttons I need with keyboard keys. Everything goes well but movement buttons. I've associated X+, X-, Z+, Z- buttons with Up, Down, Left and Right keys of standard 101 key keyboard, but it doesn't work. Tried to associate w...
- Tue Apr 10, 2018 5:58 am
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Maximum quantity of user buttons
- Replies: 2
- Views: 3496
Re: Maximum quantity of user buttons
Thank you very much!
- Mon Apr 09, 2018 6:26 am
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Maximum quantity of user buttons
- Replies: 2
- Views: 3496
Maximum quantity of user buttons
Hello! How can I add more user buttons in Kmotion CNC? Ten user buttons that avaliable in User Buttons menu is not enough for my cnc.
- Mon Mar 12, 2018 7:09 pm
- Forum: User PC Applications and Libraries .Net
- Topic: Expanded Virtual Bits "int VirtualBitsEx0"
- Replies: 1
- Views: 3366
Expanded Virtual Bits "int VirtualBitsEx0"
Hello! I want to extend functionality of KFlop + Kanalog system by using multiple PLC through modbus protocol and converter from rs232 to rs485 interface. Total number of virtual bits I want to use is about 64; in PS-DCP file I've found this string: "int VirtualBitsEx0; // only upload 32 1024 Expand...
- Tue Feb 27, 2018 12:41 pm
- Forum: C Programs
- Topic: Can't zero axis Kflop+Kanalog
- Replies: 6
- Views: 6273
Re: Can't zero axis Kflop+Kanalog
tried to check 36 and 37 pins as you wrote, it doesn't work
- Tue Feb 27, 2018 11:25 am
- Forum: C Programs
- Topic: Can't zero axis Kflop+Kanalog
- Replies: 6
- Views: 6273
Re: Can't zero axis Kflop+Kanalog
Hi, Tom!
Everything worked when I used 40 and 41 bits.
Everything worked when I used 40 and 41 bits.
- Mon Feb 26, 2018 8:28 pm
- Forum: C Programs
- Topic: Can't zero axis Kflop+Kanalog
- Replies: 6
- Views: 6273
Re: Can't zero axis Kflop+Kanalog
Yes, Axis 0 Index pulse connected to JP2 1 and 2 pins, Axis 1 Index Pulse connected to Kanalog JP2 pins 3 and 4. When I wired Axis 0 Index Pulse to JP1 pins 13 and 14, Axis 1 Index Pulse to JP1 pins 15 and 16 and changed bits as nessesary for bits 6 and 7 it all worked. Kanalog connected with kflop ...
- Mon Feb 26, 2018 10:59 am
- Forum: C Programs
- Topic: Can't zero axis Kflop+Kanalog
- Replies: 6
- Views: 6273
Can't zero axis Kflop+Kanalog
Hello everyone! Can't zero axes on Kflop+Kanalog board. I use virtual bits 36 and 37 of Kanalog Board JP2 terminals to zero axes by encoders' zero marks, but it doesn't work. SetDirectionBit(36,0) and SetDirectionBit(37,0) are announced. I've tried to use virtual bits 6 and 7 of JP1 terminal to zero...