Skip to content

Parallel Program Call

Parameter Introduction

Calculation Parameters

ParameterRangeDefault ValueDescriptionDiagram
Activationtrue/falsetrueEnable or disable the parallel program call function
Invert Activationtrue/falsefalseInvert the activation state (disable when Activation is true, and enable when Activation is false)
Number of Target Programs2-82The number of programs to run in parallel
Program--Select an existing program name; can be bound to a String variable
IM Read Permissiontrue/falsefalsetrue: Allow the called program to read images from the corresponding IM
IM Write Permissiontrue/falsefalsetrue: Allow the called program to output images or draw results to the corresponding IM
Show Overlaytrue/falsetrueControl whether the results output by the called program are displayed

Troubleshooting

No.Error MessageCorresponding ParameterSolution
1Testing not supported-This tool can only be executed in the running list and does not support in-tool testing.
2The parameter "xxx" of Target Program x cannot be emptyProgramEnter the "xxx" parameter in Target Program x.
3The program "xxx" of Target Program x does not existProgramRe-specify the program parameter for Target Program x, or create the corresponding program.
4Read permission conflict detected; the write permission for IMx has been granted to Target Program x-After granting write permission of an IM to one target program, subsequent target programs are not allowed to have read permission for that IM.
5Write permission conflict detected; the read permission for IMx has been granted to Target Program x-After granting read permission of an IM to one target program, subsequent target programs are not allowed to have write permission for that IM.
6Write permission conflict detected; the write permission for IMx has been granted to Target Program x-After granting write permission of an IM to one target program, subsequent target programs are not allowed to have write permission for that IM.
7Recursive call detected in Target Program x. For thread safety, recursive calls are not allowed in parallel operation-Modify the logic of Target Program x to eliminate recursive calls.
8Some errors occurred in Target Program x; please check the output of each target for details-Check the output of the target program with errors.
Tip: Click this operator in the running list and view the specific error in the operator variable window
9Error occurred at line x-Only appears in the output of the target program with errors, indicating the line numbers of all operators that reported errors
10User forced stop--

AI-Vision, Making 3D Measurement Easier