Creating a SPEL+ Program
The following describes how to create a SPEL+ program to perform the "pressing" operation.
Click Epson RC menu-[File]-[Open File].
The [Open File] dialog box is displayed.
Select "Program" in [File Type].
Select "Main.prg" in [Select file to open].
Click the [Open] button. The Main.prg screen is displayed.
Input the following sample program in the main function.
Function main Motor On Go P1 ' Go to the operation start point FSet FS1.Reset ' Reset the Force Sensor FCKeep FC1, 10 ' Perform the pressing operation for 10 seconds Fend