Difference between revisions of "Execute a script"
From Proview Wiki
(Created page with "In Proview you can use scripts to read csv files and create both the signal, card, channel objects and to connect them.<br /> This can be handy to create the signals in the da...") |
|||
Line 5: | Line 5: | ||
Or<br /> | Or<br /> | ||
Using pwrc (wb_cmd) command : wb_cmd -v MyRootVolumeName @config_from_excel<br /><br /> | Using pwrc (wb_cmd) command : wb_cmd -v MyRootVolumeName @config_from_excel<br /><br /> | ||
+ | |||
+ | Example: | ||
+ | |||
You can read about scripts in the Script chapter in Designer's Guide. | You can read about scripts in the Script chapter in Designer's Guide. |
Revision as of 04:31, 24 August 2013
In Proview you can use scripts to read csv files and create both the signal, card, channel objects and to connect them.
This can be handy to create the signals in the database so it is not necessary to create them one bye one with the editor.
A script-file can be executed from the command-line with the command:
wtt> @'filename'
Or
Using pwrc (wb_cmd) command : wb_cmd -v MyRootVolumeName @config_from_excel
Example:
You can read about scripts in the Script chapter in Designer's Guide.