TestIT:Programming Guide
Revision as of 15:20, 11 September 2019 by NolekAdmin (talk | contribs)
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