Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(blue star)

This section explains the basics of the feature. Please utilize the feature according to your site environment.

Exercise: Showing string value according to an analog value

Each water tank will display its status with the change of an analog value. Strings may be configured in the ‘String Editor’ window.

...

b) Go to [Tools] – [String Editor] to configure the contents of the string table. Add the strings in the group 0.

...

  • When the ‘VALUE’ tag is equal to 0, ‘The water tank is empty.’ will be displayed.

  • When the ‘VALUE’ tag is equal to 1, ‘The water has been stored in the tank.’ will be displayed.

  • When the ‘VALUE’ tag is equal to 2, ‘The water tank is full.’ will be displayed.

...

(blue star)

The string will not be displayed when there is no string configured in the value of the analog tag.

Exercise: Showing string value by using a string tag

...