Invalid scripting example (missing ENDIF)
- Last UpdatedJul 23, 2024
- 1 minute read
If you are familiar with Visual Basic, you might try to write a simple IF statement like this:
IF OpenThisWindow == 1 THEN Show "This Window";
This does not work in the InTouch HMI. For every IF statement, there must be a closing ENDIF statement.