Example, on-off software control, Sample code, Ac characteristics – Teledyne LeCroy PCIBX64-X User Manual
Page 17

15
Example, On-Off Software Control
Using DOS "Debug" the following instruction will turn the board on and off. This example assumes that JP15 is installed
enabling the PCIBX as board 1 in the system and also assuming using LPT1 set at 0x378.
Commands to turn the PCIBX ON
o 37a de
set LPT port to write mode
o 378 63
set address for global register
o 37a d6
strobe address
o 37a de
return strobe
o 378 01
set data to global register
o 37a dc
strobe data
o 37a de
return strobe
o 378 64
set address for on-off register
o 37a d6
strobe address
o 37a de
return strobe
o 378 00
set data to turn the board on
o 37a dc
strobe data
o 37a de
return strobe
Commands to turn the PCIBX OFF
o 37a de
return strobe
o 378 64
set address for on-off register
o 37a d6
strobe address
o 37a de
return strobe
o 378 01
set data to turn the board off
o 37a dc
strobe data
o 37a de
return strobe
Sample Code
For example code, please see the PCIBX example code document located at
http://www.getcatalyst.com/pcibx_examplecode.pdf
AC Characteristics
For the AC characteristics diagrams see the PCIBX AC Characteristics document located at
http://www.getcatalyst.com/pcibx_acchar.pdf