How to send messages to the console?
Posted: Fri May 31, 2013 4:30 pm
I would like to know if it is possible to send messages to the INF console at the bottom of the OpenVibe screen designer.
Lets use a simple scenario connecting the 2 modules: "Clock stimulator" and "Run Command"
"Clock stimulator" defined as:
"Run Command" defined as:
So, each 10 seconds it opens the application notepad.
What I want to do is also to send a message each 10 seconds to the console at the botton of the screen. For example: "Opening notepad..."
Regards
Pedro
Lets use a simple scenario connecting the 2 modules: "Clock stimulator" and "Run Command"
"Clock stimulator" defined as:
Code: Select all
Intervalstimulation interval (in sec): 10.00000
Stimluation: OVTK_StimulationId_Label_01
Code: Select all
Stimulation 1: OVTK_StimulationId_Label_01
Command 1: START notepad
What I want to do is also to send a message each 10 seconds to the console at the botton of the screen. For example: "Opening notepad..."
Regards
Pedro