Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width50&50%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn the page:
Table of Contents



Column


...

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
titleNote

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).