Commit 2de327fb authored by claes's avatar claes

*** empty log message ***

parent 12c236b1
!
! Proview $Id: inc_alal_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module defines english texts for the alarmlist.
!
value
title : exported "Alarm List";
alal_AscizTable : exported asciz_string_table
(
"VALUE : ",
"LIMIT : "
);
! Strings for the menu buttons
alal_CSTable : exported compound_string_table
(
"Hide Time",
"Show Time",
"Hide Object identity",
"Show Object identity",
"Hide Alarm text",
"Show Alarm text"
);
! Constants used by the co_CvtTimeToAsc function. See pwr_inc:TimeUtil.h
Solution : 0; ! second.
Format : 1; ! 0=Swedish, 1=GB
alal_IntTable : exported integer_table(Solution,Format);
BigButtonWidth : 200;
ackSelected : "Ack. Selected Alarms";
clearSelections : "Clear Selections";
functions : "Functions";
functions$ : "F";
hideAlarm : "Hide Alarm Text";
hideAlarm$ : "A";
hideObject : "Hide Object Identity";
hideObject$ : "O";
hideTime : "Hide Time";
hideTime$ : "T";
selectList : "Select List ...";
selectList$ : "S";
selectUnackAlarm : "Select Unack. Alarms";
!
! Proview $Id: inc_alali_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
value
! Exported constants
alali_OnlyFloatInLimit_text : exported compound_string("Only floating point number allowed in Limit field.");
alali_OnlyFloatInHyst_text : exported compound_string("Only floating point number allowed in Hysteresis field.");
alali_AscizTable : exported asciz_string_table
(
"Alarm Limits : ", ! AlarmLimitsText
"Position:", ! DigPositionText
"Limit:", ! LimitText
"On", ! OnText
"Off" ! OffText
);
ackMessage : "Acknowledge msg.:";
acousticAlarm : "Acoustic alarm:";
alarmMessage : "Alarm message:";
alarmText : "Alarm text:";
analog : "Analog";
description : "Description:";
digital : "Digital";
hysteresis : "Hysteresis:";
limit : "Limit:";
prio : "Priority:";
returnMessage : "Return message:";
returnText : "Alarm return text:";
selectListObject : "Please select a list item.";
unit : "Unit:";
Col2LeftOffset : 80;
!
! Proview $Id: inc_alas_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
value
! Exported constants
k_AllreadyInList_text : exported "The text is already in the listbox.";
k_ObjNotExist_text : exported "The object does not exist.";
k_ListFull_text : exported "The list is full.";
title : exported "Alarm Selections";
!
! Proview $Id: inc_alaw_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
value
alaw_AscizTable : exported asciz_string_table
(
"VALUE : ",
"LIMIT : "
);
! Constants used by the co_CvtTimeToAsc function. See pwr_inc:TimeUtil.h
Solution : 0; ! second.
Format : 1; ! Swedish =0 , ENGLISH = 1.
alaw_IntTable : exported integer_table(Solution,Format);
NumString1 : compound_string("0",separate = true);
NumString2 : compound_string("0");
NumString : NumString1 & NumString2;
NumTextString1 : compound_string(" Unack ",separate = true);
NumTextString2 : compound_string(" Exist");
NumTextString : NumTextString1 & NumTextString2;
AckText :compound_string("Acknowledge");
SelText :compound_string("Select");
AlarmString1 : compound_string("",separate = true);
AlarmString2 : compound_string("");
AlarmString : AlarmString1 & AlarmString2;
BigFont : font('*helvetica-bold-r-*-140-*');
ButtonWidth : 115;
ButtonHeight : 30;
AlawTitle : compound_string("Alarm window");
!
! Proview $Id: inc_blkl_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
value
title : exported "Block List";
blkl_AscizTable : exported asciz_string_table
(
"All",
"P R O V I E W / R A L A R M B L O C K E D O B J E C T S",
"OpPlace:",
"Operator:",
"Printed:",
"Time:",
"Visible",
"Total number of alarm blocked objects:"
);
! Strings for the menu buttons
blkl_CSTable : exported compound_string_table
(
"Hide Time",
"Show Time",
"Hide Object Identity",
"Show Object Identity",
"Hide Text",
"Show Text"
);
! Constants used by the co_CvtTimeToAsc function. See pwr_inc:TimeUtil.h
Solution : 0; ! second.
Format : 1; ! 0=Swedish, 1=GB
blkl_IntTable : exported integer_table(Solution,Format);
BigButtonWidth : 200;
allBlock : "All Blockings";
allBlock$ : "A";
changeBlock : "Change Blocking...";
functions : "Functions";
functions$ : "F";
hideObject : "Hide Object Identity";
hideObject$ : "O";
hideText : "Hide Text";
hideText$ : "x";
hideTime : "Hide Time";
hideTime$ : "T";
visBlock : "Visible Blockings";
visBlock$ : "V";
!
! Proview $Id: inc_blkw_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
value
title : exported "Alarm Blocking";
blkw_AscizTable : exported asciz_string_table
(
"There is no information available on the object",
"The alarm blocking failed!",
"Link to handler is down",
"You can not block common objects!",
"There is at least one mount object below.\nThey will not be blocked."
);
AAlarm : "A-Alarm";
BAlarm : "B-Alarm";
CAlarm : "C-Alarm";
DAlarm : "D-Alarm";
Block : "Block:";
List : "List...";
NoBlock : "No Blocking";
!
! Proview $Id: inc_cont_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
value
title : exported "PROVIEW/R Operator Window";
icon : exported "Operator Window PROVIEW/R";
exit_button : exported "Exit\\ Operator";
object_k : exported "Object : "; !STRING16
objNotExist : exported "There is no information available on the object.";
exitMessage : exported compound_string("Do you really want to exit the operator environment?");
!
! Proview $Id: inc_evel_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module defines english texts for the event list.
!
value
! Exported constants
title : exported "Event List";
evel_AscizTable : exported asciz_string_table
(
"Ala-", ! AckStr
"Ack-", ! AckStr
"Rtn-", ! RtnStr
"Can-", ! CancStr
"Msg ", ! MsgStr
"Blo-", ! BlkStr
"Rbl-", ! RblkStr
"Cbl-", ! CblkStr
"Ubl-", ! UblkStr
"OpPlace:", ! OpPlaceStr
"Operator:", ! OperatorStr
"Value : ", ! ValueStr
"Limit : " ! LimitStr
);
evel_CSTable : exported compound_string_table
(
"Hide Time", ! RemoveTimeStr
"Show Time", ! ShowTimeStr
"HideObject identity", ! RemoveObjectStr
"Show Object identity", ! ShowObjectStr
"Hide Event text", ! RemoveEventTextStr
"Show Event text" ! ShowEventTextStr
);
! Constants used by the co_CvtTimeToAsc function. See pwr_inc:TimeUtil.h
Solution : 0; ! second.
Format : 1; ! 0=Swedish, 1=GB
evel_IntTable : exported integer_table(Solution,Format);
clearSelections : "Clear Selections";
clearSelections$ : "C";
functions : "Functions";
functions$ : "F";
hideEvent : "Hide Event Text";
hideEvent$ : "E";
hideObject : "Hide Object Identity";
hideObject$ : "O";
hideTime : "Hide Time";
hideTime$ : "T";
histList : "History...";
!
! Proview $Id: inc_hel_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module defines english texts for the historical event list.
!
value
! Exported constants
histtitle : exported "Historical Event List";
stattitle : exported "Statistics";
hel_AscizTable : exported asciz_string_table
(
"Ala-", ! AlaStr
"Ack-", ! AckStr
"Rtn-", ! RtnStr
"Can-", ! CancStr
"Blo-", ! BlkStr
"Rbl-", ! RblkStr
"Cbl-", ! CblkStr
"Ubl-", ! UblkStr
"Lost", ! LostStr
"Msg", ! MsgStr
"MPS ", ! MpsStr
"Moved:", ! MpsMovedStr
"From:", ! MpsFromStr
"To:", ! MpsToStr
"OpPlace:", ! OpPlaceStr
"Operator:", ! OperatorStr
"Value : ", ! ValueStr
"Limit : ", ! LimitStr
"Invalid time", ! InvalidTimeStr
"Print failed", ! PrintFailedStr
"Search failed", ! SearchFailedStr
"Node is invalid", ! NodeInvalidStr
"events match the condition", ! MatchStr
"lost messages", ! LostMessagesStr
"Max number of events fetched.\nPlease limit the search conditions.", !MaxFetchStr
"P R O V I E W / R A L A R M S T A T I S T I C S", ! RepStatTitleStr
"P R O V I E W / R H I S T O R I C A L E V E N T L I S T", ! RepListTitleStr
"Object", ! RepObjectStr
"Event text", ! RepAlarmTextStr
"Start time", ! RepStartTimeStr
"Stop time", ! RepStopTimeStr
"Search condition", ! RepSettingsStr
"Presentation", ! RepPresentationStr
"Name", ! RepPresentationNameStr
"Priority", ! RepPresentationPrioStr
"Cause", ! RepPresentationCauseStr
"Active", ! RepActiveStr
"Acknowledge", ! RepAckStr
"Return", ! RepCancelStr
"Block", ! RepBlockStr
"Unblock", ! RepUnblockStr
"Message", ! RepMsgStr
"High", ! RepHighStr
"Low", ! RepLowStr
"Digital", ! RepDigitalStr
"Other", ! RepOtherStr
"(not used)", ! RepNotUsedStr
"Printed: All", ! RepPrintAllStr
"Printed: Visible" ! RepPrintVisStr
);
hel_CSTable : exported compound_string_table
(
"Hide Time", ! RemoveTimeStr
"Show Time", ! ShowTimeStr
"Hide Object Identity", ! RemoveObjectStr
"Show Object Identity", ! ShowObjectStr
"Hide Event Text", ! RemoveEventTextStr
"Show Event Text" ! ShowEventTextStr
);
! Constants used by the co_CvtTimeToAsc function. See pwr_inc:TimeUtil.h
Solution : 0; ! second.
Format : 1; ! 0=Swedish, 1=GB
hel_IntTable : exported integer_table(Solution,Format);
histformtitle : "Historical Event List: Search Condition";
statformtitle : "Statistics: Search Condition";
OK : "OK";
Apply : "Apply";
Cancel : "Cancel";
time : "Time";
objectname : "Object name";
cause : "Cause";
starttime : "Start time:";
priority : "Priority";
today : "Today";
yesterday : "Yesterday";
thisweek : "This Week";
lastweek : "Last Week";
thismonth : "This Month";
lastmonth : "Last Month";
all : "All";
stoptime : "Stop time:";
daybreak : "Day break:";
eventtype : "Event type";
eventtext : "Event text";
a_alarm : "A-Alarm";
b_alarm : "B-Alarm";
c_alarm : "C-Alarm";
d_alarm : "D-Alarm";
message : "Message";
active : "Active";
acknowledge : "Ack";
return : "Return";
block : "Block";
unblock : "Unblock";
limit : "Limit";
high : "High";
low : "Low";
digital : "Digital";
other : "Other";
node : "Node";
presentation : "Presentation:";
sort : "New row for:";
name : "Name";
lost : "Lost messages";
timevalue : ".....";
result : ".....";
searchtime : "Time for search:";
searchresult : "Search result:";
search : "Search Condition...";
statistics : "Statistics...";
printvis : "Visible Events";
printvis$ : "V";
printall : "All Events";
printall$ : "A";
printallstat : "All Statistics";
printallstat$ : "A";
!
! Proview $Id: inc_note_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module defines english texts for the note window.
!
value
! Exported constants
ActionText : exported compound_string('Action Text : ');
ToBigSegmentText : exported compound_string('Action Text will not be saved. To large text block.');
This diff is collapsed.
!
! Proview $Id: inc_gral_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module defines swedish texts for the trend and fast list window.
!
value
title : exported "Graphic Displays";
This diff is collapsed.
!
! Proview $Id: inc_pidmoreform_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module includes PIDMoreForm's textstrings.
!
value
pid_AscizTable : exported asciz_string_table
(
"The gain is beyond allowed limits.", ! WrValGain
"The integration time is beyond allowed limits.", ! WrValIntTime
"The derivation time is beyond allowed limits.", ! WrValDerTime
"The derivation gain is beyond allowed limits.", ! WrValDerGain
"The bias gain is beyond allowed limits.", ! WrValBiasGain
"The bias is beyond allowed limits.", ! WrValBias
"Incorrect gain value.", ! BadValGain
"Incorrect integration time value.", ! BadValIntTime
"Incorrect derivation time value.", ! BadValDerTime
"Incorrect derivation gain value.", ! BadValDerGain
"Incorrect bias gain value.", ! BadValBiasGain
"Incorrect biasvalue." ! BadValBias
);
!
! Proview $Id: inc_rate_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module defines english texts for the attribute window.
!
value
set : "Set:";
errorTitle : exported "Attribute Editor: Error";
notValidValueFor : exported "is not a valid value for";
notValidAttribute : exported "is not a valid attribute";
notSetAttrAlloc : exported "Can't set attribute\nAllocation error\nSize:";
notSetAttrGdh : exported "Can't set attribute\nGdh error\nStatus:";
title : exported "Attribute Editor";
!
! Proview $Id: inc_rnav_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module defines english texts for the navigator window.
!
value
title : exported "Runtime Navigator on ";
iconName : exported "Runtime Navigator";
block : "Block...";
block$ : "B";
blockList : "Block List...";
blockList$ : "L";
copyMode : "CopyMode";
copyMode$ : "M";
func : "Functions";
func$ : "u";
objectName : "Object Name";
objectName$ : "O";
objectAttr : "Object Name + Attribute";
objectAttr$ : "A";
openObject : "Open Object...";
openObject$ : "O";
refresh : "Refresh";
refresh$ : "R";
openPlc : "Open Plc...";
openPlc$ : "P";
!
! Proview $Id: inc_standard_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
value
$acknowledge : "Acknowledge";
$add : "Add";
$apply : "Apply";
$cancel : "Cancel";
$cancel_e : exported "Cancel";
$clear : "Clear";
$clear$ : "e";
$close : "Close";
$close$ : "C";
$commands : "Commands";
$commands$ : "C";
$copy : "Copy";
$copy$ : "C";
$copyObject : "Copy...";
$copyObject$ : "C";
$cut : "Cut";
$cut$ : "t";
$delete : "Delete";
$delete$ : "D";
$eTitle : exported "Error";
$edit : "Edit";
$edit$ : "E";
$editObject : "Edit...";
$editObject$ : "E";
$exit : "Exit";
$exit$ : "E";
$file : "File";
$file$ : "F";
$help : "Help";
$help$ : "H";
$helpButt : "Help";
$max_e : exported "Max";
$min_e : exported "Min";
$new : "New";
$new$ : "N";
$no : "No";
$no_e : exported "No";
$no_s_e : exported compound_string("No");
$object_c : "Object:";
$ok : "OK";
$ok_e : exported "OK";
$off : "Off";
$off_e : exported "Off";
$on : "On";
$on_e : exported "On";
$open : "Open...";
$open$ : "O";
$options : "Options";
$options$ : "O";
$paste : "Paste";
$paste$ : "P";
$print : "Print";
$print$ : "P";
$remove : "Remove";
$save : "Save";
$save$ : "S";
$saveAs : "Save As...";
$saveAs$ : "A";
$search : "Search";
$undo : "Undo";
$undo$ : "U";
$update : "Update";
$update$ : "p";
$view : "View";
$view$ : "V";
$yes : "Yes";
$yes_e : exported "Yes";
$yes_s_e : exported compound_string("Yes");
$zActionText : "Action Text...";
$zAttribute : "Attribute ...";
$zNotValidValue_e : exported " is not a valid value!";
$zSetSelected : "Set Selected";
$zTooLarge_e : exported " is to large ";
$zTooSmall_e : exported " is to small ";
$zValOutOfBound_e : exported "Value out of bounds!";
!================================================================
!
! Proview $Id: inc_trendlist_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This file defines english texts for the trend and fast list window.
!
value
titleTrend : exported "Trend Graphs";
iconTrend : exported "Trend Graphs";
titleFast : exported "Fast Graphs";
iconFast : exported "Fast Graphs";
!
! Proview $Id: inc_trendmoreform_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module includes english texts for trend and fast more form.
!
value
invalidTime
: exported "Incorrect time format!\nCorrect format: HH:MM:SS"; !STRING80
!
! Proview $Id: inc_trendstate_txt.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module includes trendstate's textstrings.
!
value
trendstate_AscizTable : exported asciz_string_table
(
"Node is down, the picture can not be displayed.",
"No valid time is available"
);
//
// Proview $Id: op_ai.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_ai: model
. backgrflag 1
detect 0
fcolor 13
fstyle 0
finter 1
fdir 0
fpercent 100
ecolor 13
estyle 0
ewidth 1
bg: frect -10.9324 85.7959 116.719 -15.7027
detect 1
more: inst op_gis_button1 0 0
. move 44.5 1.57002
renamedvars \
button_label :: "More..." \
button_state :: 0 \
callback :: ai_More \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
dec10: inst op_gis_button1 0 0
. move 61.429 21.0831
renamedvars \
button_label :: "-10%" \
button_state :: 0 \
callback :: ai_Dec10 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
dec1: inst op_gis_button1 0 0
. move 61.429 27.6931
renamedvars \
button_label :: "-1%" \
button_state :: 0 \
callback :: ai_Dec1 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
inc1: inst op_gis_button1 0 0
. move 61.429 36.404
renamedvars \
button_label :: "+1%" \
button_state :: 0 \
callback :: ai_Inc1 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
inc10: inst op_gis_button1 0 0
. move 61.429 43.3777
renamedvars \
button_label :: "+10%" \
button_state :: 0 \
callback :: ai_Inc10 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
tcolor 7
bcolor 0
height 3
path 1
font 7
prec 2
align 2 3
size 0 0
text "Change" 66.2636 62.2714
. move 0.665405 0
text "Act" 23.5756 16.3534
. move 0.424393 -5.12395
inst op_sub_fill_v 0 0
. move 21.6331 15.5696
. scale 21.6331 15.5696 1 1.85807
. refpoint 21.6331 15.5696
renamedvars \
fill_color :: 25 \
max :: ActMax \
min :: ActMin \
var :: ActualValue
inst op_gis_slider 0 0
. dbflag 1
. move 30.2305 13.1954
. scale 30.2305 13.1954 1 1.30969
. refpoint 30.2305 13.1954
renamedvars \
callback :: ai_SliderChange \
max :: ActMax \
min :: ActMin \
var :: SetActVal
tega1: inst op_gis_infield 0 0
. move 68.5894 53.9542
renamedvars \
callback :: ai_NewActVal \
edge_color :: 13 \
edge_color_select :: 2 \
edge_width :: 2 \
maxchar :: 6 \
text_color_select :: 7 \
textheight :: 1.75
group
. move -7.099915e-02 -9.65953
. scale -7.099915e-02 -9.65953 1 1.14636
. refpoint 53.929 66
fcolor 4
fstyle 1
ecolor 15
estyle 1
ewidth 2
line 54 16 54 66 80 66
ecolor 12
line 54 16 80 16 80 66
endg
cancel: inst op_gis_button1 0 0
. move 83.9586 1.57002
renamedvars \
button_label :: "Cancel" \
button_state :: 0 \
callback :: pwr_Quit \
reason :: 1
group
. move -92.9589 -9.65953
. scale -92.9589 -9.65953 1.76455 1.14636
. refpoint 2.32697 66
ecolor 15
line 54 16 54 66 80 66
ecolor 12
line 54 16 80 16 80 66
endg
dec10: inst op_gis_button1 0 0
. move 61.429 10.0661
renamedvars \
button_label :: "Slider" \
button_state :: 0 \
callback :: ai_Save \
reason :: 1
inst op_sub_outfield 0 0
. move 24 61
renamedvars \
fill_color :: 13 \
format :: "%5.2f" \
out_var :: ActualValue \
text_color :: 7 \
textheight :: 1.75
fcolor 13
ecolor 13
estyle 0
height 1.5
font 1
prec 0
ftrect 34 39.5 47.5 35.5 "SlideVal"
. dynprop \
(* \
(stext SetActVal "%5.2f"))
. move 0 -3.5
group
. dynprop \
((ActMax || ActMin) \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
scale_rect: frect 9 57 20.5 9.5
inst op_gra_yaxis_left 0 0
. move 19.1932 15.7417
. scale 19.1932 15.7417 1 0.924734
. refpoint 19.1932 15.7417
renamedvars \
text_height :: 2. \
y_max_value :: ActMax \
y_min_value :: ActMin \
y_tickmajor :: (ActMax - ActMin) / 2 \
y_tickminor :: (ActMax - ActMin) / 4
endg
inst op_sub_stsline 0 0
. move 25.2663 70.9871
. scale 25.2663 70.9871 0.746794 0.808843
. refpoint 25.2663 70.9871
font 7
text "Unit" 10.9443 11.2696
. dynprop \
(* \
(stext Unit "%s"))
endm
//
// Proview $Id: op_ao.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_ao: model
. backgrflag 1
detect 0
fcolor 13
fstyle 0
finter 1
fdir 0
fpercent 100
ecolor 13
estyle 0
ewidth 1
bg: frect -10.9324 85.7959 116.719 -15.7027
detect 1
more: inst op_gis_button1 0 0
. move 44.5 1.57002
renamedvars \
button_label :: "More..." \
button_state :: 0 \
callback :: ao_More \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
dec10: inst op_gis_button1 0 0
. move 61.429 21.0831
renamedvars \
button_label :: "-10%" \
button_state :: 0 \
callback :: ao_Dec10 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
dec1: inst op_gis_button1 0 0
. move 61.429 27.6931
renamedvars \
button_label :: "-1%" \
button_state :: 0 \
callback :: ao_Dec1 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
inc1: inst op_gis_button1 0 0
. move 61.429 36.404
renamedvars \
button_label :: "+1%" \
button_state :: 0 \
callback :: ao_Inc1 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
inc10: inst op_gis_button1 0 0
. move 61.429 43.3777
renamedvars \
button_label :: "+10%" \
button_state :: 0 \
callback :: ao_Inc10 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
tcolor 7
bcolor 0
height 3
path 1
font 7
prec 2
align 2 3
size 0 0
text "Change" 66.2636 62.2714
. move 0.665405 0
text "Out" 23.5756 16.3534
. move 0.424393 -5.12395
inst op_sub_fill_v 0 0
. move 21.6331 15.5696
. scale 21.6331 15.5696 1 1.85807
. refpoint 21.6331 15.5696
renamedvars \
fill_color :: 15 \
max :: ActMax \
min :: ActMin \
var :: ActualValue
inst op_gis_slider 0 0
. dbflag 1
. move 30.2305 13.1954
. scale 30.2305 13.1954 1 1.30969
. refpoint 30.2305 13.1954
renamedvars \
callback :: ao_SliderChange \
max :: ActMax \
min :: ActMin \
var :: SetActVal
tega1: inst op_gis_infield 0 0
. move 68.5894 53.9542
renamedvars \
callback :: ao_NewActVal \
edge_color :: 13 \
edge_color_select :: 2 \
edge_width :: 2 \
maxchar :: 6 \
text_color_select :: 7 \
textheight :: 1.75
group
. move -7.099915e-02 -9.65953
. scale -7.099915e-02 -9.65953 1 1.14636
. refpoint 53.929 66
fcolor 4
fstyle 1
ecolor 15
estyle 1
ewidth 2
line 54 16 54 66 80 66
ecolor 12
line 54 16 80 16 80 66
endg
cancel: inst op_gis_button1 0 0
. move 83.9586 1.57002
renamedvars \
button_label :: "Cancel" \
button_state :: 0 \
callback :: pwr_Quit \
reason :: 1
group
. move -92.9589 -9.65953
. scale -92.9589 -9.65953 1.76455 1.14636
. refpoint 2.32697 66
ecolor 15
line 54 16 54 66 80 66
ecolor 12
line 54 16 80 16 80 66
endg
dec10: inst op_gis_button1 0 0
. move 61.429 10.0661
renamedvars \
button_label :: "Slider" \
button_state :: 0 \
callback :: ao_Save \
reason :: 1
inst op_sub_outfield 0 0
. move 24 61
renamedvars \
fill_color :: 13 \
format :: "%5.2f" \
out_var :: ActualValue \
text_color :: 7 \
textheight :: 1.75
fcolor 13
ecolor 13
estyle 0
height 1.5
font 1
prec 0
ftrect 34 39.5 47.5 35.5 "SlideVal"
. dynprop \
(* \
(stext SetActVal "%5.2f"))
. move 0 -3.5
group
. dynprop \
((ActMax || ActMin) \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
scale_rect: frect 9 57 20.5 9.5
inst op_gra_yaxis_left 0 0
. move 19.1932 15.7417
. scale 19.1932 15.7417 1 0.924734
. refpoint 19.1932 15.7417
renamedvars \
text_height :: 2. \
y_max_value :: ActMax \
y_min_value :: ActMin \
y_tickmajor :: (ActMax - ActMin) / 2 \
y_tickminor :: (ActMax - ActMin) / 4
endg
inst op_sub_stsline 0 0
. move 25.2663 70.9871
. scale 25.2663 70.9871 0.746794 0.808843
. refpoint 25.2663 70.9871
font 7
text "Unit" 10.131 11.2696
. dynprop \
(* \
(stext Unit "%s"))
endm
//
// Proview $Id: op_av.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_av: model
. backgrflag 1
detect 0
fcolor 13
fstyle 0
finter 1
fdir 0
fpercent 100
ecolor 13
estyle 0
ewidth 1
bg: frect -10.9324 85.7959 116.719 -15.7027
detect 1
more: inst op_gis_button1 0 0
. move 44.5 1.57002
renamedvars \
button_label :: "More..." \
button_state :: 0 \
callback :: av_More \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
dec10: inst op_gis_button1 0 0
. move 61.429 21.0831
renamedvars \
button_label :: "-10%" \
button_state :: 0 \
callback :: av_Dec10 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
dec1: inst op_gis_button1 0 0
. move 61.429 27.6931
renamedvars \
button_label :: "-1%" \
button_state :: 0 \
callback :: av_Dec1 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
inc1: inst op_gis_button1 0 0
. move 61.429 36.404
renamedvars \
button_label :: "+1%" \
button_state :: 0 \
callback :: av_Inc1 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
inc10: inst op_gis_button1 0 0
. move 61.429 43.3777
renamedvars \
button_label :: "+10%" \
button_state :: 0 \
callback :: av_Inc10 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
tcolor 7
bcolor 0
height 3
path 1
font 7
prec 2
align 2 3
size 0 0
text "Change" 66.2636 62.2714
. move 0.665405 0
text "Act" 23.5756 16.3534
. move 0.424393 -5.12395
inst op_sub_fill_v 0 0
. move 21.6331 15.5696
. scale 21.6331 15.5696 1 1.85807
. refpoint 21.6331 15.5696
renamedvars \
fill_color :: 25 \
max :: ActMax \
min :: ActMin \
var :: ActualValue
inst op_gis_slider 0 0
. dbflag 1
. move 30.2305 13.1954
. scale 30.2305 13.1954 1 1.30969
. refpoint 30.2305 13.1954
renamedvars \
callback :: av_SliderChange \
max :: ActMax \
min :: ActMin \
var :: SetActVal
tega1: inst op_gis_infield 0 0
. move 68.5894 53.9542
renamedvars \
callback :: av_NewActVal \
edge_color :: 13 \
edge_color_select :: 2 \
edge_width :: 2 \
maxchar :: 6 \
text_color_select :: 7 \
textheight :: 1.75
group
. move -7.099915e-02 -9.65953
. scale -7.099915e-02 -9.65953 1 1.14636
. refpoint 53.929 66
fcolor 4
fstyle 1
ecolor 15
estyle 1
ewidth 2
line 54 16 54 66 80 66
ecolor 12
line 54 16 80 16 80 66
endg
cancel: inst op_gis_button1 0 0
. move 83.9586 1.57002
renamedvars \
button_label :: "Cancel" \
button_state :: 0 \
callback :: pwr_Quit \
reason :: 1
group
. move -92.9589 -9.65953
. scale -92.9589 -9.65953 1.76455 1.14636
. refpoint 2.32697 66
ecolor 15
line 54 16 54 66 80 66
ecolor 12
line 54 16 80 16 80 66
endg
dec10: inst op_gis_button1 0 0
. move 61.429 10.0661
renamedvars \
button_label :: "Slider" \
button_state :: 0 \
callback :: av_Save \
reason :: 1
inst op_sub_outfield 0 0
. move 24 61
renamedvars \
fill_color :: 13 \
format :: "%5.2f" \
out_var :: ActualValue \
text_color :: 7 \
textheight :: 1.75
fcolor 13
ecolor 13
estyle 0
height 1.5
font 1
prec 0
ftrect 34 39.5 47.5 35.5 "SlideVal"
. dynprop \
(* \
(stext SetActVal "%5.2f"))
. move 0 -3.5
group
. dynprop \
((ActMax || ActMin) \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
scale_rect: frect 9 57 20.5 9.5
inst op_gra_yaxis_left 0 0
. move 19.1932 15.7417
. scale 19.1932 15.7417 1 0.924734
. refpoint 19.1932 15.7417
renamedvars \
text_height :: 2. \
y_max_value :: ActMax \
y_min_value :: ActMin \
y_tickmajor :: (ActMax - ActMin) / 2 \
y_tickminor :: (ActMax - ActMin) / 4
endg
inst op_sub_stsline 0 0
. move 25.2663 70.9871
. scale 25.2663 70.9871 0.746794 0.808843
. refpoint 25.2663 70.9871
font 7
text "Unit" 10.8281 11.2696
. dynprop \
(* \
(stext Unit "%s"))
endm
//
// Proview $Id: op_co.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_co: model
. backgrflag 1
detect 0
fcolor 13
fstyle 0
finter 1
fdir 0
fpercent 100
ecolor 13
estyle 0
ewidth 1
bg: frect -10.9324 85.7959 116.719 -15.7027
detect 1
more: inst op_gis_button1 0 0
. move 44.5 1.57002
renamedvars \
button_label :: "More..." \
button_state :: 0 \
callback :: co_More \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
dec10: inst op_gis_button1 0 0
. move 61.429 21.0831
renamedvars \
button_label :: "-10%" \
button_state :: 0 \
callback :: co_Dec10 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
dec1: inst op_gis_button1 0 0
. move 61.429 27.6931
renamedvars \
button_label :: "-1%" \
button_state :: 0 \
callback :: co_Dec1 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
inc1: inst op_gis_button1 0 0
. move 61.429 36.404
renamedvars \
button_label :: "+1%" \
button_state :: 0 \
callback :: co_Inc1 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
inc10: inst op_gis_button1 0 0
. move 61.429 43.3777
renamedvars \
button_label :: "+10%" \
button_state :: 0 \
callback :: co_Inc10 \
edge_width :: 3 \
reason :: 1 \
text_align_x :: 2 \
text_height :: 2
tcolor 7
bcolor 0
height 3
path 1
font 7
prec 2
align 2 3
size 0 0
text "Change" 66.2636 62.2714
. move 0.665405 0
text "Act" 23.5756 16.3534
. move 0.424393 -5.12395
inst op_sub_fill_v 0 0
. move 21.6331 15.5696
. scale 21.6331 15.5696 1 1.85807
. refpoint 21.6331 15.5696
renamedvars \
fill_color :: 25 \
max :: ActMax \
min :: ActMin \
var :: ActualValue
inst op_gis_slider 0 0
. dbflag 1
. move 30.2305 13.1954
. scale 30.2305 13.1954 1 1.30969
. refpoint 30.2305 13.1954
renamedvars \
callback :: co_SliderChange \
max :: ActMax \
min :: ActMin \
var :: SetActVal
tega1: inst op_gis_infield 0 0
. move 68.5894 53.9542
renamedvars \
callback :: co_NewActVal \
edge_color :: 13 \
edge_color_select :: 2 \
edge_width :: 2 \
maxchar :: 6 \
text_color_select :: 7 \
textheight :: 1.75
group
. move -7.099915e-02 -9.65953
. scale -7.099915e-02 -9.65953 1 1.14636
. refpoint 53.929 66
fcolor 4
fstyle 1
ecolor 15
estyle 1
ewidth 2
line 54 16 54 66 80 66
ecolor 12
line 54 16 80 16 80 66
endg
cancel: inst op_gis_button1 0 0
. move 83.9586 1.57002
renamedvars \
button_label :: "Cancel" \
button_state :: 0 \
callback :: pwr_Quit \
reason :: 1
group
. move -92.9589 -9.65953
. scale -92.9589 -9.65953 1.76455 1.14636
. refpoint 2.32697 66
ecolor 15
line 54 16 54 66 80 66
ecolor 12
line 54 16 80 16 80 66
endg
dec10: inst op_gis_button1 0 0
. move 61.429 10.0661
renamedvars \
button_label :: "Slider" \
button_state :: 0 \
callback :: co_Save \
reason :: 1
inst op_sub_outfield 0 0
. move 24 61
renamedvars \
fill_color :: 13 \
format :: "%5.2f" \
out_var :: ActualValue \
text_color :: 7 \
textheight :: 1.75
fcolor 13
ecolor 13
estyle 0
height 1.5
font 1
prec 0
ftrect 34 39.5 47.5 35.5 "SlideVal"
. dynprop \
(* \
(stext SetActVal "%5.2f"))
. move 0 -3.5
group
. dynprop \
((ActMax || ActMin) \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
scale_rect: frect 9 57 20.5 9.5
inst op_gra_yaxis_left 0 0
. move 19.1932 15.7417
. scale 19.1932 15.7417 1 0.924734
. refpoint 19.1932 15.7417
renamedvars \
text_height :: 2. \
y_max_value :: ActMax \
y_min_value :: ActMin \
y_tickmajor :: (ActMax - ActMin) / 2 \
y_tickminor :: (ActMax - ActMin) / 4
endg
inst op_sub_stsline 0 0
. move 25.2663 70.9871
. scale 25.2663 70.9871 0.746794 0.808843
endm
//
// Proview $Id: op_di.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_di: model
fcolor 13
fstyle 0
finter 1
fdir 0
fpercent 100
ecolor 13
estyle 0
ewidth 1
bg: frect -26.2712 101.359 121.775 -9.04373
set_dig: inst op_gis_button1 0 0
. move 63.005 35.48
renamedvars \
button_label :: "1" \
callback :: di_SetActval \
reason :: 1
reset_dig: inst op_gis_button1 0 0
. move 63.005 25.48
renamedvars \
button_label :: "0" \
callback :: di_ResetActval \
reason :: 1
more: inst op_gis_button1 0 0
. move 44.5 2.48001
renamedvars \
button_label :: "More..." \
callback :: di_More \
reason :: 1
inst op_sub_stsline 0 0
. move 36 70.6454
cancel: inst op_gis_button1 0 0
. move 81.8395 2.48001
renamedvars \
button_label :: "Cancel" \
callback :: pwr_Quit \
reason :: 1
fcolor 12
fstyle 1
ecolor 12
poly \
4.5 53.2756 67.5 53.2756 67 53.7756 \
5 53.7756
. filled 1
. move 0 6.82497
fcolor 15
ecolor 15
poly \
4.5 59.2756 5 58.7756 67 58.7756 \
67.5 59.2756
. filled 1
. move 0 6.82497
fcolor 14
ecolor 14
poly \
4.5 59.2756 5 58.7756 5 53.7756 \
4.5 53.2756
. filled 1
. move 0 6.82497
fcolor 13
ecolor 13
tcolor 7
height 3
path 1
font 1
prec 2
align 2 3
size 0 0
ftrect 67 53.7756 5 58.7702 " "
. dynprop \
(* \
(stext StsText "%s"))
. move 0 6.82497
fcolor 14
ecolor 14
poly \
67 58.7756 67 53.7756 67.5 53.2756 \
67.5 59.2756
. filled 1
. move 0 6.82497
group
. dynprop \
(ActualValue \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
. move 15.646 24.0505
. scale 15.646 24.0505 1.14474 1.14474
. refpoint 15.646 24.0505
fcolor 4
finter 2
ecolor 7
frect 18 51 46.5 25.5
. dynprop \
(ActualValue \
(= 0 \
(fcolor 12) ))
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -0.901337 -6.53783
fcolor 15
finter 1
ecolor 15
poly \
17.5 51.5 18 51 46.5 51 \
47 51.5
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -12.5431 -20.356
fcolor 14
ecolor 14
poly \
17.5 51.5 17.5 25 18 25.5 \
18 51
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -12.5431 -20.356
fcolor 12
ecolor 12
poly \
17.5 25 47 25 46.5 25.5 \
18 25.5
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -12.5431 -20.356
fcolor 14
ecolor 14
poly \
47 51.5 47 25 46.5 25.5 \
46.5 51
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -12.5431 -20.356
endg
endm
//
// Proview $Id: op_do.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_do: model
fcolor 13
fstyle 0
finter 1
fdir 0
fpercent 100
ecolor 13
estyle 0
ewidth 1
bg: frect -26.2712 101.359 121.775 -9.04373
set_dig: inst op_gis_button1 0 0
. move 63.005 35.48
renamedvars \
button_label :: "1" \
callback :: do_SetActval \
reason :: 1
reset_dig: inst op_gis_button1 0 0
. move 63.005 25.48
renamedvars \
button_label :: "0" \
callback :: do_ResetActval \
reason :: 1
more: inst op_gis_button1 0 0
. move 44.5 2.48001
renamedvars \
button_label :: "More..." \
callback :: do_More \
reason :: 1
inst op_sub_stsline 0 0
. move 36 70.6454
cancel: inst op_gis_button1 0 0
. move 81.8395 2.48001
renamedvars \
button_label :: "Cancel" \
callback :: pwr_Quit \
reason :: 1
fcolor 12
fstyle 1
ecolor 12
poly \
4.5 53.2756 67.5 53.2756 67 53.7756 \
5 53.7756
. filled 1
. move 0 6.82497
fcolor 15
ecolor 15
poly \
4.5 59.2756 5 58.7756 67 58.7756 \
67.5 59.2756
. filled 1
. move 0 6.82497
fcolor 14
ecolor 14
poly \
4.5 59.2756 5 58.7756 5 53.7756 \
4.5 53.2756
. filled 1
. move 0 6.82497
fcolor 13
ecolor 13
tcolor 7
height 3
path 1
font 1
prec 2
align 2 3
size 0 0
ftrect 67 53.7756 5 58.7702 " "
. dynprop \
(* \
(stext StsText "%s"))
. move 0 6.82497
fcolor 14
ecolor 14
poly \
67 58.7756 67 53.7756 67.5 53.2756 \
67.5 59.2756
. filled 1
. move 0 6.82497
group
. dynprop \
(ActualValue \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
. move 15.646 24.0505
. scale 15.646 24.0505 1.14474 1.14474
. refpoint 15.646 24.0505
fcolor 4
finter 2
ecolor 7
frect 18 51 46.5 25.5
. dynprop \
(ActualValue \
(= 0 \
(fcolor 12) ))
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -0.901337 -6.53783
fcolor 15
finter 1
ecolor 15
poly \
17.5 51.5 18 51 46.5 51 \
47 51.5
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -12.5431 -20.356
fcolor 14
ecolor 14
poly \
17.5 51.5 17.5 25 18 25.5 \
18 51
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -12.5431 -20.356
fcolor 12
ecolor 12
poly \
17.5 25 47 25 46.5 25.5 \
18 25.5
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -12.5431 -20.356
fcolor 14
ecolor 14
poly \
47 51.5 47 25 46.5 25.5 \
46.5 51
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -12.5431 -20.356
endg
endm
//
// Proview $Id: op_drive.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_drive: model
fcolor 13
fstyle 1
finter 2
fdir 0
fpercent 100
ecolor 7
estyle 0
ewidth 1
frect -22.3484 91.1926 117.757 -15.7027
inst op_gis_button1 0 0
. tran 1.28371 2.168404e-19 0 -2.168404e-19 1.28371 0
. move 51.5946 31.2735
renamedvars \
button_label :: "Restart" \
callback :: drive_Restart \
reason :: 1
inst op_gis_button1 0 0
. move 87.5243 2.48309
renamedvars \
button_label :: "More..." \
callback :: drive_More \
reason :: 1
inst op_gis_button1 0 0
. move 76.9799 18.8288
. scale 76.9799 18.8288 1.28371 1.28371
. refpoint 76.9799 18.8288
renamedvars \
button_label :: "Stop" \
callback :: drive_Stopp \
reason :: 1
inst op_gis_button1 0 0
. move 77.1857 31.7974
. scale 77.1857 31.7974 1.28371 1.28371
. refpoint 77.1857 31.7974
renamedvars \
button_label :: "Start" \
callback :: drive_Start \
reason :: 1
inst op_gis_button1 0 0
. move 77.1857 44.7659
. scale 77.1857 44.7659 1.28371 1.28371
. refpoint 77.1857 44.7659
renamedvars \
button_label :: "Man" \
callback :: drive_Man \
reason :: 1
inst op_gis_button1 0 0
. tran 1.28371 2.168404e-19 0 -2.168404e-19 1.28371 0
. move 51.6603 44.5601
renamedvars \
button_label :: "Auto" \
callback :: drive_Auto \
reason :: 1
fcolor 6
finter 1
ecolor 4
estyle 1
fcir2 88.1568 53.9114 89.7604 54.0717
. dynprop \
(ManMod \
(= 1 \
(fcolor 2) ) \
(= 0 \
(fcolor 0) ) \
(= 2 \
(fcolor 7) ))
. move -28.8599 -14.9748
. scale -28.8599 -14.9748 1.28371 1.28371
. refpoint -28.8599 -14.9748
fcir2 88.1568 53.9114 89.7604 54.0717
. dynprop \
(ManMod \
(= 1 \
(fcolor 0) ) \
(= 0 \
(fcolor 2) ) \
(= 2 \
(fcolor 7) ))
. move -54.5167 -15.1351
. scale -54.5167 -15.1351 1.28371 1.28371
. refpoint -54.5167 -15.1351
line 10 62 42 62
. move 0 2
line 10 62 42 62
. tran 1 0 0 0 -1 0
. move 0 78
fcolor 17
fstyle 0
poly \
42 45 44 45 44 50 \
45 50 43 52 41 50 \
42 50
. filled 1
. dynprop \
(Stat \
(!= 2 \
(fcolor 0) ) \
(!= 3 \
(fcolor 0) ) \
(= 2 \
(fcolor 17) ) \
(= 3 \
(fcolor 17) ))
. tran 1.44319 0 0 0 1.44319 0
. move -20.0572 -21.9948
poly \
42 45 44 45 44 50 \
45 50 43 52 41 50 \
42 50
. filled 1
. dynprop \
(Stat \
(!= 1 \
(fcolor 0) ) \
(= 1 \
(fcolor 17) ))
. tran 1.44319 0 0 0 -1.44319 0
. move -20.0572 101.995
fcolor 0
tcolor 7
height 3
path 1
font 1
prec 2
align 2 3
size 0 0
ftrect 16.1266 43.284 36.3316 34 "LOCAL"
. dynprop \
(NoStart \
(= 0 \
(stext " " "%s") )) \
(NoStart \
(= 1 \
(stext "NO START" "%s") )) \
(ProdStop \
(= 1 \
(stext "RUNNING" "%s") )) \
(Local \
(= 1 \
(stext "LOCAL" "%s") )) \
(SafeStop \
(= 1 \
(stext "SAFE STOP" "%s") ))
. move -5.98853 -8.98277
. scale -5.98853 -8.98277 1.23033 1.23033
. refpoint -5.98853 -8.98277
ftrect 14 64 38 56 "RUNNING"
. dynprop \
(Stat \
(!= 4 \
(stext " " "%s") )) \
(Stat \
(= 4 \
(stext "RUNNING" "%s") ))
ftrect 14 16 38 24 "STOP"
. dynprop \
(Stat \
(!= 0 \
(stext " " "%s") )) \
(Stat \
(= 0 \
(stext "STOP" "%s") ))
fcolor 6
fstyle 1
fcir2 88.1568 53.9114 89.7604 54.0717
. dynprop \
(AutoStart \
(= 0 \
(fcolor 0) ) \
(= 1 \
(fcolor 2) ))
. move -54.6771 -28.4446
. scale -54.6771 -28.4446 1.28371 1.28371
. refpoint -54.6771 -28.4446
bcolor 0
height 1.5
text "Interlocking :" 25.458 47.1765
group
. dynprop \
(Alarm \
(= * \
(batcherase)))
. batcherase 1
fcolor 13
finter 2
ecolor 7
estyle 0
frect 1.05194 11.0324 54.0332 0.513138
. dynprop \
(Alarm \
(= * \
(redraw)))
fcolor 1
fstyle 0
finter 1
estyle 1
tcolor 0
height 3
ftrect 4 8 52 2 "Alarm text"
. dynprop \
(Alarm \
(= 1 \
(stext "Time Contactor feedback" "%s") ) \
(= 2 \
(stext "Lost Contactor feedback" "%s") ) \
(= 3 \
(stext "Tachometric relay" "%s") ) \
(= * \
(vis (Alarm > 0)) \
(redraw)))
endg
group
. dynprop \
(sts \
(= * \
(batcherase)))
fcolor 13
fstyle 1
finter 2
estyle 0
frect 1.43678 74.7896 66.2202 66.5794
. dynprop \
(sts \
(= * \
(redraw)))
inst op_sub_stsline 0 0
. dynprop \
(sts \
(= * \
(redraw)))
. move 32.9947 71.0694
endg
endm
//
// Proview $Id: op_dv.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_dv: model
fcolor 13
fstyle 0
finter 1
fdir 0
fpercent 100
ecolor 13
estyle 0
ewidth 1
bg: frect -26.2712 101.359 121.775 -9.04373
set_dig: inst op_gis_button1 0 0
. move 63.005 35.48
renamedvars \
button_label :: "1" \
callback :: me_SetActval \
reason :: 1
reset_dig: inst op_gis_button1 0 0
. move 63.005 25.48
renamedvars \
button_label :: "0" \
callback :: me_ResetActval \
reason :: 1
more: inst op_gis_button1 0 0
. move 44.5 2.48001
renamedvars \
button_label :: "More..." \
callback :: me_More \
reason :: 1
inst op_sub_stsline 0 0
. move 36 70.6454
cancel: inst op_gis_button1 0 0
. move 81.8395 2.48001
renamedvars \
button_label :: "Cancel" \
callback :: pwr_Quit \
reason :: 1
fcolor 12
fstyle 1
ecolor 12
poly \
4.5 53.2756 67.5 53.2756 67 53.7756 \
5 53.7756
. filled 1
. move 0 6.82497
fcolor 15
ecolor 15
poly \
4.5 59.2756 5 58.7756 67 58.7756 \
67.5 59.2756
. filled 1
. move 0 6.82497
fcolor 14
ecolor 14
poly \
4.5 59.2756 5 58.7756 5 53.7756 \
4.5 53.2756
. filled 1
. move 0 6.82497
fcolor 13
ecolor 13
tcolor 7
height 3
path 1
font 1
prec 2
align 2 3
size 0 0
ftrect 67 53.7756 5 58.7702 " "
. dynprop \
(* \
(stext StsText "%s"))
. move 0 6.82497
fcolor 14
ecolor 14
poly \
67 58.7756 67 53.7756 67.5 53.2756 \
67.5 59.2756
. filled 1
. move 0 6.82497
group
. dynprop \
(ActualValue \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
. move 15.646 24.0505
. scale 15.646 24.0505 1.14474 1.14474
fcolor 4
finter 2
ecolor 7
frect 18 51 46.5 25.5
. dynprop \
(ActualValue \
(= 0 \
(fcolor 12) ))
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
. refpoint -0.901337 -6.53783
fcolor 15
finter 1
ecolor 15
poly \
17.5 51.5 18 51 46.5 51 \
47 51.5
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
fcolor 14
ecolor 14
poly \
17.5 51.5 17.5 25 18 25.5 \
18 51
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
fcolor 12
ecolor 12
poly \
17.5 25 47 25 46.5 25.5 \
18 25.5
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
fcolor 14
ecolor 14
poly \
47 51.5 47 25 46.5 25.5 \
46.5 51
. filled 1
. move -12.5431 -20.356
. scale -12.5431 -20.356 0.853222 0.853222
endg
endm
//
// Proview $Id: op_fast.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_fast: model
SLIDER1DIAG: model
. dynprop \
(# \
(call gms_slider_var1(callback, &var, min, max))) \
(* \
(call gms_hilite_percent1(&var, min, max)))
fcolor 0
fstyle 1
finter 1
fdir 0
fpercent 100
ecolor 0
estyle 1
ewidth 1
poly \
-4 -3 -2 -1 37.6 -1 \
39 -3
. filled 1
fcolor 4
ecolor 4
estyle 0
ewidth 3
poly -3.42 -2.42 -2 -1 -0.589996 -2.42
. filled 1
. refpoint -2 -1
vis 0
estyle 1
poly -2 -1.41 -3.41 -2.83 -0.589996 -2.83
. filled 1
. refpoint -2 -1.41
poly 36.18 -2.83 37.6 -1.41 39.01 -2.83
. filled 1
. refpoint 37.6 -1.41
vis 1
group
ecolor 7
ewidth 1
line -2 0 38 0
line 38 0 38 2
line -2 0 -2 2
line 18 0 18 2
fcolor 7
line 2 0 2 1
line 6 0 6 1
line 10 0 10 1
line 14 0 14 1
line 22 0 22 1
line 26 0 26 1
line 30 0 30 1
line 34 0 34 1
endg
endm
TEXT_DISP_4: model
fcolor 0
ewidth 2
tcolor 7
height 2
path 1
font 7
prec 2
align 3 3
size 0 0
ftrect 51 11.25 35 14.25 "Value"
. dynprop \
(* \
(stext y1_index "%7.2f"))
ecolor 1
ftrect 51 10.75 35 7.75 "Value"
. dynprop \
(* \
(stext y2_index "%7.2f"))
ecolor 4
ftrect 51 7.25 35 4.25 "Value"
. dynprop \
(* \
(stext y3_index "%7.2f"))
ecolor 26
ftrect 51 3.75 35 0.75 "Value"
. dynprop \
(* \
(stext y4_index "%7.2f"))
fstyle 0
ecolor 7
align 1 3
ftrect 35 14.25 0.5 11.25 "Parameter"
. dynprop \
(* \
(stext y1_name "%s"))
fstyle 1
ecolor 1
ftrect 0.5 10.75 35 7.75 "Parameter"
. dynprop \
(* \
(stext y2_name "%s"))
ecolor 4
ftrect 0.5 7.25 35 4.25 "Parameter"
. dynprop \
(* \
(stext y3_name "%s"))
fstyle 0
ecolor 26
ftrect 0.5 3.75 35 0.75 "Parameter"
. dynprop \
(* \
(stext y4_name "%s"))
fstyle 1
ecolor 7
ftrect 60 14.25 51 11.25 "Unit"
. dynprop \
(* \
(stext y1_unit "%s"))
ecolor 1
ftrect 60 10.75 51 7.75 "Unit"
. dynprop \
(* \
(stext y2_unit "%s"))
ecolor 4
ftrect 60 7.25 51 4.25 "Unit"
. dynprop \
(* \
(stext y3_unit "%s"))
ecolor 26
ftrect 60 3.75 51 0.75 "Unit"
. dynprop \
(* \
(stext y4_unit "%s"))
endm
detect 0
fcolor 13
ecolor 7
ewidth 1
bg: frect 0 0 100 75
detect 1
fcolor 0
fstyle 0
frect 34 61 3 74
. move -3.29356 0
. scale -3.29356 0 1.22178 1
. refpoint 19.3094 67.5
fcolor 3
fstyle 1
finter 2
align 2 3
ftrect 84 3 16 7 "Time"
. dynprop \
(* \
(stext x_time "%s"))
vis 0
fcolor 0
fstyle 0
finter 1
font 1
prec 0
size 2 2
ftrect 3 7 13 3 "Var"
. dynprop \
(* \
(stext x_index "%d"))
vis 1
inst SLIDER1DIAG 0 0
. move 19.6133 11.24
. scale 19.6133 11.24 1.6941 1
. refpoint 19.6133 11.24
renamedvars \
callback :: trend_SliderFunction \
max :: x_max_value \
min :: x_min_value \
var :: x_index
fcolor 4
fstyle 1
line \
13.36 2.84 13.36 5.03 86 5 \
86 3
. move -0.100006 5.55
inst op_gis_button0 0 0
. move 2.01468 69.1033
. scale 2.01468 69.1033 0.68055 0.5
. refpoint 2.01468 69.1033
renamedvars \
button_label :: "IN" \
callback :: trend_ZoomIn
inst op_gis_button0 0 0
. move 9.10176 69.1033
. scale 9.10176 69.1033 0.68055 0.5
. refpoint 9.10176 69.1033
renamedvars \
button_label :: "Out" \
callback :: trend_ZoomOut
inst op_gis_button0 0 0
. move 16.1889 69.1033
. scale 16.1889 69.1033 0.68055 0.5
. refpoint 16.1889 69.1033
renamedvars \
button_label :: "<" \
callback :: trend_ScrollBack
inst op_gis_button0 0 0
. move 23.3328 69.1033
. scale 23.3328 69.1033 0.68055 0.5
. refpoint 23.3328 69.1033
renamedvars \
button_label :: ">" \
callback :: trend_ScrollForward
inst op_gis_button0 0 0
. move 30.4792 69.1033
. scale 30.4792 69.1033 0.68055 0.5
. refpoint 30.4792 69.1033
renamedvars \
button_label :: "Now" \
callback :: trend_ScrollReset
inst TEXT_DISP_4 0 0
. move 38.6691 60
inst op_gis_button1 0 0
. move 88.326 1.52097
renamedvars \
button_label :: "More..." \
callback :: trend_More \
reason :: 1
inst op_gra_htrend4 0 0
. move 15.7726 16.6778
. scale 15.7726 16.6778 2.12755 1.73013
. refpoint 15.7726 16.6778
inst op_sub_stsline 0 0
. move 19.5418 63.6931
. scale 19.5418 63.6931 0.450777 0.5625
. refpoint 19.5418 63.6931
vis 0
inst op_gis_button1 0 0
. move 0.923645 1.15456
vis 1
inst op_gis_button1 0 0
. move 0.621307 10
. scale 0.621307 10 0.739338 1
renamedvars \
button_label :: "Start" \
callback :: trend_StartFunction \
reason :: 1
inst op_gis_button1 0 0
. move 0.621307 2
. scale 0.621307 2 0.739338 1
renamedvars \
button_label :: "Trigg" \
callback :: trend_TrigFunction \
reason :: 1
fcolor 0
fstyle 0
ecolor 0
font 7
prec 2
ftrect 3 7 13 3 "Time scale"
. dynprop \
(* \
(stext x_timescale "%s"))
. move 19.596 9.25
. scale 19.596 9.25 3.788 1
. refpoint 19.596 9.25
fcolor 13
fstyle 1
ecolor 7
fcir2 11.1767 12.78 11.6414 11.502
. dynprop \
(start \
(= 1 \
(fcolor 10) ))
. move -0.331375 -0.280014
fcir2 11.1767 12.78 11.6414 11.502
. dynprop \
(trigg \
(= 1 \
(fcolor 10) ))
. move -0.331375 -8.28001
endm
This diff is collapsed.
//
// Proview $Id: op_mvalve.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_mvalve: model
fcolor 13
fstyle 1
finter 2
fdir 0
fpercent 100
ecolor 7
estyle 0
ewidth 1
frect -21.9333 89.5321 125.022 -19.0237
inst op_gis_button1 0 0
. move 87.5243 2.48309
renamedvars \
button_label :: "More..." \
callback :: mvalve_More \
reason :: 1
inst op_gis_button1 0 0
. move 77.1857 44.7659
. scale 77.1857 44.7659 1.28371 1.28371
. refpoint 77.1857 44.7659
renamedvars \
button_label :: "Man" \
callback :: mvalve_Man \
reason :: 1
inst op_gis_button1 0 0
. move 51.6603 44.5601
. scale 51.6603 44.5601 1.28371 1.28371
. refpoint 51.6603 44.5601
renamedvars \
button_label :: "Auto" \
callback :: mvalve_Auto \
reason :: 1
fcolor 6
finter 1
ecolor 4
estyle 1
fcir2 88.1568 53.9114 89.7604 54.0717
. dynprop \
(ManMod \
(= 1 \
(fcolor 2) ) \
(= 0 \
(fcolor 0) ) \
(= 2 \
(fcolor 7) ))
. move -29.3953 -9.41385
. scale -29.3953 -9.41385 1.28371 1.28371
. refpoint -29.3953 -9.41385
fcir2 88.1568 53.9114 89.7604 54.0717
. dynprop \
(ManMod \
(= 1 \
(fcolor 0) ) \
(= 0 \
(fcolor 2) ) \
(= 2 \
(fcolor 7) ))
. move -55.3324 -9.41385
. scale -55.3324 -9.41385 1.28371 1.28371
. refpoint -55.3324 -9.41385
line 10 62 42 62
. move 0 2
line 10 62 42 62
. tran 1 0 0 0 -1 0
. move 0 78
fcolor 17
fstyle 0
poly \
42 45 44 45 44 50 \
45 50 43 52 41 50 \
42 50
. filled 1
. dynprop \
(OrderOpen \
(!= 1 \
(fcolor 0) ) \
(= 1 \
(fcolor 17) ))
. tran 1.44319 0 0 0 1.44319 0
. move -20.0572 -21.9948
poly \
42 45 44 45 44 50 \
45 50 43 52 41 50 \
42 50
. filled 1
. dynprop \
(OrderClose \
(!= 1 \
(fcolor 0) ) \
(= 1 \
(fcolor 17) ))
. tran 1.44319 0 0 0 -1.44319 0
. move -20.0572 101.995
fcolor 0
tcolor 7
height 3
path 1
font 1
prec 2
align 2 3
size 0 0
ftrect 37.3162 42.7482 14.8671 34 "LOCAL"
. dynprop \
(ProdOpen \
(= 0 \
(stext " " "%s") )) \
(ProdOpen \
(= 1 \
(stext "RUNNING" "%s") )) \
(ProdClose \
(= 1 \
(stext "RUNNING" "%s") )) \
(ProdStop \
(= 1 \
(stext "RUNNING" "%s") )) \
(Local \
(= 1 \
(stext "LOCAL" "%s") )) \
(SafeOpen \
(= 1 \
(stext "SAFE" "%s") )) \
(SafeClose \
(= 1 \
(stext "SAFE" "%s") )) \
(SafeStop \
(= 1 \
(stext "SAFE" "%s") ))
ftrect 14 64 38 56 "DRIFT"
. dynprop \
(EndOpen \
(!= 1 \
(stext " " "%s") )) \
(EndOpen \
(= 1 \
(stext "OPEN" "%s") ))
ftrect 14 16 38 24 "STOP"
. dynprop \
(EndClose \
(!= 1 \
(stext " " "%s") )) \
(EndClose \
(= 1 \
(stext "CLOSED" "%s") ))
inst op_gis_button1 0 0
. move 78.6959 32.7445
renamedvars \
button_label :: "Open" \
callback :: mvalve_Open \
reason :: 1
inst op_gis_button1 0 0
. move 78.6959 24.8871
renamedvars \
button_label :: "Stop" \
callback :: mvalve_Stop \
reason :: 1
inst op_gis_button1 0 0
. move 78.7047 16.5943
renamedvars \
button_label :: "Close" \
callback :: mvalve_Close \
reason :: 1
fcolor 17
poly \
42 45 44 45 44 50 \
45 50 43 52 41 50 \
42 50
. filled 1
. dynprop \
(AutoOpen \
(!= 1 \
(fcolor 0) ) \
(= 1 \
(fcolor 17) ))
. tran 0.870504 0 0 0 0.870504 0
. move 23.4953 -1.93825
poly \
42 45 44 45 44 50 \
45 50 43 52 41 50 \
42 50
. filled 1
. dynprop \
(AutoClose \
(!= 1 \
(fcolor 0) ) \
(= 1 \
(fcolor 17) ))
. tran 0.870504 0 0 0 -0.870504 0
. move 17.9821 82.5006
bcolor 0
height 1.5
text "Interlocking :" 25.1373 45.5729
group
. dynprop \
(Alarm \
(= * \
(batcherase)))
fcolor 13
fstyle 1
finter 2
ecolor 7
estyle 0
frect 2.33476 9.62131 54.4181 0.513138
. dynprop \
(Alarm \
(= * \
(redraw)))
fcolor 1
fstyle 0
finter 1
estyle 1
tcolor 0
height 3
ftrect 4 8 52 2 "Alarm text"
. dynprop \
(Alarm \
(= 1 \
(stext "Working time Open" "%s") ) \
(= 2 \
(stext "Working time Close" "%s") ) \
(= 3 \
(stext "Lost positon Open" "%s") ) \
(= 4 \
(stext "Lost positon Close" "%s") ) \
(= 5 \
(stext "Contactor feedback Open " "%s") ) \
(= 6 \
(stext "Contactor feedback Close" "%s") ) \
(= * \
(vis (Alarm > 0)) \
(redraw)))
endg
group
. dynprop \
(sts \
(= * \
(batcherase)))
fcolor 13
fstyle 1
finter 2
estyle 0
frect 1.3085 74.2765 67.6314 66.9643
. dynprop \
(sts \
(= * \
(redraw)))
inst op_sub_stsline 0 0
. dynprop \
(sts \
(= * \
(redraw)))
. move 34.1492 71.0694
endg
endm
//
// Proview $Id: op_pid.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_pid: model
fcolor 13
fstyle 1
finter 2
fdir 0
fpercent 100
ecolor 13
estyle 0
ewidth 1
frect -29.8207 95.5514 120.04 -15.4951
inst op_gra_htrend3 0 0
. move 15.852 40.902
. scale 15.852 40.902 2.1066 1.04751
. refpoint 15.852 40.902
renamedvars \
backgr_color :: 0 \
num_points :: Xpoints \
trace1_color :: 7 \
trace1_y_value :: PlotOut \
trace2_color :: 4 \
trace2_y_value :: PlotSet \
trace3_color :: 1 \
trace3_y_value :: PlotAct \
x_max_value :: Xmax \
x_min_value :: Xmin \
x_shift_val :: -1 \
x_start :: xval \
x_tickmajor :: Xtick \
x_tickminor :: Xtick / 2 \
y1_max_value :: OutMax \
y1_min_value :: OutMin \
y1_tickmajor :: (OutMax - OutMin) / 2 \
y1_tickminor :: (OutMax - OutMin) / 4 \
y2_max_value :: SetMax \
y2_min_value :: SetMin \
y2_tickmajor :: (SetMax - SetMin) / 2 \
y2_tickminor :: (SetMax - SetMin) / 4 \
y3_max_value :: SetMax \
y3_min_value :: SetMin \
yg_max_value :: 100 \
yg_min_value :: 0 \
yg_tickmajor :: 10
more: inst op_gis_button1 0 0
. move 41.6931 1.60115
renamedvars \
button_label :: "More..." \
callback :: pid_More \
reason :: 1
fcolor 0
finter 1
ecolor 7
estyle 1
frect 3 36 95 10
. move 0 -2
tcolor 7
bcolor 0
height 2
path 1
font 7
prec 2
align 1 3
size 0 0
text "ProcVal:" 4.93251 31.622
. move 0.966019 -0.717407
text "SetVal:" 4.93251 31.622
. move 0.966019 -4.71741
text "OutVal:" 4.93251 31.622
. move 0.966019 -8.71741
text "OutChange:" 4.93251 31.622
. move 0.966019 -12.7174
text "ControlDiff:" 4.93251 31.622
. move 0.966019 -16.7174
fcolor 6
fcir2 91 30 91 28.5
. dynprop \
(* \
(filled (IntOff == 0)))
. move 0 -3.5
fcir2 91 30 91 28.5
. dynprop \
(* \
(filled (IntOff == 1)))
. move 0 -10.5
fcolor 2
fcir2 91 30 91 28.5
. dynprop \
(* \
(filled (Force == 0)))
. move 0 -18
text "Control" 76.5 13.5
. move -2.5 -1.5
fcolor 4
rect 73 33 94 9
height 1.5
text "unit" 1.58244 54.8225
. dynprop \
(* \
(stext OutUnit "%s"))
. move 0.417557 -8.82249
align 3 3
text "unit" 94.8476 53.7547
. dynprop \
(* \
(stext SetUnit "%s"))
. move 3.1524 -7.7547
height 3
font 1
align 1 3
text "I" 52.5 32
. dynprop \
(* \
(vis Inverse))
. move -0.5 -0.5
height 1.5
font 7
align 2 3
text "XMinShow" 12.6296 37.0741
. dynprop \
(* \
(stext XMinShow "%d"))
. move 3.52782 -0.481064
text "XMaxShow" 76.1302 36.4327
. dynprop \
(* \
(stext XMaxShow "%d"))
. move 6.4142 0.481049
height 2
align 1 3
text "Off" 76.5 13.5
. move 7.06461 6.34131
text "On" 76.5 13.5
. move 7.06461 13.3413
fcolor 15
finter 2
align 2 3
ftrect 2 40 6 36 "Out"
. move -3.31711 2.12741
. scale -3.31711 2.12741 1.82928 0.944016
. refpoint -3.31711 2.12741
fcolor 1
ftrect 89 40 93 36 "Act"
. move -47.2959 2.75795
. scale -47.2959 2.75795 1.57307 1.04231
. refpoint -47.2959 2.75795
fcolor 4
ftrect 94 40 99 36 "Set"
. move -25.5875 0.994324
. scale -25.5875 0.994324 1.25846 0.962128
. refpoint -25.5875 0.994324
fcolor 0
finter 1
align 3 3
ftrect 32 29 15 33 "Gain"
. dynprop \
(* \
(stext Gain "%s"))
. move 39 0
. refpoint 54 29
ftrect 32 29 15 33 "IntTime"
. dynprop \
(* \
(stext IntTime "%s"))
. move 39 -4
. refpoint 54 25
ftrect 32 29 15 33 "DerTime"
. dynprop \
(* \
(stext DerTime "%s"))
. move 39 -8
. refpoint 54 21
ftrect 32 29 15 33 "DerGain"
. dynprop \
(* \
(stext DerGain "%s"))
. move 39 -12
. refpoint 54 17
ftrect 32 29 15 33 "BiasGain"
. dynprop \
(* \
(stext BiasGain "%s"))
. move 39 -16
. refpoint 54 13
ftrect 32 29 15 33 "Bias"
. dynprop \
(* \
(stext Bias "%s"))
. move 39 -20
. refpoint 54 9
align 1 3
text "Integration" 76.5 13.5
. move -2.5 17.5
fcolor 4
line 73 15 94 15
group
fcolor 0
frect 96.9763 74.9179 71.4799 68.0226
align 2 3
text "Controller function" 74 72
. move 10.1479 1.15401
text "PIDAlg" 74 72
. dynprop \
(* \
(stext PIDAlg "%s"))
. move 10 -2
endg
align 1 3
text "Gain:" 4.93251 31.622
. move 35.6787 -0.596359
text "IntTime:" 4.93251 31.622
. move 35.6787 -4.59636
text "DerTime:" 4.93251 31.622
. move 35.6787 -8.59636
text "DerGain:" 4.93251 31.622
. move 35.6787 -12.5963
text "BiasGain:" 4.93251 31.622
. move 35.6787 -16.5963
text "Bias:" 4.93251 31.622
. move 35.74 -20.5786
align 3 3
ftrect 32 33 15 29 "Act"
. dynprop \
(* \
(stext Act "%s"))
. move 5.8065 -0.121765
. refpoint 20.8065 28.8782
ftrect 32 33 15 29 "Set"
. dynprop \
(* \
(stext Set "%s"))
. move 5.8065 -4.12177
. refpoint 20.8065 24.8782
ftrect 32 33 15 29 "Out"
. dynprop \
(* \
(stext Out "%s"))
. move 5.8065 -8.12177
. refpoint 20.8065 20.8782
ftrect 32 33 15 29 "OutChange"
. dynprop \
(* \
(stext OutChange "%s"))
. move 5.8065 -12.1218
. refpoint 20.8065 16.8782
ftrect 32 33 15 29 "ControlDiff"
. dynprop \
(* \
(stext ControlDiff "%s"))
. move 5.8065 -16.1218
. refpoint 20.8065 12.8782
group
. dynprop \
(sts \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
fcolor 13
finter 2
estyle 0
frect 1.43678 74.0199 65.5788 66.9643
inst op_sub_stsline 0 0
. move 33.4757 70.428
endg
mode: inst op_gis_button1 0 0
. move 59.1203 1.60115
renamedvars \
button_label :: "Mode..." \
button_state :: 0 \
callback :: pid_StartMode \
reason :: 1
cancel: inst op_gis_button1 0 0
. move 84.448 1.60115
renamedvars \
button_label :: "Cancel" \
button_state :: 0 \
callback :: pwr_Quit \
reason :: 1
endm
//
// Proview $Id: op_sub_stsline.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_sub_stsline: model
group
. dynprop \
(sts \
(= * \
(batcherase) \
(redraw)))
. batcherase 1
fcolor 13
fstyle 1
finter 1
fdir 0
fpercent 100
ecolor 7
estyle 0
ewidth 1
frect 31.5 -3 -31.5 3
group
. dynprop \
(* \
(vis (sts > 0)))
fcolor 6
tcolor 7
height 3
path 1
font 7
prec 2
align 2 3
size 0 0
ftrect -31 2.5 31 -2.5 "Message"
. dynprop \
(sts \
(= 0 \
(fcolor 13) \
(stext "" "%s") ) \
(= 1 \
(fcolor 1) \
(tcolor 0) \
(stext "A-alarm" "%s") ) \
(= 2 \
(fcolor 3) \
(tcolor 7) \
(stext "B-alarm" "%s") ) \
(= 3 \
(fcolor 6) \
(tcolor 7) \
(stext "C-alarm" "%s") ) \
(= 4 \
(fcolor 5) \
(fstyle 1) \
(finter 2) \
(tcolor 7) \
(stext "D-alarm" "%s") ) \
(= 5 \
(fcolor 6) \
(tcolor 7) \
(stext "No contact" "%s") ))
fcolor 14
ecolor 14
poly \
-31.5 3 -31 2.5 -31 -2.5 \
-31.5 -3
. filled 1
fcolor 12
ecolor 12
poly \
-31.5 -3 31.5 -3 31 -2.5 \
-31 -2.5
. filled 1
fcolor 15
ecolor 15
poly \
-31.5 3 -31 2.5 31 2.5 \
31.5 3
. filled 1
fcolor 12
ecolor 12
poly \
31 2.5 31 -2.5 31.5 -3 \
31.5 3
. filled 1
endg
endg
endm
//
// Proview $Id: op_trend.g,v 1.2 2005-09-06 10:39:34 claes Exp $
// Copyright (C) 2005 SSAB Oxelsund AB.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation, either version 2 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the program, if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
mtran0
vis 1
detect 1
op_trend: model
SLIDER1DIAG: model
. dynprop \
(# \
(call gms_slider_var1(callback, &var, min, max))) \
(* \
(call gms_hilite_percent1(&var, min, max)))
fcolor 0
fstyle 1
finter 1
fdir 0
fpercent 100
ecolor 0
estyle 1
ewidth 1
poly \
-4 -3 -2 -1 37.6 -1 \
39 -3
. filled 1
fcolor 4
ecolor 4
estyle 0
ewidth 3
poly -3.42 -2.42 -2 -1 -0.589996 -2.42
. filled 1
. refpoint -2 -1
vis 0
estyle 1
poly -2 -1.41 -3.41 -2.83 -0.589996 -2.83
. filled 1
. refpoint -2 -1.41
poly 36.18 -2.83 37.6 -1.41 39.01 -2.83
. filled 1
. refpoint 37.6 -1.41
vis 1
group
ecolor 7
ewidth 1
line -2 0 38 0
line 38 0 38 2
line -2 0 -2 2
line 18 0 18 2
fcolor 7
line 2 0 2 1
line 6 0 6 1
line 10 0 10 1
line 14 0 14 1
line 22 0 22 1
line 26 0 26 1
line 30 0 30 1
line 34 0 34 1
endg
endm
TEXT_DISP_4: model
fcolor 0
ewidth 2
tcolor 7
height 2
path 1
font 7
prec 2
align 3 3
size 0 0
ftrect 51 11.25 35 14.25 "Value"
. dynprop \
(* \
(stext y1_index "%7.2f"))
ecolor 1
ftrect 51 10.75 35 7.75 "Value"
. dynprop \
(* \
(stext y2_index "%7.2f"))
ecolor 4
ftrect 51 7.25 35 4.25 "Value"
. dynprop \
(* \
(stext y3_index "%7.2f"))
ecolor 26
ftrect 51 3.75 35 0.75 "Value"
. dynprop \
(* \
(stext y4_index "%7.2f"))
fstyle 0
ecolor 7
align 1 3
ftrect 35 14.25 0.5 11.25 "Parameter"
. dynprop \
(* \
(stext y1_name "%s"))
fstyle 1
ecolor 1
ftrect 0.5 10.75 35 7.75 "Parameter"
. dynprop \
(* \
(stext y2_name "%s"))
ecolor 4
ftrect 0.5 7.25 35 4.25 "Parameter"
. dynprop \
(* \
(stext y3_name "%s"))
fstyle 0
ecolor 26
ftrect 0.5 3.75 35 0.75 "Parameter"
. dynprop \
(* \
(stext y4_name "%s"))
fstyle 1
ecolor 7
ftrect 60 14.25 51 11.25 "Unit"
. dynprop \
(* \
(stext y1_unit "%s"))
ecolor 1
ftrect 60 10.75 51 7.75 "Unit"
. dynprop \
(* \
(stext y2_unit "%s"))
ecolor 4
ftrect 60 7.25 51 4.25 "Unit"
. dynprop \
(* \
(stext y3_unit "%s"))
ecolor 26
ftrect 60 3.75 51 0.75 "Unit"
. dynprop \
(* \
(stext y4_unit "%s"))
endm
fstyle 0
ecolor 7
ewidth 1
frect 34 61 3 74
. move -3.52077 0
. scale -3.52077 0 1.22491 1
. refpoint -3.52077 0
fcolor 3
fstyle 1
finter 2
align 2 3
ftrect 84 3 16 7 "Time"
. dynprop \
(* \
(stext x_time "%s"))
vis 0
fcolor 0
fstyle 0
finter 1
font 1
prec 0
size 2 2
ftrect 3 7 13 3 "Var"
. dynprop \
(* \
(stext x_index "%d"))
vis 1
inst SLIDER1DIAG 0 0
. move 19.6133 11.24
. scale 19.6133 11.24 1.6941 1
. refpoint 19.6133 11.24
renamedvars \
callback :: trend_SliderFunction \
max :: x_max_value \
min :: x_min_value \
var :: x_index
fcolor 4
fstyle 1
line \
13.36 2.84 13.36 5.03 86 5 \
86 3
. move -0.100006 5.55
inst op_gis_button0 0 0
. move 0.806976 69.1033
. scale 0.806976 69.1033 0.690586 0.5
. refpoint 0.806976 69.1033
renamedvars \
button_label :: "In" \
callback :: trend_ZoomIn
inst op_gis_button0 0 0
. move 8.44627 69.1033
. scale 8.44627 69.1033 0.690586 0.5
. refpoint 8.44627 69.1033
renamedvars \
button_label :: "Out" \
callback :: trend_ZoomOut
inst op_gis_button0 0 0
. move 16.0683 69.1033
. scale 16.0683 69.1033 0.690586 0.5
. refpoint 16.0683 69.1033
renamedvars \
button_label :: "<" \
callback :: trend_ScrollBack
inst op_gis_button0 0 0
. move 23.7249 69.1033
. scale 23.7249 69.1033 0.690586 0.5
. refpoint 23.7249 69.1033
renamedvars \
button_label :: ">" \
callback :: trend_ScrollForward
inst op_gis_button0 0 0
. move 31.3642 69.1033
. scale 31.3642 69.1033 0.690586 0.5
. refpoint 31.3642 69.1033
renamedvars \
button_label :: "Now" \
callback :: trend_ScrollReset
inst TEXT_DISP_4 0 0
. move 39.0491 60
inst op_gis_button1 0 0
. move 88.326 1.52097
renamedvars \
button_label :: "More..." \
callback :: trend_More \
reason :: 1
inst op_gra_htrend4 0 0
. move 15.7726 16.6778
. scale 15.7726 16.6778 2.12755 1.73013
. refpoint 15.7726 16.6778
inst op_sub_stsline 0 0
. move 18.8239 63.6931
. scale 18.8239 63.6931 0.55216 0.5625
. refpoint 18.8239 63.6931
fcolor 0
fstyle 0
ecolor 0
font 7
prec 2
ftrect 3 7 13 3 "Time scale"
. dynprop \
(* \
(stext x_timescale "%s"))
. move 19.596 9.25
. scale 19.596 9.25 3.788 1
. refpoint 19.596 9.25
endm
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
!
! Proview $Id: op_cont.uil,v 1.2 2005-09-06 10:39:34 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
module op_cont
names = case_sensitive
! INCLUDE FILES
include file 'pwr_lang:inc_cont_txt.uil';
include file 'pwr_lang:inc_standard_txt.uil';
value
intTable : exported integer_table(2, 830, 1270, 167, 1, 53, 176, 76);
! X, Y, WIDTH, HEIGHT, gms x1,y1,x2,y2
end module;
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
//
// Not distributed due to copyright restrictions.
//
op_gra_htrend3: model
endm
//
// Not distributed due to copyright restrictions.
//
op_gra_htrend4: model
endm
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
include $(pwre_dir_symbols)
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq ($($(type_name)_generic_mk),)
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
ifeq ($($(type_name)_generic_mk),)
include $(pwre_sroot)/tools/bld/src/$(type_name)_generic.mk
endif
-include ../../special.mk
-include ../special.mk
-include special.mk
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment