Siemens LOGO! Manual page 183

Hide thumbs Also See for LOGO!:
Table of Contents

Advertisement

Message Ticking
You can configure message text lines to tick or not tick. Two types of message ticking exist:
● Character by character
● Line by line
Messages that tick character by character scroll off the characters of the message line one
character at a time to the left with the additional characters scrolling in one at a time from the
right. The time interval for the tick is specified by the TickTime message text setting.
Messages that tick line by line by line scroll one half of the message off the display to the left
with the second half of the message scrolling in from the right. The time interval for the tick is
ten times the TickTime parameter. The two halves of the message simply alternate on the
LOGO! onboard display or LOGO! TD.
Example: Tick Message Character by Character
The following illustration shows a one-line, 24-character message text:
If you set this message to tick "character by character" with a tick interval of 0.1 seconds,
then the initial appearance of this message line on the LOGO! onboard display or LOGO! TD
is as shown in this illustration:
After 0.1 second, one character of the message line ticks. The message appears as follows
on the LOGO! onboard display or LOGO! TD:
Example: Tick Message Line by Line
The following example uses the same message configuration as the previous example:
LOGO!
Manual, 10/2017, A5E01248535-AA
LOGO! functions
4.4 Special functions list - SF
183

Advertisement

Table of Contents
loading

Table of Contents