Hi Mick,
When you order from our website and add a product you will be taken to PayPal and postage will always be added, but only once you are at the last step before actually ordering. Please let me know if you encounter any problems.
Search found 15 matches
- Fri May 26, 2023 6:03 pm
- Forum: Miscellaneous
- Topic: Deciding if Kflop is for me
- Replies: 10
- Views: 6577
- Thu Feb 09, 2023 2:34 pm
- Forum: Configuration Issues
- Topic: Erratic Z motion Jogging though Mach 3
- Replies: 26
- Views: 11431
- Thu Feb 09, 2023 12:52 am
- Forum: C Programs
- Topic: Horizontal drilling program cycle
- Replies: 5
- Views: 1305
Re: Horizontal drilling program cycle
You can change the plane the canned cycle operates in with G17, G18, G19.
- Thu Mar 21, 2019 8:02 pm
- Forum: Hardware Interface Issues
- Topic: Kanalog - Hitachi WJ200 VFD Circuit Question
- Replies: 7
- Views: 3451
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: 5908
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: 6612
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: 3464
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: 3662
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: 3990
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: 4556
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.