From OpenSCADAWiki
Template IOs
| Identifier | Parameter | Type | Mode | Attribute | Configuration | Value |
|---|---|---|---|---|---|---|
| addr | GPIO address with functions mode(), get() and put(), mostly it's BCM2835 | String | Input | Not attribute | Constant | DAQ.GPIO.io.pi |
| pin_cs | CS pin number of the GPIO | Integer | Input | Not attribute | Constant | 8 |
| pin_sclk | SCLK pin number of the GPIO | Integer | Input | Not attribute | Constant | 11 |
| pin_miso | MISO pin number of the GPIO | Integer | Input | Not attribute | Constant | 9 |
| t | T, °С | Real | Output | Read only | Variable | |
| f_frq | Function calculate frequency (Hz) | Real | Input | Not attribute | Variable | 1000 |
| f_start | Function start flag | Boolean | Input | Not attribute | Variable | 0 |
| f_stop | Function stop flag | Boolean | Input | Not attribute | Variable | 0 |
| f_err | Function error | String | Input | Not attribute | Variable | 0 |