+ How To Add This Control To Your Project (Click to Expand)
This skill gives you a console directly to the EZ-Script engine. You can execute commands in real-time. A history of your commands are saved and can be recalled using the UP and DOWN arrow keys.

1. Clear Button
This button clears the console display.
2. Console Display
Displays the scripts added to the console text field.
3. Console Text Field
This is a text field to enter scripts into, a single line at a time, in real-time. Hit enter to execute the script.
1) Add the Script Console skill to your ARC project (Project -> Add Skill -> Scripting -> Script Console).
2) Enter scripts into the console text field. Hit enter and watch them run execute and appear in the console display.
Main Window

1. Clear Button
This button clears the console display.
2. Console Display
Displays the scripts added to the console text field.
3. Console Text Field
This is a text field to enter scripts into, a single line at a time, in real-time. Hit enter to execute the script.
How to use Script Console
1) Add the Script Console skill to your ARC project (Project -> Add Skill -> Scripting -> Script Console).
2) Enter scripts into the console text field. Hit enter and watch them run execute and appear in the console display.
Related Content
question

Scripts, Add Java Script
Can you please advise? I went to scripts, then "add" JavaScript, clicked on the gear icon this is what happened:...
question

ARC Software Is Not Working - Happy Halloween
Dear Synthiam Team, Windows 10 has all new Updates and I installed the newest ARC Software - today its not possible to...
question

Adding Values To Variable
I dont get this python. I am trying to add 1 to the variable "CLeft" but my code does not work. Anyone?