Previous topicNext topic
Help > User Interface > Program >
Low Code Statement

Low Code Statement

The low-code program editor tool currently supports the following statements for programming

Linear Motion Adds a linear motion to move a specified object linearly to teaching point
point to point Motion Adds a non-linear motion to move a specified object to teaching point
Joint Motion You can specify the movement of a single joint
touch-up Modifies the currently selected teaching point in jog mode
Change UF Changes the User Frame in the program flow
Change TF Changes the Tool Frame in the program flow
Wait DI Adds a signal input statement to proceed to the next step when signal trigger
Set DO Adds a signal output statement to proceed to the next step after the signal is sent
Call Subprogram Allows calling of an added subprogram
Assign Variable Writes a specified variable to a specific value
While Adds a repeat execution statement (While loop), it's an infinite loop when the default loop value is set to true
Break Exits the While loop statement
Continue Adds a continue statement to resume the interrupted While loop statement
if Use an if statement to execute a program when a certain condition is met, and another set of programs when the condition is not met.
Return Ends the While loop
Delay Adds a delay statement to set the delay time
Timer Start Adds a timer start statement
Timer End Adds a timer end statement
Halt Adds a statement to pause the simulation
Print Inputs text to be printed in the command line
Comment Adds a line of comment text, that does not execute any action
Set State Sets a statement to change the current machine state