Commit 414a88ba authored by Claes Sjofors's avatar Claes Sjofors

Doc, the Ge and subgraphs manual updated with the latest dynamics and new subgraphs

parent d38b2cc7
This diff is collapsed.
This diff is collapsed.
src/doc/man/src/geg_fig170.png

21 KB | W: | H:

src/doc/man/src/geg_fig170.png

20.6 KB | W: | H:

src/doc/man/src/geg_fig170.png
src/doc/man/src/geg_fig170.png
src/doc/man/src/geg_fig170.png
src/doc/man/src/geg_fig170.png
  • 2-up
  • Swipe
  • Onion skin
src/doc/man/src/geg_fig171.png

17 KB | W: | H:

src/doc/man/src/geg_fig171.png

15.1 KB | W: | H:

src/doc/man/src/geg_fig171.png
src/doc/man/src/geg_fig171.png
src/doc/man/src/geg_fig171.png
src/doc/man/src/geg_fig171.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
......@@ -46,6 +46,7 @@
#include <string.h>
#include <stdlib.h>
#include "pwr_version.h"
#include "co_cdh.h"
#include "co_dcli.h"
#include "co_time.h"
......@@ -368,7 +369,7 @@ void CnvPwgToXtthelp::header()
"<hr>" << endl <<
"</topic>" << endl << endl <<
"<topic> __DocumentInfoPage" << endl << endl << endl <<
"Copyright (C) "<< year << " SSAB Oxelsund AB" << endl << endl <<
pwrv_cPwrCopyright << endl << endl <<
"Permission is granted to copy, distribute and/or modify this document" << endl <<
"under the terms of the GNU Free Documentation License, Version 1.2" << endl <<
"or any later version published by the Free Software Foundation;" << endl <<
......
......@@ -801,7 +801,7 @@ int CnvWblToH::bit_exec()
" pwr_e" << ctx->rw->typedef_pgmname << "_" << pgmname;
for ( i = 0; i < int(30 - strlen(ctx->rw->typedef_pgmname) - strlen(pgmname)); i++)
fp_struct << ' ';
fp_struct << " = " << ctx->rw->bit_value << "UL," << endl;
fp_struct << " = " << (int)ctx->rw->bit_value << "," << endl;
}
return 1;
}
......
......@@ -1614,7 +1614,7 @@ int Graph::get_attr_items( grow_tObject object, attr_sItem **itemlist,
*item_cnt = 0;
dyn->get_attributes( object, items, item_cnt);
}
if ( dyn->dyn_type1 & ge_mDynType1_XY_Curve) {
else if ( dyn->dyn_type1 & ge_mDynType1_XY_Curve) {
char transtab[][32] = { "NoOfPoints", "XY_Curve.NoOfPoints",
"ScanTime", "",
"CurveWidth", "XY_Curve.CurveLineWidth",
......
199
!/**
! AxisArc
! Group Analog
!
! <image> pwr_axisarc_gs.png
!
! <h1>Description
! Circular axis.
!
! <h1>Default dynamics
! AxisArc is a complex object.
! See AxisArc in Ge Reference Manual <link>geref_axisarc, ,$pwr_lang/man_geref.dat
!
!*/
1
100 20
135 20
101 20
102 0
103 0
104 20
136 20
105 100
106 0
107 0
108 -1e+10
109 1e+10
110 -1e+10
111 1e+10
116 0
117 0
118 0
119 0
120 0
121 Claes context
122 0
126 1
127 1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
134
22
2200 0
2201 0
2202 pwr_axis
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 0
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 99
2233 1
2234 1
2235 0
2243 0
2244
99
123
2
99
124
2
99
125
2
99
99
199
!/**
! BarChart
! Group Analog
!
! <image> pwr_barchart_gs.png
!
! <h1>Description
! A number of bars in a chart. Each bar can be divided in segments with differnt color.
! The size of the segments and bars is determined from a set of arrays, one array for
! each segment.
!
! <h1>Default dynamics
! BarChart is a complex object.
! See BarChart in Ge Reference Manual<link>geref_barchart, ,$pwr_lang/man_geref.dat
!
!*/
1
100 20
135 20
101 20
102 0
103 0
104 20
136 20
105 100
106 0
107 0
108 -1e+10
109 1e+10
110 -1e+10
111 1e+10
116 0
117 0
118 0
119 0
120 0
121 Claes context
122 0
126 1
127 1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
134
22
2200 0
2201 0
2202 pwr_barchart
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 0
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 99
2233 1
2234 1
2235 0
2243 0
2244
99
123
2
99
124
2
99
125
2
99
99
......@@ -2,13 +2,13 @@
0! DefaultHeight 0
199
!/**
! VideoCamera
! Camera
! Group Other
!
! <image> pwr_videocamera_gs.gif
! <image> pwr_camera_gs.png
!
! <h1>Description
! Video camera.
! Camera.
!
! <h1>Default dynamics
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
......
199
!/**
! CheckBox
! CheckBox2
! Group Pushbuttons
!
! <image> pwr_checkbox_gs.gif
! <image> pwr_checkbox2_gs.png
!
! <h1>Description
! Checkbox.
!
! Subgraph with two pages, checkbox unmarked (page 1) and
! checkbox marked (page 2).
! <image> pwr_checkbox_ags.gif
! <image> pwr_checkbox2_ags.png
!
! <h1>Default dynamics
! DigShift <link>GeDynDigShift, ,$pwr_lang/man_geref.dat
......
199
!/**
! DynamicAxis
! Group Analog
!
! <image> pwr_axis_gs.gif
!
! <h1>Description
! Axis with dynamic range.
!
! <h1>Default dynamics
! Axis is a complex object.
! See Axis in Ge Reference Manual <link>geref_axis, ,$pwr_lang/man_geref.dat
!
!*/
1
100 20
135 20
101 20
102 0
103 0
104 20
136 20
105 100
106 0
107 0
108 -1e+10
109 1e+10
110 -1e+10
111 1e+10
116 0
117 0
118 0
119 0
120 0
121 Claes context
122 0
126 1
127 1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
134
22
2200 0
2201 0
2202 pwr_dynamicaxis
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 0
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 99
2233 1
2234 1
2235 0
2243 0
2244
99
123
2
99
124
2
99
125
2
99
99
199
!/**
! DynamicAxisArc
! Group Analog
!
! <image> pwr_axisarc_gs.png
!
! <h1>Description
! Circular axis with dynamic range.
!
! <h1>Default dynamics
! AxisArc is a complex object.
! See AxisArc in Ge Reference Manual <link>geref_axisarc, ,$pwr_lang/man_geref.dat
!
!*/
1
100 20
135 20
101 20
102 0
103 0
104 20
136 20
105 100
106 0
107 0
108 -1e+10
109 1e+10
110 -1e+10
111 1e+10
116 0
117 0
118 0
119 0
120 0
121 Claes context
122 0
126 1
127 1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
134
22
2200 0
2201 0
2202 pwr_dynamicaxis
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 0
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 99
2233 1
2234 1
2235 0
2243 0
2244
99
123
2
99
124
2
99
125
2
99
99
199
!/**
! Fan2
! Elheater1
! Group Process
!
! <image> pwr_fan2_gs.gif
! <image> pwr_elheater1_gs.png
!
! <h1>Description
! Fan.
!
! Subgraph with two pages, fan off (page 1) and fan on (page 2).
! Electrical heater.
! Annotation for display of manual or local mode.
! <image> pwr_fan2_ags.gif
!
! <h1>Default dynamics
! DigLowColor <link>GeDynDigLowColor, ,$pwr_lang/man_geref.dat
! Value <link>GeDynValue, ,$pwr_lang/man_geref.dat
! DigShift <link>GeDynDigShift, ,$pwr_lang/man_geref.dat
!
!*/
1
......
199
!/**
! Fan2
! Elheater2
! Group Process
!
! <image> pwr_fan2_gs.gif
! <image> pwr_elheater2_gs.png
!
! <h1>Description
! Fan.
!
! Subgraph with two pages, fan off (page 1) and fan on (page 2).
! Annotation for display of manual or local mode.
! <image> pwr_fan2_ags.gif
! Electrical heater.
!
! <h1>Default dynamics
! DigLowColor <link>GeDynDigLowColor, ,$pwr_lang/man_geref.dat
! Value <link>GeDynValue, ,$pwr_lang/man_geref.dat
! DigShift <link>GeDynDigShift, ,$pwr_lang/man_geref.dat
!
!*/
1
......
199
!/**
! Fan2
! Elheater3
! Group Process
!
! <image> pwr_fan2_gs.gif
! <image> pwr_elheater3_gs.png
!
! <h1>Description
! Fan.
!
! Subgraph with two pages, fan off (page 1) and fan on (page 2).
! Annotation for display of manual or local mode.
! <image> pwr_fan2_ags.gif
! Electrical heater.
!
! <h1>Default dynamics
! DigLowColor <link>GeDynDigLowColor, ,$pwr_lang/man_geref.dat
! Value <link>GeDynValue, ,$pwr_lang/man_geref.dat
! DigShift <link>GeDynDigShift, ,$pwr_lang/man_geref.dat
! No default dynamics.
!
!*/
1
......
......@@ -9,7 +9,7 @@
! Shows one or two curves in a DsFastCurve object.
!
! <h1>Default dynamics
! Bar is a complex object.
! FastCurve is a complex object.
! See FastCurve in Ge Reference Manual<link>geref_fastcurve, ,$pwr_lang/man_geref.dat
!
!*/
......
......@@ -209,6 +209,26 @@ menu Pushbuttons
subgraph MbTrend pwr_exe:pwr_mbtrend.pwsg 83
subgraph MbSimulate pwr_exe:pwr_mbsimulate.pwsg 83
subgraph MbUp pwr_exe:pwr_mbup.pwsg 83
subgraph Mb2BlockEvents pwr_exe:pwr_mb2blockevents.pwsg 83
subgraph Mb2Camera pwr_exe:pwr_mb2camera.pwsg 83
subgraph Mb2CircuitDiagram pwr_exe:pwr_mb2circuitdiagram.pwsg 83
subgraph Mb2CrossReferences pwr_exe:pwr_mb2crossreferences.pwsg 83
subgraph Mb2DataSheet pwr_exe:pwr_mb2datasheet.pwsg 83
subgraph Mb2Fast pwr_exe:pwr_mb2fast.pwsg 83
subgraph Mb2Help pwr_exe:pwr_mb2help.pwsg 83
subgraph Mb2HelpClass pwr_exe:pwr_mb2helpclass.pwsg 83
subgraph Mb2HistEvent pwr_exe:pwr_mb2histevent.pwsg 83
subgraph Mb2History pwr_exe:pwr_mb2history.pwsg 83
subgraph Mb2Note pwr_exe:pwr_mb2note.pwsg 83
subgraph Mb2OpenGraph pwr_exe:pwr_mb2opengraph.pwsg 83
subgraph Mb2OpenObject pwr_exe:pwr_mb2openobject.pwsg 83
subgraph Mb2OpenObjectGraph pwr_exe:pwr_mb2openobjectgraph.pwsg 83
subgraph Mb2OpenPlc pwr_exe:pwr_mb2openplc.pwsg 83
subgraph Mb2ParentGraph pwr_exe:pwr_mb2parentgraph.pwsg 83
subgraph Mb2Photo pwr_exe:pwr_mb2photo.pwsg 83
subgraph Mb2RtNavigator pwr_exe:pwr_mb2rtnavigator.pwsg 83
subgraph Mb2Simulate pwr_exe:pwr_mb2simulate.pwsg 83
subgraph Mb2Trend pwr_exe:pwr_mb2trend.pwsg 83
}
}
menu Sliders
......
0! DefaultWidth 144
0! DefaultHeight 288
199
!/**
! LimitSwitch
! Group Process
!
! <image> pwr_limitswitch_gs.png
!
! <h1>Description
! Limit switch
!
! Subgraph with two pages, switch in left and right position.
! <image> pwr_limitswitch_ags.png
!
! <h1>Default dynamics
! DigShift <link>GeDynDigShift, ,$pwr_lang/man_geref.dat
!
!*/
1
100 144.012
135 144.012
......
......@@ -2,23 +2,13 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2BlockEvents
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2blockevents_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2Camera
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2camera_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2CircuitDiagram
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2circuitdiagram_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2CrossReferences
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2crossreferences_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2DataSheet
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2datasheet_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 71.6636
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2Fast
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2fast_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2Help
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2help_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2HelpClass
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2helpclass_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2HistEvent
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2histevent_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2History
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2history_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2Note
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2note_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 178.322
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2OpenGraph
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2opengraph_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2OpenObject
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2openobject_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2OpenObjectGraph
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2openobjectgraph_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2OpenPlc
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2openplc_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2ParentGraph
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2parentgraph_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2Photo
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2photo_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2RtNavigator
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2rtnavigator_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2Simulate
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2simulate_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
......@@ -2,29 +2,20 @@
0! DefaultHeight 0
199
!/**
! MbFast
! Mb2Trend
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbfast_gs.gif
! <image> pwr_mb2trend_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Fast'.
!
! Used in object graphs with the following settings.
!
! Invisible.Attribute <t><t>$cmd(check method/method="Fast"/object=$object)
! Invisible.Dimmed <t><t>1
! Command.Command <t><t>call method/method="Fast"/object=$object
! ToolTip.Text <t><t>Block Events
!
! The method is executed on activation of the button, and the button is dimmed
! if the method is not present for the current object.
! Method button for object graphs. Used by the MethodToolbar component.
!
! <h1>Default dynamics
! Invisible <link>GeDynInvisible, ,$pwr_lang/man_geref.dat
! Command <link>GeDynCommand, ,$pwr_lang/man_geref.dat
! Tooltip <link>GeDynTooltip, ,$pwr_lang/man_geref.dat
!
! See also MethodToolbar in Ge Reference Manual <link>geg_specialobjects_methodtoolbar, ,$pwr_lang/man_geref.dat
!*/
1
100 20
......
199
!/**
! MbBlockEvents
! MbPhoto
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbphoto_gs.gif
......
199
!/**
! MbSimulate
! MbUp
! Group Pushbuttons/Methodbuttons
!
! <image> pwr_mbsimulate_gs.gif
! <image> pwr_mbup_gs.png
!
! <h1>Description
! Method button for object graphs, to activate method 'Simulate'.
! Method button for object graphs, to activate method 'ParentGraph'.
!
! Used in object graphs with the following settings.
!
......
199
!/**
! Menubar
! Menubar2
! Group Other
!
! <image> pwr_menubar_gs.gif
! <image> pwr_menubar2_gs.png
!
! <h1>Description
! Menubar.
! Add pulldownmenue-objects to the menubar.
! Add pulldownmenu-objects to the menubar.
!
! <h1>Default dynamics
! No default dynamics.
......
199
!/**
! NamePlate
! Group Layout
!
! <image> pwr_nameplate_gs.png
!
! <h1>Description
! A name plate with an annotation.
!
! <h1>Default dynamics
! No default dynamics.
!
!*/
1
100 20
135 20
......
......@@ -2,10 +2,10 @@
0! DefaultHeight 0
199
!/**
! NoteButton
! NoteButton2
! Group Pushbuttons
!
! <image> pwr_notebutton_gs.gif
! <image> pwr_notebutton2_gs.png
!
! <h1>Description
! Button to display the current note for the connected object.
......
......@@ -2,13 +2,13 @@
0! DefaultHeight 0
199
!/**
! ValueInputMedium
! PasswordInput
! Group Values
!
! <image> pwr_valuemedium_gs.gif
! <image> pwr_passwordinput_gs.png
!
! <h1>Description
! Value input field, medium sized with left aligned text.
! Value input field for passwords. Entered characters are viewed with an asterisk.
!
! <h1>Default dynamics
! Value <link>GeDynValue, ,$pwr_lang/man_geref.dat
......
199
!/**
! Pie
! Group Analog
!
! <image> pwr_pie_gs.png
!
! <h1>Description
! A circular diagram displaying a set of analog values.
!
! <h1>Default dynamics
! Pie is a complex object.
! See Pie in Ge Reference Manual<link>geref_pie, ,$pwr_lang/man_geref.dat
!
!*/
1
100 20
135 20
101 20
102 0
103 0
104 20
136 20
105 100
106 0
107 0
108 -1e+10
109 1e+10
110 -1e+10
111 1e+10
116 0
117 0
118 0
119 0
120 0
121 Claes context
122 0
126 1
127 1
128 0
129 0.3
130 1.5
131 0.8
132 3
133 2
137 4510
134
22
2200 0
2201 0
2202 pwr_pie
2203 300
2205 0
2204
2206 0
2207
2208
2209 0
2210 0
2211 0
2212 0
2213 4
2214
pwrp_pop:
pwrp_exe:
ssab_exe:
pwr_exe:
2215 0
2236 0
2216 0
2221 0
2237 0
2238 0
2239 0
2240 0
2241 0
2242 0
2217 0
2218 0
2219 0
2220
2230 0
2231 0
2222
2223 1
2224 0.5
2232 0.5
2225 0.5
2226 0
2227
2228 0
2229 99
2233 1
2234 1
2235 0
2243 0
2244
99
123
2
99
124
2
99
125
2
99
99
199
!/**
! PulldownMenu
! PulldownMenu2
! Group Other
!
! <image> pwr_pulldownmenu_gs.gif
! <image> pwr_pulldownmenu2_gs.png
!
! <h1>Description
! Pulldown menu. Place the pulldown menu on a menu bar.
! Pulldown menu. Place the pulldown menu on a menu bar, preferably a menubar of type Menubar2.
!
! <h1>Default dynamics
! PulldownMenu <link>GeDynPulldownMenu, ,$pwr_lang/man_geref.dat
......
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