LabelServer4j Configuration
Label Server Example Configuration
config.xml
<?xml version="1.0" encoding="UTF-8"?>
<config>
<site id="Test"/>
</config>
labellers.xml
<?xml version="1.0" encoding="UTF-8"?>
<labellers>
<site id="Test">
<labeller id="TEST 1">
<enabled>Y</enabled>
<ipAddress>192.168.1.62</ipAddress>
<portNumber>9100</portNumber>
<commandFile>CASE_160x60_VIDEOJET.txt</commandFile>
<inputPath>/Commander4j/xml/interface/output/Auto Labeller/</inputPath>
<inputFile>LINE 1_VIDEJET 1.CSV</inputFile>
<mode>direct</mode>
</labeller>
<labeller id="TEST 2">
<enabled>Y</enabled>
<ipAddress>192.168.1.63</ipAddress>
<portNumber>8300</portNumber>
<commandFile>CASE_160x60_LOGOPAK.txt</commandFile>
<inputPath>/Commander4j/xml/interface/output/Auto Labeller/</inputPath>
<inputFile>LINE 2_LOGOPAK 1.CSV</inputFile>
<mode>direct</mode>
</labeller>
</site>
</labellers>