Hello,
I have code that was written in HTBasic and I have to covert it to LabVIEW.
Everything is going fine until I have to work with the TAMS 61622 PCI/GPIO
card. I cannot figure out how to work with it. The original HTBasic command
is CONTROL 28,3;0. The 28 is the ISC number, 3 is the register, and 0 is what I want to
store in that register. I tried to use the call library function node and
use library sicl32.dll with the command igpicotrl(28,3,0) but it did not
work. I tried to search this problem on the web but I was unable to find
anything. If you could please help me out, that would be great. Thanks.