From OpenSCADAWiki
Val: Archive buffer (vArhBuf)
Description: Getting a value buffer object (VArchObj) for temporary values storing and performing the intermediate operations on frames of data.
Parameters:
| Identifier | Parameter | Type | Mode | By defaults |
|---|---|---|---|---|
| rez | Result | Object(VArchObj) | Return | |
| tp | Type of the archive values (0-Boolean, 1-Integer, 4-Real, 5-String) | Integer | Input | 1 |
| sz | Maximum buffer size | Integer | Input | 100 |
| per | Period of the buffer values, microseconds | Integer | Input | 1000000 |
| hgrd | Hard time grid | Boolean | Input | 0 |
| hres | High time resolution (microseconds) | Boolean | Input | 0 |