Error description 160-00AF
Error message
Undeclared string variable
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.