ST_BA_TrendEntryEvent
Structure for describing the status of the trend recording.
Syntax
TYPE ST_BA_TrendEntryEvent :
STRUCT
  bStart           : BIT;
  bStop            : BIT;
  bBufferPurged    : BIT;
  bInterrupted     : BIT;
END_STRUCT
END_TYPE| Name | Type | Description | 
|---|---|---|
| bStart | BIT | Started | 
| bStop | BIT | Stopped | 
| bBufferPurged | BIT | Recording cleaned | 
| bInterrupted | BIT | Recording interrupted | 
Requirements
| Development environment | Required PLC library | 
|---|---|
| TwinCAT 3.1 4024.35 | Tc3_BA2_Common from V2.1.20.0 |