Difference between revisions of "TestIT:Programming Guide"
Jump to navigation
Jump to search
NolekAdmin (talk | contribs) (Created page with "==5.3.16 Guide== ===StartInternal=== '''Description:''' <br /> It will run an internal guide, which means in the production a window will open in front of the production view....") |
NolekAdmin (talk | contribs) |
||
| Line 31: | Line 31: | ||
''No parameters'' | ''No parameters'' | ||
| + | |||
| + | |||
| + | [[TestIT:Programming#5.3_Commands|Back to Programming - Commands]] | ||
Latest revision as of 15:20, 11 September 2019
5.3.16 Guide
StartInternal
Description:
It will run an internal guide, which means in the production a window will open in front of the production view.
Code example:
Guide.StartInternal(_B01,InternalGuide)
| Parameters | ||
|---|---|---|
| Parameter | Type | Description |
| Result | Bool symbol | Set to true when guide is done |
| GuideName | String or String symbol | Name of guide, any guide can be selected |
StartExternal
Description:
It will run an external guide to the selected product, which means in the production a new window will be opened.
Code example:
Guide.StartExternal()
No parameters