In the Min/Max-mode an acquisition of certain channels is executed (adjustable by a mask) and the Min-/Max values of each channel are saved.
More...
Data Structures
Functions
- int MX370x__TransducerInitAndStartMinMaxAcquisition (xsd__unsignedLong ulTransducerSelection, xsd__unsignedLong ulChannelMask, xsd__unsignedLong ulDivisionFactor, xsd__unsignedLong ulStopChannelMask, xsd__unsignedLong ulStopCondition, xsd__unsignedLong ulStopValue, xsd__unsignedLong ulOption1, xsd__unsignedLong ulOption2, xsd__unsignedLong ulOption3, xsd__unsignedLong ulOption4, struct MX370x__Response *Response)
- Initialise and start the transducer min/max acquisition.
- int MX370x__TransducerGetMinMaxStatus (void *_, struct MX370x__TransducerGetMinMaxStatusResponse *Response)
- This function get the min/max acquisition status.
- int MX370x__TransducerStopAndReleaseMinMaxAcquisition (void *_, struct MX370x__Response *Response)
- Stop and release the transducer min/max acquisition mode.
Detailed Description
The acquisition runs until a stop-command (synchronisation or hardware; see below) occurs.
In this acquisition mode you have the possibility for a hardware-stop:
A compare-value can be set as well as a condition can be defined for one or more channels.
Example:
If the values of channels 0 are greater than 0x1000, the acquisition is stopped.
In this acquisition mode no values are sent to the data server.
To get the Min-/Max values and the acquisition status, the adequate SOAP function must be used.