Commit 3d072a51 authored by claes's avatar claes

*** empty log message ***

parent 85e278d1
...@@ -706,6 +706,7 @@ palette PlcEditorPalette ...@@ -706,6 +706,7 @@ palette PlcEditorPalette
class BaseManValveFo class BaseManValveFo
class BaseMotorFo class BaseMotorFo
class BaseMValveFo class BaseMValveFo
class BaseOverloadRelayFo
class BasePositSensorFo class BasePositSensorFo
class BasePropValveFo class BasePropValveFo
class BaseSafetySwitchFo class BaseSafetySwitchFo
...@@ -728,6 +729,7 @@ palette PlcEditorPalette ...@@ -728,6 +729,7 @@ palette PlcEditorPalette
menu Simulate menu Simulate
{ {
class ABB_ACS800MotorAggrSim class ABB_ACS800MotorAggrSim
class BaseContactorSim
class BaseCValveSim class BaseCValveSim
class BaseMValveSim class BaseMValveSim
class BaseSensorSim class BaseSensorSim
......
...@@ -224,7 +224,7 @@ E 4.6.3 "Einschalter zuschalten" ...@@ -224,7 +224,7 @@ E 4.6.3 "Einschalter zuschalten"
# Switch # Switch
B 4.7.1 "Schalte Alarm, " B 4.7.1 "Schalte Alarm, "
B 4.7.2 "Level umschalten, " B 4.7.2 "Level umschalten, "
B 4.7.3 "Druck umschaltn, " B 4.7.3 "Druck umschalten, "
B 4.7.4 "Temperatur umschalten, " B 4.7.4 "Temperatur umschalten, "
E 4.7.5 "Schalte auf digitale Eingnge " E 4.7.5 "Schalte auf digitale Eingnge "
# Mode # Mode
......
...@@ -217,6 +217,7 @@ B 4.4.19 "Automode active. Manual start/stop order is not allowed fan, " ...@@ -217,6 +217,7 @@ B 4.4.19 "Automode active. Manual start/stop order is not allowed fan, "
# Motor # Motor
B 4.5.1 "High motor temperature, " B 4.5.1 "High motor temperature, "
B 4.5.2 "High High motor temperature, " B 4.5.2 "High High motor temperature, "
E 4.5.3 "OverTemperature"
# Contactor # Contactor
B 4.6.1 "Contactor feedback lost, " B 4.6.1 "Contactor feedback lost, "
E 4.6.2 "Contactor is energized" E 4.6.2 "Contactor is energized"
......
! !
! Proview $Id: xtt_curve.uil,v 1.3 2005-09-06 10:39:34 claes Exp $ ! Proview $Id: xtt_curve.uil,v 1.4 2005-12-06 10:57:07 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB. ! Copyright (C) 2005 SSAB Oxelsund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -40,6 +40,7 @@ procedure ...@@ -40,6 +40,7 @@ procedure
gec_activate_xlimits(integer); gec_activate_xlimits(integer);
gec_activate_help(integer); gec_activate_help(integer);
gec_create_pane(integer); gec_create_pane(integer);
gec_create_nameform(integer);
gec_create_growform(integer); gec_create_growform(integer);
gec_create_curveform(integer); gec_create_curveform(integer);
gec_create_minmax_textmin(integer); gec_create_minmax_textmin(integer);
...@@ -79,6 +80,7 @@ object main_pane : XmPanedWindow ...@@ -79,6 +80,7 @@ object main_pane : XmPanedWindow
}; };
controls controls
{ {
XmPanedWindow name_form;
XmForm curve_form; XmForm curve_form;
}; };
callbacks callbacks
...@@ -87,6 +89,21 @@ object main_pane : XmPanedWindow ...@@ -87,6 +89,21 @@ object main_pane : XmPanedWindow
}; };
}; };
object name_form: XmPanedWindow
{
arguments
{
! XmNleftAttachment = XmATTACH_FORM;
! XmNbottomAttachment = XmATTACH_FORM;
! XmNtopAttachment = XmATTACH_FORM;
XmNwidth = 200;
};
callbacks
{
MrmNcreateCallback = procedure gec_create_nameform(gec_ctx);
};
};
object curve_form : XmForm object curve_form : XmForm
{ {
arguments arguments
......
...@@ -214,6 +214,7 @@ B 4.4.19 "Automod aktiv. Manuell start/stop order ej till ...@@ -214,6 +214,7 @@ B 4.4.19 "Automod aktiv. Manuell start/stop order ej till
# Motor # Motor
B 4.5.1 "Hg motortemperatur, " B 4.5.1 "Hg motortemperatur, "
B 4.5.2 "Hg Hg motortemperatur, " B 4.5.2 "Hg Hg motortemperatur, "
E 4.5.3 "verTemperatur"
# Contactor # Contactor
B 4.6.1 "Tappat kontaktorsvar, " B 4.6.1 "Tappat kontaktorsvar, "
E 4.6.2 "Kontaktorn r till" E 4.6.2 "Kontaktorn r till"
......
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