First Project
76/142
netPLC C100 | Startup Guide
DOC090701UM02EN | Revision 2 | English | 2009-10 | Released | Public
© Hilscher, 2009
To create retain variables:
1. Create
retain
variables
¾
Create the section
VAR RETAIN
END_VAR
¾
Create a variable inside this section
VAR RETAIN
uiRemCount : UINT;
END_VAR
°