LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I setup communcations to a non NI board?

The board is installed in the computer.
With Basic it is just an out command "out 770,128" to configure and control the card. The board is a Cyberresearch CYDIO24H. Thank-you Bob
0 Kudos
Message 1 of 4
(2,455 Views)
In Functions > Advanced > Port I/O palette you can find "In Port" and "Out Port" functions. I think this is what you are looking for. If you are using Win NT/2000 you need something more (find details in "Port and Memory Utilities for Windows" [http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&2851D0A06E3185BC8625683A000AC730&cat=034E59A8530E09DF862568900018707A] )

Good Luck!
Message 2 of 4
(2,455 Views)
Thank-you
That worked great!!!!!!!!!!!!!!!
0 Kudos
Message 4 of 4
(2,455 Views)
Most digital i/o boards are driven by various peeks/pokes to their registers
(the manufacturers literature should/will detail these).

Search the NI developer zone - some kind person may have already written a
driver for it.

If you need to write your own driver use the out port and in port vi's
included under the advanced/memory menu. Note however that these will not
work with NT based operating systems (win 2000,nt,xp etc..)- you'll need to
find a library of vi's called 'accesshw' from the developer zone and use
these instead. They basically use a dll to call the low level registers.

Hope this helps

Andy

"RJF" wrote in message
news:506500000008000000FF370000-1007855737000@exchange.ni.com...
> The board is installed in the computer.
> With Basi
c it is just an out command "out 770,128" to configure and
> control the card. The board is a Cyberresearch CYDIO24H. Thank-you Bob
0 Kudos
Message 3 of 4
(2,455 Views)