Sensoray Company, Incorporated (Sensoray) warrants the Handle the 7405 only at grounded, ESD protected model 7405 hardware to be free from defects in material and stations. workmanship and perform to applicable published Sensoray...
Jumper Set Two separate I/O spaces exist on the STDbus: primary and expanded. Option jumper E8 selects which I/O space the Model 7405 board will reside in. E8 is factory set to map the board into primary space. I/O Address Space...
Programming Model Data Registers The Model 7405 board occupies two contiguous I/O ports in Analog channel data may be written into the A and B the STDbus I/O space. Both ports may be written to, and the registers after ensuring that the status register handshake bits base port has a read function as well.
Calibration Although the 7405 analog section is factory calibrated at Sensoray, you may find that a periodic calibration is in order to compensate for circuit drift over time. The board contains nine trimpots in all, one offset trim for each channel and one gain trim that is common to all channels.
Page 6
// Convert voltage value to binary value suitable for DAC. short value = (short)( 2048 + voltage * 204.8 ); // Wait until Model 7405 board is ready to accept data. do {} while ( InByte(baseport) & BUSY ); // Write binary value to Model 7405 board.
Need help?
Do you have a question about the 7405 and is the answer not in the manual?
Questions and answers