Impact Acquire SDK Java
|
Contains features to control the serial interface. More...
Protected Member Functions | |
void | finalize () |
mvSerialInterfaceControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (ComponentCollection obj) |
static long | swigRelease (mvSerialInterfaceControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Contains features to control the serial interface.
Contains features to control the serial interface.
|
protected |
mvSerialInterfaceControl | ( | Device | pDev, |
String | settingName ) |
Constructs a new mvIMPACT.acquire.mvSerialInterfaceControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
mvSerialInterfaceControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.mvSerialInterfaceControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
synchronized void delete | ( | ) |
Reimplemented from ComponentCollection.
|
protected |
Reimplemented from ComponentCollection.
PropertyI64 getMvLiquidLensErrorCount | ( | ) |
An integer property.
This register increments whenever an error occurred while communicating with the Liquid Lens.
This register increments whenever an error occurred while communicating with the Liquid Lens.
PropertyI64 getMvLiquidLensFirmwareVersion | ( | ) |
An integer property.
Returns the firmware version of the Liquid Lens.
Returns the firmware version of the Liquid Lens.
PropertyI64 getMvLiquidLensPowerMode | ( | ) |
An enumerated integer property.
Selects the device power mode.
Selects the device power mode.
The following string values might be valid for this feature:
PropertyI64 getMvLiquidLensReceiveStatus | ( | ) |
An integer property.
Result of the serial receive error detection mechanism.
Result of the serial receive error detection mechanism. This is a bit field. The bits have the following meaning: 0x1: CRC Error, 0x2: NAK received, 0x4: No response, 0x8 Incorrect answer received.
Method getMvLiquidLensSaveFocusValue | ( | ) |
A method object.
Saves the current Focus position into LiquidLens EEPROM.
Saves the current Focus position into LiquidLens EEPROM.
PropertyI64 getMvLiquidLensSetFocusValue | ( | ) |
An integer property.
Focus position value for Liquid Lens.
Focus position value for Liquid Lens.
PropertyI64 getMvLiquidLensStatus | ( | ) |
An enumerated integer property.
Returns the current status of the Liquid Lens.
Returns the current status of the Liquid Lens.
The following string values might be valid for this feature:
PropertyS getMvSerialInterfaceASCIIBuffer | ( | ) |
A string property.
Buffer for exchanging ASCII data over the serial interface. This buffer uses the same memory as 'mvSerialInterfaceBinaryBuffer'.
Buffer for exchanging ASCII data over the serial interface. This buffer uses the same memory as 'mvSerialInterfaceBinaryBuffer'.
PropertyI64 getMvSerialInterfaceBaudRate | ( | ) |
An enumerated integer property.
Serial interface clock frequency.
Serial interface clock frequency.
The following string values might be valid for this feature:
PropertyS getMvSerialInterfaceBinaryBuffer | ( | ) |
A string property.
Buffer for exchanging binary data over the serial interface. This buffer uses the same memory as 'mvSerialInterfaceASCIIBuffer'.
Buffer for exchanging binary data over the serial interface. This buffer uses the same memory as 'mvSerialInterfaceASCIIBuffer'.
PropertyI64 getMvSerialInterfaceBytesAvailableForRead | ( | ) |
An integer property.
Number of serial data bytes available for read.
Number of serial data bytes available for read.
PropertyI64 getMvSerialInterfaceBytesToRead | ( | ) |
An integer property.
Number of serial bytes to read.
Number of serial bytes to read.
PropertyI64 getMvSerialInterfaceBytesToWrite | ( | ) |
An integer property.
Length of data to write.
Length of data to write.
PropertyI64 getMvSerialInterfaceDataBits | ( | ) |
An enumerated integer property.
Number of data bits.
Number of data bits.
The following string values might be valid for this feature:
PropertyI getMvSerialInterfaceEnable | ( | ) |
A boolean property.
Controls whether the serial interface is enabled or not.
Controls whether the serial interface is enabled or not.
PropertyI64 getMvSerialInterfaceMode | ( | ) |
An enumerated integer property.
States the interface mode of the serial interface
States the interface mode of the serial interface
The following string values might be valid for this feature:
PropertyI64 getMvSerialInterfaceParity | ( | ) |
An enumerated integer property.
Serial interface parity.
Serial interface parity.
The following string values might be valid for this feature:
Method getMvSerialInterfaceRead | ( | ) |
A method object.
Command to read data from serial interface.
Command to read data from serial interface.
PropertyI64 getMvSerialInterfaceReceiveStatus | ( | ) |
An integer property.
Result of the serial receive error detection mechanism.
Result of the serial receive error detection mechanism.
PropertyI64 getMvSerialInterfaceStopBits | ( | ) |
An enumerated integer property.
Number of stop bits.
Number of stop bits.
The following string values might be valid for this feature:
Method getMvSerialInterfaceWrite | ( | ) |
A method object.
Command to write data to serial interface
Command to write data to serial interface
PropertyF getMvStepperAcceleration | ( | ) |
A floating point property.
Current acceleration of the selected stepper motor.
Current acceleration of the selected stepper motor.
PropertyI getMvStepperAutoSavePositionEnable | ( | ) |
A boolean property.
Controls if the auto-save of motor positions is active.
Controls if the auto-save of motor positions is active.
PropertyI64 getMvStepperCurrentPosition | ( | ) |
An integer property.
Read current position from stepper.
Read current position from stepper.
PropertyI64 getMvStepperDesiredPosition | ( | ) |
An integer property.
The desired position of the selected stepper motor.
The desired position of the selected stepper motor. When the motor has not yet reached this position(is moving) this value may differ from 'mvStepperCurrentPosition'.
PropertyI64 getMvStepperErrorCount | ( | ) |
An integer property.
This register increments whenever an error occurred while communicating with the Opto Engineering Stepper.
This register increments whenever an error occurred while communicating with the Opto Engineering Stepper.
PropertyI64 getMvStepperFirmwareVersion | ( | ) |
An integer property.
Returns the firmware version of the Opto Engineering Stepper.
Returns the firmware version of the Opto Engineering Stepper.
PropertyI64 getMvStepperMotorSelector | ( | ) |
An enumerated integer property.
Selects the stepper motor to control.
Selects the stepper motor to control(Zoom, Iris or Focus).
The following string values might be valid for this feature:
Method getMvStepperMoveToHomeAll | ( | ) |
A method object.
Moves all stepper motors to their home position.
Moves all stepper motors to their home position.
Method getMvStepperPositionSetLoad | ( | ) |
A method object.
Loads the stepper 'mvStepperDesiredPosition' specified by 'mvStepperPositionSetSelector' and makes it active for each motor.
Loads the stepper 'mvStepperDesiredPosition' specified by 'mvStepperPositionSetSelector' and makes it active for each motor.
Method getMvStepperPositionSetSave | ( | ) |
A method object.
Saves the stepper 'mvStepperDesiredPosition' specified by 'mvStepperPositionSetSelector' into the steppers non-volatile memory for each motor.
Saves the stepper 'mvStepperDesiredPosition' specified by 'mvStepperPositionSetSelector' into the steppers non-volatile memory for each motor.
PropertyI64 getMvStepperPositionSetSelector | ( | ) |
An integer property.
Selects the stepper parameter set to load or save.
Selects the stepper parameter set to load or save.
PropertyI64 getMvStepperReceiveStatus | ( | ) |
An integer property.
Result of the serial receive error detection mechanism.
Result of the serial receive error detection mechanism. This is a bit field. The bits have the following meaning: 0x1: Reserved, 0x2: Mismatch in answer detected, 0x4: No response, 0x8 Incorrect answer received.
PropertyF getMvStepperSpeed | ( | ) |
A floating point property.
Current speed of the selected stepper motor.
Current speed of the selected stepper motor.
PropertyF getMvStepperSpeedManual | ( | ) |
A floating point property.
Manual speed of the selected stepper motor.
Manual speed of the selected stepper motor.
PropertyI64 getMvStepperStatus | ( | ) |
An enumerated integer property.
Returns the current status of the stepper.
Returns the current status of the stepper.
The following string values might be valid for this feature:
Method getMvStepperStopAll | ( | ) |
A method object.
Stops all stepper motors.
Stops all stepper motors.
|
inherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
|
inherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
staticprotectedinherited |
|
staticprotected |
|
protectedinherited |