1. In the CS robot UI interface, user can create a variable, like following var_1. User can see the current value of this variable in monitor when running. In fact, robot create global var_1
If user want to show the global var from script in pendant monitor, user need to create global var in script, and set the global var. Then you can see the global var in monitor when running.