Sigma LBA-714PC, LBA-710, LBA-300, LBA-712, LBA-708 Properties, AppInfo, Running, OperationComplete

Models: LBA-500PC LBA-708 LBA-710 LBA-700 LBA-712 LBA-714PC LBA-400 LBA-300

1 281
Download 281 pages 14.04 Kb
Page 161
Image 161

Methods

- Functions you can call to perform some operation

Events

- Notification when things happen

9.3.1Properties

9.3.1.1AppInfo

AppInfo is a two-dimensional array of integer packaged as a Variant. The leftmost dimension is 0 to 31 and the rightmost is 0 to 2. This array contains information about LBA-PC applications that are running and available for ActiveX connection. AppInfo is used to decide which application to connect to and which index to send to the OpenIndex method.

The array is formatted as follows:

[][0] = Application type

[][1] = Model Number

[][2] = Serial Number

Application type will contain 1 for LBA-PC with a framegrabber or 2 for LBA-PC connected to a Pyrocam III. Other Spiricon software products have other numbers, but the LBA-PC ActiveX server will only find LBA-PC applications.

Model Number will contain the framegrabber model number for LBA-PC connected to a framegrabber, or 0 for LBA-PC connected to Pyrocam III.

Serial Number will contain the serial number of the framegrabber or Pyrocam III respectively.

Not all array rows will contain application information. If the Application type is 0 then that row does not contain application information. Row 0 will never contain application information. Application indices are fixed at launch and remain until the application is closed. The first LBA-PC gets index 1, the second gets index 2, etc. When an application is closed the index is released. If you close application 1, then row 1 Application type will be set to 0, but row 2 through 31 will still contain any previous application information.

9.3.1.2Running

This property indicates the status of the LBA-PC data collection. This property returns TRUE if the LBA-PC is collecting data frames. Otherwise, this property returns FALSE.

9.3.1.3OperationComplete

This property indicates the status of the Ultracal operation.

This bit flag is defined as follows.

Ultracal complete

0x0001

Auto Exposure complete

0x0002

Values are added to this property but never removed. Write a 0 to reset this property.

Operator’s Manual

161

LBA-PC

Doc. No. 10654-001, Rev 4.10

 

 

Page 161
Image 161
Sigma LBA-714PC, LBA-710, LBA-300, LBA-712, LBA-708, LBA-500PC, LBA-700, LBA-400 Properties, AppInfo, Running, OperationComplete