Is it possible to use the same dll of K8055 and K8061 in the same software? I tried to implement both dll’s but got p invoke error for opening the device.
What is the difference between both dll’s? I found that that K8061 directly selects the right card when I press the connect button while the K8055 needs a selection of the card SK5 SK6 checkbox.
[quote]Is it possible to use the same dll of K8055 and K8061 in the same software?[/quote]Please see this thread for possible solution:
viewtopic.php?f=3&t=2295
[quote]What is the difference between both dll’s?[/quote]In the functions of the K8061.dll you have to specify the card address e.g.:
ReadAnalogChannel(int CardAddress, int Channel);
In case of the K8055D.dll you have to use the function SetCurrentDevice to switch the control between the cards.