Error message

Selection list not found

Cause of error

- Source path or source file of the PLC program is incorrect (MAINPGM= in OEM.SYS)
- Source path to the debug information is incorrect(DEBUGPATH= in OEM.SYS)
- *.WLC file without symbolic operands

Error correction

- Check the DEBUGPATH= entry in the OEM.SYS file
- Use PLC program with symbolic operands or insert #pragma nsc
- Recompile the PLC program