LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Example of code for PCI-DIO-32HS/6533 DAQ with 8255 emulation mode handshaking

I'm looking for an example in LabWindows/CVI form of how to perform 8255 emulation handshaking with the DIO-PCI-32HS.
0 Kudos
Message 1 of 2
(3,123 Views)
I did not find any examples for 8255 emulation in CVI. However, if you open one of the examples for the 653x family, for example the DOsingleBufHandshake653x.PRJ. You will see the following function:
iStatus = DIG_Grp_Mode(iDevice, iGroup, iSignal, iEdge,iReqPol, iAckPol, iAckDelayTime);

The parameter 'iSignal' determines what type of handshaking. One of the options when you open the function panel is 8255 emulation handshaking.

If you are running into specific issues, then I would post it.
Joji
0 Kudos
Message 2 of 2
(3,123 Views)