Go to documentation repository
| Section | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
At program startup, embedded syntax analyzer checks if names of functions are spelled correctly, but does not check the program syntax (position of key characters: commas, semicolons and nested parentheses). In order to track the bugs in the program, if any, you must activate the Debug 4 debug mode (see Enabling Enable and configuring configure the debug mode of Axxon PSIM). In there are syntax errors, the Critical errors window will be displayed at the stage of the program body execution. This window lists the names of functions with incorrect syntax and other debugging information.
...
| Info | ||
|---|---|---|
| ||
If the syntax is correct, but the program still doesn't work or works with errors, we recommend rewriting the program as a script in JScript (see The Script object. Programming using the JScript language). |