I have a unipolar stepper motor connected (via relays) to channels 5, 6, 7 and 8 on the K8055, and I can make it move via the demo program, but it requires ticking the checkboxes a lot to move it. It’s attached to a wheel, so if I activate outputs 5 and 7 in order, the wheel moves clockwise, if I tick and untick 6 and 8 in order, it goes anti clockwise. I know a lot about electronics, but only a small bit about programming. So I’m wondering if there is a program with simply 2 buttons, click one, it quickly activated and deactivates channels 5 and 7, and the other button quickly activates channels 6 and 8?
If not, any pointers how to get started off programming it? I have never made .dll’s or .exe’s before, but have worked with C++ a little.
EDIT: Also there seems to be a problem when using the external analog inputs. I have a source that outputs around 3V, but the K8055 only picks it up as around .666 volts. Any idea’s?
-Dan