Search found 12 matches
- Thu Mar 21, 2019 8:02 pm
- Forum: Hardware Interface Issues
- Topic: Kanalog - Hitachi WJ200 VFD Circuit Question
- Replies: 7
- Views: 1659
Re: Kanalog - Hitachi WJ200 VFD Circuit Question
You should be able to attach both PDFs as well as BMP files. I'm not sure what the yellow triangle means, do you also get an error message?
- Mon Sep 17, 2018 4:17 pm
- Forum: New Feature Request
- Topic: User machine board?
- Replies: 1
- Views: 2485
Re: User machine board?
Hi Moray! Thanks for your suggestion. We have created a board named "User machines".
- Thu Aug 30, 2018 4:21 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Updating Kmotion CNC
- Replies: 7
- Views: 4082
Re: Updating Kmotion CNC
Hi BaxEDM, he entire configuration of KMotionCNC (including all the tool setup parameters etc.) is stored in a single text file, by default called GCodeConfigCNC.txt, which is located in the \KMotion\Data Directory. See: https://www.dynomotion.com/wiki/index.php?title=Upgrading_from_previous_KMotion...
- Wed May 30, 2018 3:55 pm
- Forum: C Programs
- Topic: Saving of Work Offsets
- Replies: 4
- Views: 2134
Re: Saving of Work Offsets
The "Save Always" option was added with version 3.34f. You can download the latest test release here:
http://www.dynomotion.com/wiki/index.ph ... are_Topics
http://www.dynomotion.com/wiki/index.ph ... are_Topics
- Wed Mar 28, 2018 9:13 pm
- Forum: Hardware Interface Issues
- Topic: 3.3 volt current limits
- Replies: 3
- Views: 2409
Re: 3.3 volt current limits
Hi S E Kinn, The 20 pins with the 150 Ohm pulldown/termination should only be used to source < 1ma of current. The outputs are rated for 16ma which is enough for a valid LVTTL high. The 3.3V is generated on KFLOP from the 5V supply with a single regulator. Make sure the 5V supply can provide the nec...
- Thu Mar 22, 2018 4:16 pm
- Forum: Miscellaneous
- Topic: Code test
- Replies: 1
- Views: 2891
Re: Code test
#pragma once #include "AnalogPage.h" // CAnalogKMotionPage dialog class CAnalogKMotionPage : public CAnalogPage { DECLARE_DYNAMIC(CAnalogKMotionPage) public: CAnalogKMotionPage(); virtual ~CAnalogKMotionPage(); // Dialog Data enum { IDD = IDD_AnalogKMotionPage }; protected: //{{AFX_MSG(CAnalogKFlop...
- Thu Mar 15, 2018 4:15 pm
- Forum: Configuration Issues
- Topic: Motor Direction
- Replies: 2
- Views: 3074
Re: Motor Direction
For Brushed DC Motors its simplest to reverse the motor leads to reverse the drive direction. You will also need to reverse the direction of the Encoder Feedback. For that you can change the sign of the InputGain0 parameter.
- Mon Mar 12, 2018 6:05 pm
- Forum: Miscellaneous
- Topic: Code test
- Replies: 1
- Views: 2891
Re: Code test
BOOL pure_angle; // compute total distance tool will move by considering both linear and angular movements double d = FeedRateDistance(dx, dy, dz, da, db, dc, &pure_angle); if (d==0.0 && !RapidMode) return 0; // ignore zero length moves // if this move is expected to take more than 1/2th of the dow...
- Thu Feb 01, 2018 4:28 am
- Forum: Bug Reports
- Topic: KMotionCNC Screen Editor Action Execute C Program
- Replies: 2
- Views: 4570
Re: KMotionCNC Screen Editor Action Execute C Program
Hi dropTarget, You are correct that was a bug introduced in V4.34k. Now that actions from buttons are executed from worker Threads care must be taken that any dynamically created Action data lives until the worker Thread completes. Here is a patch that should fix this problem. Replace this file in y...
- Thu Jan 25, 2018 4:47 am
- Forum: Noise, Grounding, Shielding Issues
- Topic: Read Failed - Auto Disconnect
- Replies: 4
- Views: 9545
Re: Read Failed - Auto Disconnect
Hi axeman, That is usually an issue with grounding and noise. Are you using a good quality and short USB cable? The cable should have a good shield connection from shell to shell of less than 1 ohm. Ferrite bead/chokes can be helpful. Any noisy signals near the USB cable? Is the frame of the machine...