The system can handle different language displayed on machine display.

You can show a message on the display with the Write Message on display message.


The texts messages are inside the XML file D:\Messages.XML


NOTE: The maximum length for every line is 21 chars.


Sample:


<Messages>

  <En>

    <M1>[String]</M1>

    <M2>[String]</M2>

    <M3>[String]</M3>

    <M4>[String]</M4>

       [..............]

  </En>

  <It>

    <M1>[String]</M1>

    <M2>[String]</M2>

    <M3>[String]</M3>

    <M4>[String]</M4>

       [..............]

  </It>

</Messages>




The first level node is the language ID, you have to set the wanted one in Display Configuration.

In every language node there are different nodes with the text of the messages.

If you want to display the message wrote in M2 node in the first line, you have to send the command


<command name="writetodisplay" message="2" line="1" />



In this way, if you need to install the machine in different countries, you have only to extend the Messages.XML file and set the wanted language.