From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using CIN's

Hi,

I have an old motor controller card, in which there are no labview drivers.
I have a C code so that the card may be talked to. I know the commands to
move the card, and the C code, when compiled into a dll will communicate.
I just need to know a few things. First, how do I integrate the dll into
labview, via CIN? Second, how do I send the commands to the CIN, or, more
particularly, to the dll via labview?
Any help on this would be most appreciated. Thanks

JMH
0 Kudos
Message 1 of 3
(2,466 Views)
NI website have examples on this.

"JMH" wrote in message news:39858b4d@newsgroups.ni.com...
>
> Hi,
>
> I have an old motor controller card, in which there are no labview
drivers.
> I have a C code so that the card may be talked to. I know the commands to
> move the card, and the C code, when compiled into a dll will communicate.
> I just need to know a few things. First, how do I integrate the dll into
> labview, via CIN? Second, how do I send the commands to the CIN, or, more
> particularly, to the dll via labview?
> Any help on this would be most appreciated. Thanks
>
> JMH




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Di
fferent Servers! =-----
0 Kudos
Message 2 of 3
(2,466 Views)
You can call dll from VIs directly.
For this use the Functions Palette->Advanced->Call Library Function
node. For configure of parameters passing, right click on this node
after you place it in VI Diagram and then select Configure option.

Kostya.

In article <39858b4d@newsgroups.ni.com>,
"JMH" wrote:
>
> Hi,
>
> I have an old motor controller card, in which there are no labview
drivers.
> I have a C code so that the card may be talked to. I know the
commands to
> move the card, and the C code, when compiled into a dll will
communicate.
> I just need to know a few things. First, how do I integrate the dll
into
> labview, via CIN? Second, how do I send the commands to the CIN, or,
more
> particularly, to the dll via labview?
> Any help on this w
ould be most appreciated. Thanks
>
> JMH
>


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 3 of 3
(2,466 Views)