Cobots & Robotic Arm
FR Robot Backend Program Usage
4/4/26
Upload Date:
Duration:
PT04M33S
Video Transcript
0:03
This video demonstrates the use of the
0:05
backend program. First go to the program
0:08
editing interface. The current interface
0:10
can be understood as the front- end
0:12
program interface. First create a
0:15
program here.
0:31
Then add the PTP command.
0:40
Add another infinite loop to keep the
0:42
program running in a continuous loop
0:44
state.
0:50
Click the background program to switch
0:52
to the background program interface.
0:55
Backend programs and front-end programs
0:57
run separately. Used for interacting
0:59
with external signals or processing data
1:02
with front-end programs. Create a
1:04
program here as well. Identical names
1:07
for front end and backend programs will
1:09
cause conflicts.
1:12
Click conditional to open the menu. Then
1:14
add three else if statements.
1:18
Click to enter. Select BGDI in the popup
1:21
window. Then add CT or LCI7. This
1:24
command is used to obtain the status of
1:27
the control box input signal. Return to
1:29
the previous screen. Enter equals equals
1:32
then press one to confirm.
1:34
In the text box below, repeat the
1:37
previous operation. Replace to CI7 with
1:40
CTU LDIO, CTU L-d1, and CTU LDI2 in
1:45
sequence.
1:53
After completion, click add application.
1:59
Click main menu to open the menu. This
2:01
command is used to control the running
2:03
state of foreground programs. Select run
2:06
command. Choose the foreground program
2:07
test to add. Then add the pause command,
2:10
resume command, stop command in sequence
2:13
and click apply. Move the for run
2:15
control commands under each respective
2:17
if statement.
2:26
Then add the lanes delay command line
2:29
below each run control instruction.
2:48
Click save.
2:54
Open the background program management.
2:56
Then select test one from the drop-own
2:58
menu. Click start to launch the test one
3:01
background process.
3:04
The test one background process
3:06
monitoring line appears below the
3:08
monitor. Green indicates that the test
3:10
one program is running.
3:14
Click stop to hold execution. Red
3:17
indicates that the test one program has
3:19
stopped running.
3:23
Click the delete button on the right to
3:25
remove the monitor background process.
3:27
Restart the test one background process.
3:33
Return to the robot model interface and
3:35
switch to automatic mode.
3:38
Open the IO monitor on the right to view
3:40
the status of input signals. The IO
3:42
monitoring interface displays.
4:16
When CLI one has a signal, the
4:18
foreground program test begins
4:20
execution.
4:28
That concludes the quick start guide.
4:30
Thank you all.