Search found 7 matches
- Sat Oct 19, 2024 7:02 pm
- Forum: Hardware Interface Issues
- Topic: KAnalog JP10 RS232 connector pins
- Replies: 0
- Views: 220
KAnalog JP10 RS232 connector pins
Hello, I'm implementing a remote control connected to Kanalog's RS232, which is tested and working. To avoid extra cabling, I’d like to supply 12V power to the remote using a spare pin on the RJ12 cable. The manual appears to show JP10 pins 2, 5, and 6 as 'Not Connected.' Can someone confirm if this...
- Thu Feb 08, 2024 1:06 pm
- Forum: Hardware Interface Issues
- Topic: Configuring KFlop IO pins for serial communication when KStep is connected
- Replies: 4
- Views: 3183
Re: Configuring KFlop IO pins for serial communication when KStep is connected
That does sound ideal and a good reason to upgrade, thank you.
- Wed Feb 07, 2024 3:50 pm
- Forum: Hardware Interface Issues
- Topic: Configuring KFlop IO pins for serial communication when KStep is connected
- Replies: 4
- Views: 3183
Re: Configuring KFlop IO pins for serial communication when KStep is connected
Great, thanks Tom.
It's helpful to know that there is a way to keep the Analog Output on KStep too.
It's helpful to know that there is a way to keep the Analog Output on KStep too.
- Tue Feb 06, 2024 9:08 pm
- Forum: Hardware Interface Issues
- Topic: Configuring KFlop IO pins for serial communication when KStep is connected
- Replies: 4
- Views: 3183
Configuring KFlop IO pins for serial communication when KStep is connected
Hello, I have KFlop connected to KStep via JP7 to JP36. I need to configure KFlop for serial communication and have a few questions regarding the use of IO pins when KStep is connected: Serial Communication with KStep connected: Can IO 44 and IO 45 on the KFlop still be used for serial comms after c...
- Thu May 18, 2023 4:10 pm
- Forum: Hardware Interface Issues
- Topic: Connecting a 5V sensor to KStep
- Replies: 1
- Views: 2652
Connecting a 5V sensor to KStep
I have a rotary turntable with integrated hall effect sensor. The sensor has a digital output which drops from 5V to Low when the home position is detected. The sensor circuit is partially buried so I'm not sure of the components and specifically the output drive. Can someone please recommend a safe...
- Tue Apr 11, 2023 10:04 am
- Forum: Configuration Issues
- Topic: Axis velocity value after initialising
- Replies: 2
- Views: 2867
Re: Axis velocity value after initialising
I can't see the method GetCommandValue, perhaps because I'm using an older version 433q (for 64 bit libs). But I can see KMotion_dotNet_KM_Controller_WriteLineReadLine and I can get the velocity this way. It's very handy to have a way to have a way o interact with the console.
Thanks!
Thanks!
- Sun Apr 09, 2023 12:03 am
- Forum: Configuration Issues
- Topic: Axis velocity value after initialising
- Replies: 2
- Views: 2867
Axis velocity value after initialising
I have a machine which is intended to move with a particular velocity. If possible, I would like to set this velocity during initialisation. I have entered this value into the init file, which was generated in the usual way from the KMotion config+flash window: ch1->Vel=100; However, when I execute ...