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: 

How do I communicate with a EISA interface, base address 560 decimal, 6 - 16 bit registers, IRQ5

Reg. 0 is PC Interrupt Status, 2 is PC Interrupt Mask, 4 is Access Address Register, 6 is Control Status, 8 is Address, 10 is Data.
0 Kudos
Message 1 of 2
(2,211 Views)
"Jmet" wrote in message
news:50650000000800000084470000-1019262487000@exchange.ni.com...
> Reg. 0 is PC Interrupt Status, 2 is PC Interrupt Mask, 4 is Access
> Address Register, 6 is Control Status, 8 is Address, 10 is Data.

Have a look on the functions palette. Under the Advanced menu there is a
section marked
'Port I/O' there are VIs for In Port and Out Port, these will probably do
what you want.

The port address is going to be the base address of your card added to the
register number.
You need to set a boolean on the Vis to indicate that you are going to be
reading and writing
words rather than bytes.

HTH


--
Remove "spamkill." when replying to this message
0 Kudos
Message 2 of 2
(2,211 Views)