Error description 160-00AF

Error message

Ikke deklareret string-variabel

Cause of error

You used a string variable without first declaring it.

Error correction

Edit the NC program.
Before it's first use, every string variable must be declared with DECLARE STRING.