LabelServer4j Configuration: Difference between revisions

From Commander4j
No edit summary
No edit summary
Line 1: Line 1:
[[Category: LabelServer4j]]
[[Category: LabelServer4j]]


===Label Server Example Configuration===
==Label Server Example Configuration==


'''config.xml'''
====config.xml====


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 14: Line 14:
</syntaxhighlight>
</syntaxhighlight>


'''labellers.xml'''
====labellers.xml====


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">

Revision as of 11:01, 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>