Code Solver
🌐 KR
Description
- Code Solver is a component that analyzes and outputs Robot ProgramData generated by GERTY Core. It exports the data with a specified filename to a user-defined path.
Input
- GERTY Code [Data] : Links the TargetPalnes from the main path of previous results.
- PC Dir [File Path]: Enter the local file address on the user’s PC.
- File Name [String] : Enter the file name for the exported GERTY Code.
- Export [Button] : Press the button.
Built-in Param | Basic Params
- Transferring Mode : Select the controller connection mode.
- Generation Mode : It can be broadly divided into Normal mode and (Un)Load mode. In Normal mode, the toolpath data is manually transferred to operate the robot. In (Un)Load mode, the next toolpath is automatically recognized and executed.
Output
- ProgramData Code : This is the program code that the robot operates on, specifically the RobtargetData.
- Instruction Code : This is the motion code for the robot, which allows you to check the configuration values and indexes of the movements.
- Sub_Proc. Code : This allows you to check additional call data.