09-09-2009 03:37 AM
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
09-09-2009 06:52 AM
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
09-14-2009 03:24 AM
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.
09-22-2009 03:06 AM
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.
09-19-2013 09:24 AM
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?
Thanks