Hi
I am trying to write code to control a digital I/O board for the first time.
I have a legacy board, PCI-DIO-96, as the code implies, it is a PCI digital I/O boiard with 96 I/O channels
My first question is, what would be the drivers and development platform I should download for this board?
I am planning to write my code in C++.
The second question is, I am trying to write a very simple application to drive 96 solenoid valves through the board.
Basically I need to use the board in output mode only. No data gathering here.
The application basically needs to open and close these valves for a specified number of milliseconds. So basically,
I would be sending either 0 or 1 through the output channels, that's
it. If I send a "1" signal through the board, does
that
"toggle" the channel, meaning the channel will keep sending "1" through the ouput until I send another signal, or do I need
to send the "1" signal every few milliseconds to simulate a constant "1" signal?
Does anyone have code samples or know where I can find code samples illustrating this simple case?
It would be greatly appreciated.
I realize these are very basic questions, but I am new to hardware programming and I am on a deadline.
Thank you
Kiko