LabelServer4j Configuration: Difference between revisions

From Commander4j
Created page with "Category: LabelServer4j '''config.xml''' <syntaxhighlight lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <config> <site id="Test"/> </config> </syntaxhighlight> '''labellers.xml''' <syntaxhighlight lang="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> <comm..."
 
No edit summary
Line 1: Line 1:
[[Category: LabelServer4j]]
[[Category: LabelServer4j]]
===Label Server Example Configuration===
'''config.xml'''
'''config.xml'''



Revision as of 11:00, 28 August 2024


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>