LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing GPIO on a Atom based embedded computer board

We are running our Labview application on a Atom based embedded computer PCB (advantech PCM-9361FG). The board has a  8 bit GPIO available, which I understand is common on embedded computer systems. Can I access and make use of this GPIO within a Labview programme?

 

Labview version : 8.6.1

Operating System: XP

 

0 Kudos
Message 1 of 5
(9,312 Views)

I don't know in Atom, but when using Blackfin, in Blackfin pallete, you have a I/O sub-pallete with digital I/O!

Simply choose the port and number and the state true or false! Hope this helps.

Good Luck

António Veríssimo de Freitas
Universidade de Aveiro Student
0 Kudos
Message 2 of 5
(9,304 Views)

Hello Sylar,

As this is 3rd party hardware you shall need to install the devices API which will allow communication to your GPIO with the use of .dll files.

I have managed to find what I believe to be the latest API inteface available for this device.

 

Let me know if this helps.

 


Philip
Applications Engineer
National Instruments
UK Branch

===If this fixes your problem, mark as solution!===
Message 3 of 5
(9,260 Views)

Hi Philip,

 

Thanks for your advice.

By installing the set of drivers for the Atom Board to which provide the API interface to the hardware, I have managed to access the GPIO via calling functions within the susi.dll.

 

There are many other interesting hardware features which can be controlled using calls to the susi.dll should I need to!  

 

Again thanks for pointing me in the right direction.

 

 

0 Kudos
Message 4 of 5
(9,202 Views)

Hi all,

 

i have to control GPIO on Advantech board, i've installed SUSI library but when importing dll in labview it cannot parse the header file REL_SUSI.H,

 

can you help me?Smiley Sad

 

Thanks

0 Kudos
Message 5 of 5
(6,979 Views)