Welcome Guest, you are in: Login

FLSmidth QCX wiki

RSSRSS





Search the wiki
 

Sympatec PSZ Driver

RSS
Modified on 2018/03/16 11:33 by MDA Categorized as Equipment Drivers, QCX RoboLab V8
Sympatec PSZ Driver interfaces QCX Robolab server with any PC controlling a Sympatec PSZ Analyser.

Configuration

The 4 Driver XML files define the driver configuration. As for every equipment, the XML configuration files are accessible in the Configuration or in the Equipment tool panel.

Specific XML file

The following is an example of a PSZ Driver specific XML file

<?xml version="1.0" encoding="utf-16"?><Fls.QcxDrv.Specific xmlns="http://tempuri.org/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <!-- To enable/disable checking on a global dedusting bit-->
  <Dedusting>Dedusting01.Dedusting</Dedusting>
  <GlobalStatus>PSZ01Table.Status</GlobalStatus> 
</Fls.QcxDrv.Specific>

The "Dedusting" tag links the PSZ equipment to the Dedusting unit in the Dedusting equipment.
The "GlobalStatus" tag links the PSZ equipment to the PSZ Table.
The name of the equipment should suit the ones used in the Database in order to connect correctly the equipment.

FLSmidth