Hi!
I’m trying to build a Laser-Motion-Control with the Velleman K8055.
I have made several Projects with the K8055 and Delphi5, but now I’ve changed my preferred programming Language to Visual C#.
The problem is: Everything works fine, except the Analogue Out/Inputs.
ReadAnalogChannel(1) returns something around 7209240045289472.
OutputAnalogChannel(1,255) doesn’t do anything.
OutputAnalogChannel(2,255) doesn’t do anything.
OutputAllAnalog(255,255) correctly sets DA1 to about 4,7V, but DA2 is unchanged.
SetAllAnalog() Sets both DA1 and DA2 to about 4,7V and ClearAllAnalog() sets them to 0V.
Nasty, right? Is this a known problem or my fault?
All the compiled demo applications from velleman.be do their work.
Any Ideas? Thank you!