Container Path: <cwt><PRINTER><ttp2030><attributes>
Element Path: <cwt><PRINTER><ttp2030><attributes><attribute>
The parameters are listed as key/value pairs where the key is the parameter number and the value are the actual parameter value. There is also a min/max setting for each parameter and a description for the service-menu printer-setup.
description
Description: | A description of the attribute. This will be displayed in the printer setup panel in the service mode. |
id
Description: | The attribute number for the TTP2030 printer. See CWT printer settings for TTP2030 for details on each printer attribute and its number. |
max
Description: | The allowed maximum value of the attribute. This shall be set according to the attribute maximum for the TTP2030 printer. CWT printer settings for TTP2030 for details on each attribute. This setting also sets the maximum value that can be selected in service mode. |
min
Description: | The allowed minimal value of the attribute. This shall be set according to the attribute minimum for the TTP2030 printer. CWT printer settings for TTP2030 for details on each attribute. This setting also sets the minimum value that can be selected in service mode. |
use
Description: | If use is set to true, the attribute will be activated in the printer. If set to false, the attribute will be ignored in the printer. |
value
Description: | The value of the attribute. See CWT printer settings for TTP2030 for details on each printer attribute and possible values. |
Example:
Set-up with five parameters set for the TTP2030 printer. Because use=”false” for attribute id 10 the default value 3 will be used instead. See CWT printer settings for TTP2030.
<PRINTER>
<ttp2030>
<parameters>
<parameter id="5" value="1" use="true" description="Disable parallel port signaling" min="0" max="1"/>
<parameter id="7" value="15" use="true" description="Burn time" min="1" max="15"/>
<parameter id="8" value="15" use="true" description="Print speed" min="1" max="19"/>
<parameter id="9" value="7" use="true" description="Presenter loop length" min="3" max="255"/>
<parameter id="10" value="3" use="false" description="Pulse control" min="3" max="3"/>
</parameters>
<settings>
- - -
</settings>
</ttp2030>
</PRINTER>