ABB FlexMT Product Manual page 107

Table of Contents

Advertisement

Name
PROC UpdateUser-
Texts()
Certain ranges are reserved for specific purposes:
1-99: FlexMT core messages. These are defined in FeedLineAlarmsToPV.sys, too,
in order to enable inter-task data exchange.
100-299: Application messages
300-499: User dialog messages
3HAC051768-001 Revision: -
Description
Read user texts from file and updates all user texts in program.
NOTE! The correct user text file must be placed in robot HOME
directory. Name of file should be FILE_PREFIX+sUsedLan-
guage+FILE_SUFFIX, this is for example "UserTexts_en.txt" for
english.
File structure like this:
1;MessageRow1/Header;MessageRow2; .... MessageRow11
2;MessageRow1/Header;MessageRow2; .... MessageRow11
...
...
MAX_MESSAGES;MessageRow1/Header;MessageRow2; ....
MessageRow11
NOTE! The number first in every row points to which message,
also look at to CONSTANT declarations in this file. It's not neces-
sary to write all lines for every message, one row could be good
enough:
1;Message1Row1
2;Message2Row1; Message2Row2
6;Message6Row1
© Copyright 2014-2014 ABB. All rights reserved.
5 Robot program
5.7 User messaging
Continued
107

Advertisement

Table of Contents
loading

Table of Contents