| Article ID: | T47 |
| Date: | 3/21/2000 |
| Product: | SPEL for Windows 1.x, 2.x |
| OS: | Windows 3.x/95/98/NT |
| Problem: | Errors occur when project is built and then run from the OPU. |
Symptoms
Errors occur when Start button is pressed on OPU after
project edit and build.
Cause
After the build process, the current group and points will not be
correct in the robot controller. When the project is run from the Run
Window or Operator Window, the proper group object file and points are
automatically loaded by SPEL for Windows.
If the project is built, but not run from SPEL for Windows, then when a Start is attempted from the OPU, errors will occur because the proper group and points have not been loaded.
Remedies
Method
1
If your OPU is running in mode OPUNIT 0, you can press the Files button, then select the group you want to run.
If your OPU is not running in mode OPUNIT 0, then use one of the other methods described below.
Method 2
With this method, a macro is created to load the correct group object file and points after changing the project.
dwnld "mygroup"
dload "mygroup.pnt"
Substitute the group you want to use for "mygroup".

Method 3
With this method, you must run the program one time from SPEL for Windows after changing the project and before using the OPU.
