Skip to content

Reference of the HALCON Script languageđź”—

This part introduces the syntax and the semantics of HDevelopEVO prototyping language, called “HALCON Script”. It illustrates what can be entered into a parameter slot of an operator or procedure call. In the simplest case, this is the name of a variable, but it can also be an arbitrary expression like sqrt(A). Besides, control structures (like loops) and the semantics of parameter passing are described.

HALCON Script programs, as developed in HDevelopEVO, consist of plain text files with the file extension .hscript.

Note

The HALCON operators as such are not described in this section. For more information, see the HALCON Reference.