SamplePOU (pou)¶
The Page is generated by parsing the Textual Declaration Like so:
VAR_INPUT¶
Name |
Type |
Value |
Comment |
|---|---|---|---|
Input1 |
BOOL |
TRUE |
A comment |
ArrayBool |
ARRAY[0..8] OF BOOL |
[TRUE FALSE TRUE TRUE TRUE TRUE FALSE FALSE TRUE] |
Even Comments On different lines get parsed corectly! |
VAR_OUTPUT¶
Name |
Type |
Value |
Comment |
|---|---|---|---|
output1 |
INT |
Comment for output |
|
we can even seperate the table! |
|||
output2 |
INT |
||
VAR¶
Name |
Type |
Value |
Comment |
|---|---|---|---|
memorybit |
BOOL |
We can also make really really realle long strings if you’d like to, although i’d suggest keeping comments on variables as compact as possible! |
|
refToEnum |
EnumSample.enum_member4 |
When referencing pou’s and struct in the same project the program will make a reference! |