Problem
When trying to send, punch, or output a program, the Fanuc give an error "The Wrong Data is Used".
Reason
This is a syntax error and most likely due to how the program name or number is being typed. In some cases, this is also due to the incorrect foreground and background folders.
Solutions
- Confirm your foreground and background folders are set to the current location you are trying to send, punch, or output a program from.
- How to Change Fanuc Foreground and Background Folders
- Check if you're using F, P, or O GET/SET Properly
- “F” = File Name
- Can be any string; i.e. O1234 or <FILENAME>
- F GET = Get File Name
- F SET = Set File Name
- “P” = Program Name
- The letter “O” plus the O-number; i.e. O1234
- P GET = Get Program Name
- P SET = Set Program Name
- “O” = O-Number
- The O-number without the letter “O”; i.e. 1234
- O GET = Get O-Number
- O SET = Set O-Number