TestIT:Programming Guide
Revision as of 21:33, 14 August 2019 by 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....")
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