Instruction manual
AMPDIO DRIVERS
Page 89
PCI272 = 272
bus short: PCI bus number (usually 0).
slot short: PCI slot number.
Returns short: Board handle to be used in all subsequent function calls for that
board.
or ERRSUPPORT
Prior Calls none
See Also registerBoard
registerBoardPci
FreeBoard
6.4.1.4 Get the Model Number of a Board — GetBoardModel
Returns the model number of a registered board. N.B. where a PCI board shares a model
number with an ISA board, they may be distinguished by calling the GetBoardPciPosition
function, which will return an error for an ISA board.
The only oddities in the returned model numbers are 25 (which can be a PC24E or PC25E)
and 36 (which can be a PC36AT or a PCI236).
The PCI230+ and PCI260+ may be distinguished from the older PCI230 and PCI260 models
by calling the DIO_TC_hardwareVersion function, supported in verssion 4.42 onwards.
i = GetBoardModel (h)
where h short: board handle as issued by the
registerBoardEx function.
Returns short: Board’s model number. Possible values are:-
212: Amplicon PC212E
214: Amplicon PC214E
215: Amplicon PC215E or PCI215
218: Amplicon PC218E
263: Amplicon PC263 or PCI263
272: Amplicon PC272E or PCI272
36: Amplicon PC36AT or PCI236
24: Amplicon PC24E or PC25E
26: Amplicon PC26AT
27: Amplicon PC27E
30: Amplicon PC30AT
230: Amplicon PCI230 or PCI230+
260: Amplicon PCI260 or PCI260+
224: Amplicon PCI224
234: Amplicon PCI234
or ERRHANDLE
Prior Calls registerBoardEx
See Also GetBoardBase