Download LiteComply User Guide

Transcript
Check in batch mode
Prepare a batch check – Introduction
5
Check in batch mode
You can run LiteComply checks in batch mode from the command line. Batch mode is
useful for checking a large number of models in an automated sequence.
INFO: A beta version of the browser-based LiteComply batch interface is included with
the LiteComply configuration editor.
5.1
5.1.1
Prepare a batch check
Introduction
All settings for a batch check are defined in a batch input file. You can create and edit
batch input files with a text editor.
A sample batch input file batch.qml is included in the LiteComply installation.
General syntax rules and conventions
• Single-line comments start with //.
• Multi-line comments start with /* and end with */.
• In file paths, you can use a single slash or a double backslash as the path separator:
"c:/models/model1.jt"
"c:\\models\\model1.jt"
• Note the difference between paths and URLs:
"c:/models/model1.jt"
"file:///c:/models/model1.jt"
// Path
// URL
• For more details about the file format, see the Qt QML reference (only recommended
for expert users). Search the internet for “Qt 5.5 QML reference”.
Minimal batch input file
A minimal batch input file requires the following entries:
• the import statements
• the BatchJob block
• URL of the configuration (configURL)
• report path (reportPath)
Transcat PLM
14
LiteComply 1.5.1