Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Using TAMS 61622 GPIO card with LabVIEW

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 igpioctrl(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.
0 Kudos
Message 1 of 2
(3,316 Views)
Hello,
 
I am not familiar with that hardware, but if you have a dll from the manufacturer to communicate with it, there's a good chance you'll be able to use the call library function node in LabVIEW.  You should make sure you're passing the parameters to your dll function correctly, where knowing the function's prototype and referring to the Using External Code in LabVIEW manual, as well as the Call DLL.vi shipping example with LabVIEW (see Help -> Find Examples...), should help you get started.
 
Best Regards,
 
JLS
 
 
Best,
JLS
Sixclear
0 Kudos
Message 2 of 2
(3,299 Views)