Impact Acquire SDK C++
|
Contains features to control the serial interface. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
HOBJ | hObj (void) const |
Returns a unique identifier for the component collection referenced by this object. | |
mvSerialInterfaceControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::mvSerialInterfaceControl object. | |
const ComponentCollection & | restoreDefault (void) const |
Restores the default for every component of this collection. | |
Public Attributes | |
PropertyI64 | mvLiquidLensErrorCount |
An integer property. This register increments whenever an error occurred while communicating with the Liquid Lens. | |
PropertyI64 | mvLiquidLensFirmwareVersion |
An integer property. Returns the firmware version of the Liquid Lens. | |
PropertyI64 | mvLiquidLensPowerMode |
An enumerated integer property. Selects the device power mode. | |
PropertyI64 | mvLiquidLensReceiveStatus |
An integer property. Result of the serial receive error detection mechanism. | |
Method | mvLiquidLensSaveFocusValue |
A method object. Saves the current Focus position into LiquidLens EEPROM. | |
PropertyI64 | mvLiquidLensSetFocusValue |
An integer property. Focus position value for Liquid Lens. | |
PropertyI64 | mvLiquidLensStatus |
An enumerated integer property. Returns the current status of the Liquid Lens. | |
PropertyS | mvSerialInterfaceASCIIBuffer |
A string property. Buffer for exchanging ASCII data over the serial interface. This buffer uses the same memory as 'mvSerialInterfaceBinaryBuffer'. | |
PropertyI64 | mvSerialInterfaceBaudRate |
An enumerated integer property. Serial interface clock frequency. | |
PropertyS | mvSerialInterfaceBinaryBuffer |
A string property. Buffer for exchanging binary data over the serial interface. This buffer uses the same memory as 'mvSerialInterfaceASCIIBuffer'. | |
PropertyI64 | mvSerialInterfaceBytesAvailableForRead |
An integer property. Number of serial data bytes available for read. | |
PropertyI64 | mvSerialInterfaceBytesToRead |
An integer property. Number of serial bytes to read. | |
PropertyI64 | mvSerialInterfaceBytesToWrite |
An integer property. Length of data to write. | |
PropertyI64 | mvSerialInterfaceDataBits |
An enumerated integer property. Number of data bits. | |
PropertyIBoolean | mvSerialInterfaceEnable |
A boolean property. Controls whether the serial interface is enabled or not. | |
PropertyI64 | mvSerialInterfaceMode |
An enumerated integer property. States the interface mode of the serial interface. | |
PropertyI64 | mvSerialInterfaceParity |
An enumerated integer property. Serial interface parity. | |
Method | mvSerialInterfaceRead |
A method object. Command to read data from serial interface. | |
PropertyI64 | mvSerialInterfaceReceiveStatus |
An integer property. Result of the serial receive error detection mechanism. | |
PropertyI64 | mvSerialInterfaceStopBits |
An enumerated integer property. Number of stop bits. | |
Method | mvSerialInterfaceWrite |
A method object. Command to write data to serial interface. | |
PropertyF | mvStepperAcceleration |
A floating point property. Current acceleration of the selected stepper motor. | |
PropertyIBoolean | mvStepperAutoSavePositionEnable |
A boolean property. Controls if the auto-save of motor positions is active. | |
PropertyI64 | mvStepperCurrentPosition |
An integer property. Read current position from stepper. | |
PropertyI64 | mvStepperDesiredPosition |
An integer property. The desired position of the selected stepper motor. | |
PropertyI64 | mvStepperErrorCount |
An integer property. This register increments whenever an error occurred while communicating with the Opto Engineering Stepper. | |
PropertyI64 | mvStepperFirmwareVersion |
An integer property. Returns the firmware version of the Opto Engineering Stepper. | |
PropertyI64 | mvStepperMotorSelector |
An enumerated integer property. Selects the stepper motor to control. | |
Method | mvStepperMoveToHomeAll |
A method object. Moves all stepper motors to their home position. | |
Method | mvStepperPositionSetLoad |
A method object. Loads the stepper 'mvStepperDesiredPosition' specified by 'mvStepperPositionSetSelector' and makes it active for each motor. | |
Method | mvStepperPositionSetSave |
A method object. Saves the stepper 'mvStepperDesiredPosition' specified by 'mvStepperPositionSetSelector' into the steppers non-volatile memory for each motor. | |
PropertyI64 | mvStepperPositionSetSelector |
An integer property. Selects the stepper parameter set to load or save. | |
PropertyI64 | mvStepperReceiveStatus |
An integer property. Result of the serial receive error detection mechanism. | |
PropertyF | mvStepperSpeed |
A floating point property. Current speed of the selected stepper motor. | |
PropertyF | mvStepperSpeedManual |
A floating point property. Manual speed of the selected stepper motor. | |
PropertyI64 | mvStepperStatus |
An enumerated integer property. Returns the current status of the stepper. | |
Method | mvStepperStopAll |
A method object. Stops all stepper motors. | |
Protected Attributes | |
HOBJ | m_hRoot |
Contains features to control the serial interface.
Contains features to control the serial interface.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::mvSerialInterfaceControl object.
[in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
[in] | settingName | 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 |
|
inlineinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT::acquire::ComponentList.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
protectedinherited |
PropertyI64 mvLiquidLensErrorCount |
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 mvLiquidLensFirmwareVersion |
An integer property. Returns the firmware version of the Liquid Lens.
Returns the firmware version of the Liquid Lens.
PropertyI64 mvLiquidLensPowerMode |
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 mvLiquidLensReceiveStatus |
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 mvLiquidLensSaveFocusValue |
A method object. Saves the current Focus position into LiquidLens EEPROM.
Saves the current Focus position into LiquidLens EEPROM.
PropertyI64 mvLiquidLensSetFocusValue |
An integer property. Focus position value for Liquid Lens.
Focus position value for Liquid Lens.
PropertyI64 mvLiquidLensStatus |
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 mvSerialInterfaceASCIIBuffer |
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 mvSerialInterfaceBaudRate |
An enumerated integer property. Serial interface clock frequency.
Serial interface clock frequency.
The following string values might be valid for this feature:
PropertyS mvSerialInterfaceBinaryBuffer |
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 mvSerialInterfaceBytesAvailableForRead |
An integer property. Number of serial data bytes available for read.
Number of serial data bytes available for read.
PropertyI64 mvSerialInterfaceBytesToRead |
An integer property. Number of serial bytes to read.
Number of serial bytes to read.
PropertyI64 mvSerialInterfaceBytesToWrite |
An integer property. Length of data to write.
Length of data to write.
PropertyI64 mvSerialInterfaceDataBits |
An enumerated integer property. Number of data bits.
Number of data bits.
The following string values might be valid for this feature:
PropertyIBoolean mvSerialInterfaceEnable |
A boolean property. Controls whether the serial interface is enabled or not.
Controls whether the serial interface is enabled or not.
PropertyI64 mvSerialInterfaceMode |
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 mvSerialInterfaceParity |
An enumerated integer property. Serial interface parity.
Serial interface parity.
The following string values might be valid for this feature:
Method mvSerialInterfaceRead |
A method object. Command to read data from serial interface.
Command to read data from serial interface.
PropertyI64 mvSerialInterfaceReceiveStatus |
An integer property. Result of the serial receive error detection mechanism.
Result of the serial receive error detection mechanism.
PropertyI64 mvSerialInterfaceStopBits |
An enumerated integer property. Number of stop bits.
Number of stop bits.
The following string values might be valid for this feature:
Method mvSerialInterfaceWrite |
A method object. Command to write data to serial interface.
Command to write data to serial interface
PropertyF mvStepperAcceleration |
A floating point property. Current acceleration of the selected stepper motor.
Current acceleration of the selected stepper motor.
PropertyIBoolean mvStepperAutoSavePositionEnable |
A boolean property. Controls if the auto-save of motor positions is active.
Controls if the auto-save of motor positions is active.
PropertyI64 mvStepperCurrentPosition |
An integer property. Read current position from stepper.
Read current position from stepper.
PropertyI64 mvStepperDesiredPosition |
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 mvStepperErrorCount |
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 mvStepperFirmwareVersion |
An integer property. Returns the firmware version of the Opto Engineering Stepper.
Returns the firmware version of the Opto Engineering Stepper.
PropertyI64 mvStepperMotorSelector |
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 mvStepperMoveToHomeAll |
A method object. Moves all stepper motors to their home position.
Moves all stepper motors to their home position.
Method mvStepperPositionSetLoad |
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 mvStepperPositionSetSave |
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 mvStepperPositionSetSelector |
An integer property. Selects the stepper parameter set to load or save.
Selects the stepper parameter set to load or save.
PropertyI64 mvStepperReceiveStatus |
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 mvStepperSpeed |
A floating point property. Current speed of the selected stepper motor.
Current speed of the selected stepper motor.
PropertyF mvStepperSpeedManual |
A floating point property. Manual speed of the selected stepper motor.
Manual speed of the selected stepper motor.
PropertyI64 mvStepperStatus |
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 mvStepperStopAll |
A method object. Stops all stepper motors.
Stops all stepper motors.