Applies to:
PcVue version 10.0 onwards. |
||
|
||
Summary:
The XML import provides a standard (vendor-independent) way of supplying configuration data to PcVue. The structure of the XML file and a list of the supported configuration objects are available in the pdf document, located in the “\Development Kits\Import Toolkit” folder of the Supervisor. This article explains how to import xml files dynamically into PcVue, using XmlImporter utility. |
||
|
||
Details:
Extract from PcVue 15.2 online help You can run a generic XML import from a command line as follows.
The file XmlImporter.exe must not be moved from that folder. The XmlImporter command line tool is supported on both 32 (x86) and 64 bit (x64) operating systems. The syntax is as follows. XmlImporter.exe file1 [file2 [file3…]] [-synchro:fast|full] [-login:xxx -password:xxx]
The filenames are separated by spaces. They must not be separated by any other character (comma for example). When a file contains a list of other files to be imported, the list is itself XML-formatted as follows. <Imports> <Import>Import1.xml</Import> <Import>Import2.xml</Import> … </Imports> |
||
|
||
|
Created on: 28 Feb 2013 Last update: 04 Sep 2024