LogMarkEx
The method creates a marker. The marker is defined using the data type ST_RTMon_MarkDef. The marker type is transferred using the parameter nMarkCtrl (see TcMarkOption).
Return value
Name | Type | Description |
---|---|---|
LogMarkEx | HRESULT | Returns the error code in the event of an error. |
Inputs
VAR_INPUT
stMark : ST_RTMon_MarkDef;
nMarkCtrl : UDINT; // mask for mark options (listed in TcMarkOption)
END_VAR
Name | Type | Description |
---|---|---|
stMark | Transfer parameter for a defined marker that is to be written. | |
nMarkCtrl | UDINT | Defines the marker type. |