What can I do with VB Scripting?
The CMM-Manager VB Scripting engine is based on
Windows VBScript Active Scripting Language. All standard VBScript functions, commands, etc. are available inside of CMM-Manager, as well as some application specific commands used to extract Feature, Report and Machine variables into the currently running VB Script. For example, you can set a variable from actual
Feature data as follows:
- MyDia = GetFeaturePropertyAct("CIRCLE1", 7)
Or from Report data like this:
- MyDia = GetReportInfo("CIRCLE1", "DIA", 2)
VB Variables can then be introduced back into measured features, report characteristics, feature names, report header data, etc. using the Set Variables button as shown below:
User Guide
The CMM-Manager specific VB Script user guide is found here - C:\Program Files\QxSoft\CMM-Manager xxxx\Help\User Guide - VB Script.pdf - on any PC with CMM-Manager installed. See latest version of this file attached to KB article below.
Online Resources