Skip to content

Configuration for Measurement and Trigger Parameters of RadarImager#

taskMeasurement.measurement.radarSystem#

The Measurement and Trigger Parameters need to be configured based on the specific installation scenario and application requirements.

The RadarImager is designed to continuously record measurement data once activated. To generate an image from this data, a trigger signal is necessary. Upon receiving this trigger signal, the RadarImager captures the necessary data according to the configured image parameters and subsequently generates the image.

Overview of some Measurement Parameters:#

Overview Diagram

Position Description
1 Distance from RadarImager to the deepest layer of interest in the object to be measured in the z-direction (distanceZToDeepestLayerOfInterest).
2 Distance between the trigger sensors.
3 Distance from the trigger reference line to the RadarImager system reference line (offsetDistanceX).
4 Length of the output image (objectLengthX).
5 Distance between the target objects

The imageTriggerMode parameter allows the use of either one or two trigger sensors. While the distance between the trigger sensors (Position 2) is currently not a factor, the distance between the target objects (Position 5) must always exceed the distance between the trigger sensors.

In the graphic shown, the objects move in the opposite direction to the default direction of movement. Therefore the parameter reverseObjectMovementDirectionX is set to true.

objectSpeedX#

This parameter sets a constant speed for the object being measured along the moving direction (x-axis). An increase in speed up to 1 m/s does not lead to any loss of quality in the image. It's important to note that increasing the speed parameter by more than 50% can lead to the termination of active image generations.

Property Value
type Real
Default Value 200
unit mm/s
minInclusive 5
maxInclusive 1000

objectLengthX#

Sets the length of an object to measure in moving direction (x-axis). This will determine the length of the image.

This parameter sets the length of the object to be measured in moving direction (x-axis). The value of this parameter will determine the length of the generated image.

Parameter behavior

Changing this parameter requires a new measurement to be conducted in order to display a new image. This is because the length of the object directly influences the dimensions of the image.

Property Value
type Real
Default Value 200
unit mm
minInclusive 50
maxInclusive 500

The images below show three images in which a different objectLengthX has been selected:

Image title Image title Image title

distanceZToDeepestLayerOfInterest#

This parameter sets the distance in the z-direction from the RadarImager to the deepest layer of interest in the object to be measured. It is recommended to keep this distance as small as possible to obtain the maximum resolution. This parameter also helps to cut off multi reflection effects from the background by limiting the image area from which individual layers can be selected.

Parameter behavior

Changing this parameter requires a new measurement to be conducted in order to display a new image. This is because the length of the object directly influences the dimensions of the generated image stack.

Property Value
type Real
Default Value 300
unit mm
minInclusive 100
maxInclusive 500

offsetDistanceX#

This parameter sets the distance between the system reference line and the external image trigger sensor along the x-axis. Depending on the direction of movement, the reference line is always on the side that is reached first by a passing object. This parameter adds a software-based trigger delay, allowing an object to be captured in the center of the image.

Image title

Parameter behavior

Changing this parameter requires a new measurement to be conducted in order to display a new image.

Restriction based on parameter dependency

offsetDistanceX <= objectLengthX

Property Value
type Real
Default Value 0
unit mm
minInclusive 0
maxInclusive objectLengthX

The object of interest can be moved to the center of the image by adjusting the offsetDistanceX:

Image title Image title

reverseObjectMovementDirectionX#

This parameter reverses the object movement direction compared to the default object moving direction along the x-axis.

See the image in the section offsetDistanceX for the default object movement direction.

Parameter behavior

Changing this parameter requires a new measurement to be conducted in order to display a new image.

Property Value
type Option
Default Flag false

Incorrect setting of this parameter leads to an incorrect image:

Image title Image title

useExternalTrigger#

This parameter enables the external trigger signal from Trigger Port1 for object detection and image generation. If disabled, the external trigger signal will be ignored. This can be useful if you want to view a previously captured image for a longer period without it being updated by a newly captured image.

Property Value
type Option
Default Flag true

imageTriggerMode#

This parameter allows to select the mode for the image trigger signal to be detected by the image trigger sensor(s).

There are two modes available:

  • IMAGE_TRIGGER_SIMPLE
    • Trigger Port1: Image trigger sensor.
    • Trigger Port2: Not connected.
    • For every active edge on the image trigger sensor an image is generated.

Image title

  • IMAGE_TRIGGER_DIRECTION_SENSITIVE
    • Trigger Port1: Image trigger sensor.
    • Trigger Port2: Additional image trigger sensor.
    • This mode is used to avoid trigger generation for an object which is moving backwards.
    • To trigger image generation, the trigger sensor on Port2 must first be triggered and held, then the trigger sensor on Port1 must be triggered. Both trigger sensors must then be switched off again.

Image title

Note

The image trigger sensor connected to Port1 is always mounted closer to the RadarImager than the sensor on Port2, independent of the movement direction.

Property Value
type Enum
Default Value IMAGE_TRIGGER_SIMPLE
elements [IMAGE_TRIGGER_SIMPLE, IMAGE_TRIGGER_DIRECTION_SENSITIVE]

imageTriggerRisingEdgeDetection#

This parameter configures whether rising or falling edges should be detected by the image trigger sensors. Enabling the rising edge detection will trigger the image acquisition on the rising edge of the external trigger signal.

Property Value
type Option
Default Flag true

For falling edges the different image trigger modes behave as follows:

  • IMAGE_TRIGGER_SIMPLE

Image title

  • IMAGE_TRIGGER_DIRECTION_SENSITIVE

Image title