LabelServer4j Configuration

From Commander4j
Revision as of 11:00, 28 August 2024 by Dgarratt (talk | contribs)


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="VIDEOJET 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="LOGOPAK 1">
           <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>