Ok Tom
Thanks
Search found 12 matches
- Thu May 09, 2019 6:33 pm
- Forum: Bug Reports
- Topic: G-Code Error
- Replies: 2
- Views: 6943
- Thu May 09, 2019 5:28 pm
- Forum: Bug Reports
- Topic: G-Code Error
- Replies: 2
- Views: 6943
G-Code Error
Hello Tom I started to use KmotionCNC on my mill and i set CAM post processor as "Generic LinuxCNC(EMC2)". All files are working fine but only if i delete G91.1 (incremental IJK mode) from the beginning, otherways KmotionCNC notify a "G_Code Error". Is this a bug or what else? Currently I am using K...
- Mon Apr 29, 2019 7:08 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: How to ceck a differential input status
- Replies: 2
- Views: 3020
Re: How to ceck a differential input status
Hi Tom of course i know that "An index pulse is only one differential signal". I wrote: i have X index on JP2/36-37, Y index on JP2/38-39 and Z index on JP2/40-41 only because in the Kanalog description you say: JP2 converts 8 of the signals and connects them to Kflop I/O bits 36-43... However, by t...
- Sun Apr 28, 2019 4:51 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: How to ceck a differential input status
- Replies: 2
- Views: 3020
How to ceck a differential input status
good morning Tom, I just finished writing the "Ref" C-program for KmotionCnc and it's all full functionally. Currently it's working on the home switches. Because they are mechanical switches, I would want to refer the Axis on the encoders indexes for more precision. All encoders are connected to Kan...
- Mon Apr 22, 2019 9:29 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: S command doesn't work properly
- Replies: 12
- Views: 7178
Re: S command doesn't work properly
hi Tom
yes you right: i tryed 1/3000 and not 1.0/3000.0, I am not a C++ user and I didn't know that difference
Many thanks
Beppe
yes you right: i tryed 1/3000 and not 1.0/3000.0, I am not a C++ user and I didn't know that difference
Many thanks
Beppe
- Sun Apr 21, 2019 10:02 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: S command doesn't work properly
- Replies: 12
- Views: 7178
Re: S command doesn't work properly
good morning Tom, problem fixed: now the Spindle is full functional, but only after a modification of FACTOR value into the header MySpindleDefs.h. In particular I had to replace the declaration: #define FACTOR (1.0/3000.0) with the new one: #define FACTOR 0.00033 // (1/3000 = 0.00033) the first one...
- Sat Apr 20, 2019 6:41 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: S command doesn't work properly
- Replies: 12
- Views: 7178
Re: S command doesn't work properly
attached the Init C fil, so you can check if I have wrong configuration
Beppe
Beppe
- Sat Apr 20, 2019 6:14 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: S command doesn't work properly
- Replies: 12
- Views: 7178
Re: S command doesn't work properly
hi Tom,
in the Channel 7 configuration picture I sent before do you see something wrong? I uploaded from Kflop the configuration then I am sure about channel 7 status. In the picture below you can see that axis #7 is enabled. Did you ceck my C configuration files? It's all as requested?
in the Channel 7 configuration picture I sent before do you see something wrong? I uploaded from Kflop the configuration then I am sure about channel 7 status. In the picture below you can see that axis #7 is enabled. Did you ceck my C configuration files? It's all as requested?
- Sat Apr 20, 2019 7:54 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: S command doesn't work properly
- Replies: 12
- Views: 7178
Re: S command doesn't work properly
good morning Tom,
attached my setting files. Jog command doesn't change Spindle speed, S command in KmotionCnc change the jogging speed but the Dac has the same value.
Waiting your suggestion...
Beppe
attached my setting files. Jog command doesn't change Spindle speed, S command in KmotionCnc change the jogging speed but the Dac has the same value.
Waiting your suggestion...
Beppe
- Fri Apr 19, 2019 6:53 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: S command doesn't work properly
- Replies: 12
- Views: 7178
Re: S command doesn't work properly
Hi Tom, While waiting I send the requested, can you let me to well understand two things? In particular: 1) in KmotionCnc Tool setup screen, M0-M30 folder, button set as "Execute Prog", the VAR field witch value must to assume? 2) configuring Z axis I had following error due too low axis acceleratio...