Init
Method for initializing the block. The method must be called in the Init action of the User_PRG program.
Variable name | Description |
|---|---|
prBuffer | Data type – POINTER TO REAL |
Pointer to the ring buffer for recording measurement data Information: Since the measurement data is recorded in REAL format (equal to 4 bytes per value), the buffer size must be an integer divisible by 4. | |
diBufferSize | Data type - DINT |
Size of the ring buffer in bytes | |
diCycleTime | Data type – DINT |
Cycle time of the HighPrio task of the program in [ms] |