Project Functions
- Last UpdatedJul 13, 2023
- 1 minute read
These functions operate on the project level. Some are initiated within Plant SCADA Studio. If they experience an error in Visual Basic, they throw an exception with a return value E_FAIL.
|
This function starts the Plant SCADA compiler with the current project. |
|
|
Retrieves the name of the first project defined in Plant SCADA. |
|
|
Retrieves the name of the first included project defined for the current Plant SCADA project. |
|
|
Retrieves the name of the next project defined in Plant SCADA. |
|
|
Retrieves the name of the next included project defined for the current Plant SCADA project. |
|
|
Packs the current project's database files. |
|
|
Packs the library files for the current Plant SCADA project. |
|
|
Selects the passed project as the current project within Plant SCADA. |
|
|
Retrieves the name of the project that is currently selected in Plant SCADA. |
|
|
Updates the pages for the current Plant SCADA project. |
|
|
Performs a project upgrade on the current Plant SCADA project. |
|
|
Performs a project upgrade on the Plant SCADA projects. |
For details and a VB example on handling return and error values, see Error Handling.