| Inports
| |
| In | Input signal to be saved |
Makes the incoming signal accessible for reading with parameter numbers.
| Bool | Boolean Implementation |
| FiP8 | 8 Bit Fixed Point Implementation |
| FiP16 | 16 Bit Fixed Point Implementation |
| FiP32 | 32 Bit Fixed Point Implementation |
| Float32 | 32 Bit Floating Point Implementation |
| Float64 | 64 Bit Floating Point Implementation |
Boolean Implementation
| Inports Data Type
| |
| In | bool |
8 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int8 |
16 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int16 |
32 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int32 |
32 Bit Floating Point Implementation
| Inports Data Type
| |
| In | float32 |
64 Bit Floating Point Implementation
| Inports Data Type
| |
| In | float64 |