2.2 The P1602.BAS
Attribute VB_Name = "P1602"
Option Explicit
Global Const NoError
= 0
Global Const DriverHandleError
= 1
Global Const DriverCallError
= 2
Global Const AdControllerError
= 3
Global Const M_FunExecError
= 4
Global Const ConfigCodeError
= 5
Global Const FrequencyComputeError = 6
Global Const HighAlarm
= 7
Global Const LowAlarm
= 8
Global Const AdPollingTimeOut
= 9
Global Const AlarmTypeError
= 10
Global Const FindBoardError
= 11
Global Const AdChannelError
= 12
Global Const DaChannelError
= 13
Global Const InvalidDelay
= 14
Global Const DelayTimeOut
= 15
Global Const InvalidData
= 16
Global Const FifoOverflow
= 17
Global Const TimeOut
= 18
Global Const ExceedBoardNumber
= 19
Global Const NotFoundBoard
= 20
Global Const OpenError
= 21
Global Const FindTwoBoardError
= 22
Global Const ThreadCreateError
= 23
Global Const StopError
= 24
Global Const AllocateMemoryError = 25
12
Summary of Contents for OME-PCI-1602
Page 37: ... Demo Program DEMO9 C 37 ...