Capture Mode |
|
|
|
|
|
|
|
|
Single Shot | N/A | The |
|
| Property values will not change until the LBA- |
|
| PC receives another Start command. |
|
|
|
Continuous | FALSE | The |
|
| values. By the time a VI can read property |
|
| values after the OnNewFrame event, the values |
|
| have changed. Use this configuration if you do |
|
| not care which frame the properties relate to. |
|
|
|
Continuous | TRUE | The |
|
| correspond to the same frame of data. These |
|
| values will remain until you reset NewFrame to |
|
| FALSE. |
|
|
|
OnNewFrame.vi contains an example of reading property values after receiving an OnNewFrame event. All example VIs are packaged in LbapcActiveX.llb, which can be found in the “ActiveX\Examples\LabVIEW” directory under the
In Visual Basic you can read any desired properties during this event. All properties correspond to the same frame of data. After return from this event property values will change.
9.3.3.2OnOperationComplete
This event fires when Ultracal is finished or the
Ultracal complete | 0x0001 |
Auto Exposure complete0x0002
In LabVIEW, the parameter data is part of the Event Data cluster output from the Wait On ActiveX Event VI. Unbundle the Event Data, index the ParamData array, and convert the result using the ‘Variant To Data’ VI. Ultracal.vi contains an example of calling the Ultracal method and responding to the OnOperationComplete event. Example VI’s are packaged in LbapcActiveX.llb, which can be found in the “ActiveX\Examples\LabVIEW” directory under the
9.4 DCOM
ActiveX is based on Component Object Model (COM) technology. DCOM, Distributed COM, extends COM to support communication among objects on different
The
Local access is always the default. When
Operator’s Manual | 172 |
|