The last state should be saved onto the PC's disk file defined as:
Code: Select all
#define TOOL_DISK_FILE "c:\\Temp\\ToolChangerData.txt"
Moderators: TomKerekes, dynomotion
Code: Select all
#define TOOL_DISK_FILE "c:\\Temp\\ToolChangerData.txt"
ok i undestand how it works, yes the console shows "unable to open/read file:c:\Temp\ToolChangerData.txt"TomKerekes wrote: ↑Sat Apr 02, 2022 12:35 amKnowing whether there is a tool in the spindle and which tool is important to avoid mixing up tools or crashing.
The last state should be saved onto the PC's disk file defined as:
The operator should only be asked as a last resort if the file can't be accessed. Do you have such a directory and file? Any error messages on the KMotion Console?Code: Select all
#define TOOL_DISK_FILE "c:\\Temp\\ToolChangerData.txt"