Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
4dbb33ca
Commit
4dbb33ca
authored
Jan 15, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build command ant others
parent
d228cdf4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1169 additions
and
1100 deletions
+1169
-1100
src/doc/man/en_us/man_dg.dat
src/doc/man/en_us/man_dg.dat
+606
-571
src/doc/man/sv_se/man_dg.dat
src/doc/man/sv_se/man_dg.dat
+563
-529
No files found.
src/doc/man/en_us/man_dg.dat
View file @
4dbb33ca
...
@@ -4762,8 +4762,8 @@ that are not handled by the converter.
...
@@ -4762,8 +4762,8 @@ that are not handled by the converter.
<TOPIC> help command
<TOPIC> help command
Wtt commands
Wtt commands
<b>
exit <t>close wtt <LINK> exit
<b>
build <t>Build node, volume or object <LINK> build
<b>
edit <t>set edit mode <LINK> edit
<b>
check classes <t>Check if any classes needs update <LINK> check classes
<b>close graph <t>Close a Ge graph <LINK> close graph
<b>close graph <t>Close a Ge graph <LINK> close graph
<b>compile <t>Compile plcpgm <LINK> compile
<b>compile <t>Compile plcpgm <LINK> compile
<b>configure card<t>Configure a card object <LINK> configure card
<b>configure card<t>Configure a card object <LINK> configure card
...
@@ -4783,6 +4783,8 @@ Wtt commands
...
@@ -4783,6 +4783,8 @@ Wtt commands
<b>delete volume<t>Delete a volume <LINK> delete volume
<b>delete volume<t>Delete a volume <LINK> delete volume
<b>disconnect <t>Disconnect signal and channel <LINK> disconnect
<b>disconnect <t>Disconnect signal and channel <LINK> disconnect
<b>display <t>Display a window <LINK> display
<b>display <t>Display a window <LINK> display
<b>edit <t>set edit mode <LINK> edit
<b>exit <t>close wtt <LINK> exit
<b>help <t>Display help <LINK> help help
<b>help <t>Display help <LINK> help help
<b>generate web <t>Generate webpages <LINK> generate web
<b>generate web <t>Generate webpages <LINK> generate web
<b>list channels<t>List channels <LINK> list channels
<b>list channels<t>List channels <LINK> list channels
...
@@ -4833,9 +4835,8 @@ Wtt commands
...
@@ -4833,9 +4835,8 @@ Wtt commands
<b>show volumes<t>Show all volumes in the database <LINK> show volumes
<b>show volumes<t>Show all volumes in the database <LINK> show volumes
<b>sort <t>Sort the children of an object <LINK> sort
<b>sort <t>Sort the children of an object <LINK> sort
<b>two <t>Two windows <LINK> two
<b>two <t>Two windows <LINK> two
<b>update classes <t>Update classes <LINK> update classes
<b>wb dump <t>Dump objects to textfile <LINK> wb dump
<b>wb dump <t>Dump objects to textfile <LINK> wb dump
<b>wb export <t>Write objects to textfile <LINK> wb export
<b>wb import <t>Load exported objects from textfile <LINK> wb import
<b>wb load <t>Load objects from textfile <LINK> wb load
<b>wb load <t>Load objects from textfile <LINK> wb load
<b>Symbols <link> symbol
<b>Symbols <link> symbol
...
@@ -4844,391 +4845,269 @@ Wtt commands
...
@@ -4844,391 +4845,269 @@ Wtt commands
script <LINK> script
script <LINK> script
</TOPIC>
</TOPIC>
<TOPIC> build <style> function
Command build
<TOPIC> exit <style> function
Call the build method for a node, a volume or an object.
Command exit
Close wtt.
<B>wtt> build node /name= [/force][/debug][/manual][/crossreference]
<B>wtt> build volume /name= [/force][/debug][/manual][/crossreference]
<B>wtt> build object /name= [/force][/debug][/manual][/crossreference]
/name <t>Node name, volume name or object name.
/force <t>Don't check any dependencies, build everything.
/debug <t>Build with debug, i.e. compile and link with debug.
/manual <t>Just build the specified item.
/crossreferences <t>Create crossreferencefiles. Valid for building volumes.
<B>wtt> exit
</TOPIC>
</TOPIC>
<TOPIC>
edit
<style> function
<TOPIC>
check classes
<style> function
Command
edit
Command
check classes
Enter or leave edit mode.
Check if any classes needs update.
<B>wtt> check classes
<B>wtt> edit
<B>wtt> noedit
</TOPIC>
</TOPIC>
<TOPIC>
define
<style> function
<TOPIC>
close graph
<style> function
Command
define
Command
close graph
Define a symbol
.
Close a Ge graph
.
<B>wtt>
define 'symbolname' 'text'
<B>wtt>
close graph /file=
<h2>related subjects
/file <t>Name of the Ge graph.
symbol <LINK> symbol
show symbol <LINK> show symbol
symbolfile <LINK> symbolfile
</TOPIC>
</TOPIC>
<TOPIC>
help help
<style> function
<TOPIC>
compile
<style> function
Command
help
Command
compile
Display help information for a subject.
Compile plcprograms.
The help information will be searched for in a help file. The file can be the base helpfile,
the project helpfile or another help file.
If no helpfile is supplied the subject will be searched for in the base and project helpfiles.
If no hierarchy, plcpgm or window is specified, the selected plcpgm
will be compiled.
<B>wtt> help 'subject'
<B>wtt> help 'subject' /file=
/file<t>A help file that contains information of the help subject.
<B>wtt> compile [/debug]
<B>wtt> compile /plcpgm= [/debug]
<B>wtt> compile /window= [/debug]
<B>wtt> compile /hierarchy= [/debug][/modified][/from_plcpgm=]
<B>wtt> compile /volume= [/debug][/modified][/from_plcpgm=]
<B>wtt> compile /allvolumes [/debug][/modified][/from_plcpgm=]
<H2>related subjects
/plcpgm <t>Name of plcpgm object that will be compiled.
helpfile <LINK> helpfile
/window <t>Name of plcwindow object that will be compiled.
/hierarchy <t>All plcpgm's in the hierarchy will be compiled.
/volume <t>Volume name. All plcpgm's in the volume will be compiled.
/allvolumes <t>All plcpgm's in all volumes in the database will be compiled.
/debug <t>Compile with debug.
/modified <t>Only modified plcwindows will be compiled.
</TOPIC>
</TOPIC>
<TOPIC>
login
<style> function
<TOPIC>
configure card
<style> function
Command
login
Command
configure card
Login with username an password. The privileges of the user will be
Create a card with channels.
fetched from the user database, and affect the access to the system.
<B>wtt> login 'username' 'password'
<B>wtt> configure card /rack= /cardname= /channelname= /chanidentity=
<B> <t>/chandescription= /table=
If you want to create or modify a project, user or register a volume,
/rack <t>Name of rack object that the card will belong to.
you login as administrator with the qualifier /administrator. You must
specify a user in the systemgroup 'administrator'. If this systemgroup
doesn't exist, usename and password is not required.
<B>wtt> login /administrator 'username' 'password'
/cardname <t>Name of card. Last segment of name.
<H2>related subjects
/channelname <t>Name of channel. Last segment of name.
logout <LINK> logout
<t>A '#' will be replaced with the channel number.
show user <LINK> show user
<t>For example /chan=di33## will give the channelnames
<t>di3301, di3302... If there is more than one channel
<t>channelname has to contain a '#' sign.
/chanidentity <t>Identiy of the channel. Will be inserted into the Identity-
<t>attribute of the channel.
/chandescripton <t>Channel description. Will be inserted into the Description-
<t>attribute of the channel.
</TOPIC>
</TOPIC>
<TOPIC>
logou
t <style> function
<TOPIC>
connec
t <style> function
Command
logou
t
Command
connec
t
Logout a user, and return to the original user
.
Connect a signal and a channel
.
<B>wtt>
logout
<B>wtt>
connect /source= /destination= [/reconnect]
<H2>related subjects
/source <t>A signal or channel object.
login <LINK> login
/destination <t>A signal or channel object.
/reconnect <t>If the source or destination already is connected
<t>it will first be disconnected.
</TOPIC>
</TOPIC>
<TOPIC>
set advanceduser
<style> function
<TOPIC>
copy
<style> function
Command
set advanceduser
Command
copy
Set or reset advanced us
er.
Copy selected object trees to paste buff
er.
<B>wtt> set advanceduser
<B>wtt> copy [/keepreferences] [/ignore_errors]
<B>wtt> set noadvanceduser
<H2>related subjects
/keepreferences <t>Keep references to objects outside the copied trees. By default
advanced user <LINK> advanced user
<t>these references will be zeroed.
/ignore_errors <t>Try to complete the copy despite detected errors.
</TOPIC>
</TOPIC>
<TOPIC>
set alltoplevel
<style> function
<TOPIC>
copy object
<style> function
Command
set alltoplevel
Command
copy object
Show all the root objects in the database, not only the
Copy an object or an object tree.
root objects defined for the plant hierarchy or the
node hierarchy.
<B>wtt>
set alltoplevel
<B>wtt>
copy object /source= /destination= /name= [/hierarchy]
<B>
wtt> set noalltoplevel
<B>
<t>[/first] [/last] [/after] [/before]
/source <t>The object that will be copied.
/destination <t>The parent or sibling to the created object.
/name <t>The name of the created object. Last segment.
/hierarchy <t>If the source-object has children, the child tree
<t>will also be copied.
/first <t>The object will be inserted as first child to
<t>the destination object.
/last <t>The object will be inserted as last child to
<t>the destination object.
/after <t>The object will be inserted as sibling after
<t>the destination object.
/before <t>The object will be inserted as sibling before
<t>the destination object.
</TOPIC>
</TOPIC>
<TOPIC>
set showclas
s <style> function
<TOPIC>
create bootfile
s <style> function
Command
set showclas
s
Command
create bootfile
s
Display the class of the object in the plant and node hierarchy
.
Create new bootfiles
.
<B>wtt> set showclass
<B>wtt> create bootfiles /nodeconfig= [/debug]
<B>wtt> set noshowclass
<B>wtt> create bootfiles /allnodes [/debug]
</TOPIC>
<TOPIC> set showalias <style> function
/nodeconfig <t>The name of the NodeConfig-object of the
Command set showalias
<t>node for which nodefile will be created.
Display the aliasname of the objects in the plant and node hierarchy
.
/all <t>Create bootfiles for all nodes in the project
.
<B>wtt> set showalias
/debug <t>Link plcprogram with debug.
<B>wtt> set noshowalias
</TOPIC>
</TOPIC>
<TOPIC>
set showdescription
<style> function
<TOPIC>
create loadfiles
<style> function
Command
set showdescription
Command
create loadfiles
Display the description of the objects in the plant and node hierarchy
.
Create loadfiles for a volume
.
<B>wtt> set showdescription
<B>wtt> create loadfile /volume=
<B>wtt> set noshowdescription
<B>wtt> create loadfile [/class] [/all]
</TOPIC>
<TOPIC> set showobjref <style> function
/volume <t>Create loadfiles for a specific volume.
Command set showobjref
Display the number of connected object references of the objects in the
/all <t>Create loadfiles for all root volumes
plant and node hierarchy
.
<t>in the database
.
<B>wtt> set showobjref
/class <t>Create loadfiles for all classvolumes in the database.
<B>wtt> set noshowobjref
</TOPIC>
</TOPIC>
<TOPIC>
set showobjxref
<style> function
<TOPIC>
create object
<style> function
Command
set showobjxref
Command
create object
Display the number of connected object x-references of the objects in the
Create an object.
plant and node hierarchy.
<B>wtt> set showobjxref
<B>wtt> create object /destination= /name= /class=
<B>wtt> set noshowobjxref
<B> <t>[/first] [/last] [/after] [/before]
</TOPIC>
<TOPIC> set showattrref <style> function
/destination <t>The destination of the new object. The position
Command set showattrref
<t>of the new object will be child or sibling relative
<t>to the destination object.
Display the number of connected attribute references
/name <t>Name of the new object. Last segment.
of the objects in the plant and node hierarchy.
<B>wtt> set showattrref
/class <t>Class of new object.
<B>wtt> set noshowattrref
</TOPIC>
<TOPIC> set showattrxref <style> function
/first <t>The object will be inserted as first child to
Command set showattrxref
<t>the destination object.
Display the number of connected attribute x-references of
/last <t>The object will be inserted as last child to
the objects in the plant and node hierarchy.
<t>the destination object.
/after <t>The object will be inserted as sibling after
<t>the destination object.
/before <t>The object will be inserted as sibling before
<t>the destination object.
<B>wtt> set showattrxref
<B>wtt> set noshowattrxref
</TOPIC>
</TOPIC>
<TOPIC>
set verify
<style> function
<TOPIC>
create structfiles
<style> function
Command
set verify
Command
create structfiles
Display all executed lines when running a script
.
Create c include-files for classes in a classvolume
.
<B>wtt> set verify
<B>wtt> create structfiles [/files=]
<B>wtt> set noverify
/files <t>Name of wb_load-file.
<t>Default name $pwrp_db/userclasses.wb_load
</TOPIC>
</TOPIC>
<TOPIC>
set inputfocu
s <style> function
<TOPIC>
create rttfile
s <style> function
Command
set inputfocu
s
Command
create rttfile
s
Set input focus to the plant or the node hierarchy window (w1 or w2).
Create files for displaying crossreferences in rtt and xtt for
the current volume.
<B>wtt> set inputfocus w1
<B>wtt> create rttfiles
<B>wtt> set inputfocus w2
</TOPIC>
</TOPIC>
<TOPIC>
set window
<style> function
<TOPIC>
cut
<style> function
Command
set window
Command
cut
Set window width and height.
Copy selected object trees to paste buffer, and remove the objects
in the current volume.
<B>wtt>
set window /width= /height=
<B>wtt>
cut [/keepreferences]
/
width <t>width in pixels.
/
keepreferences <t>Keep references to objects outside the copied trees. By default
/height <t>height in pixels
.
<t>these references will be zeroed
.
</TOPIC>
</TOPIC>
<TOPIC> two <style> function
<TOPIC> define <style> function
Command two
Command define
Display two windows. Both the plant and the node hierarchy window are
displayed.
<B>wtt> two
</TOPIC>
<TOPIC> one <style> function
Command one
Display one window. The window which currently owns the input
focus is kept.
<B>wtt> one
</TOPIC>
<TOPIC> setup <style> function
Wtt setup
Setup of wtt properies
DefaultDirectory<t><t>Default directory for commandfiles.
SymbolFilename <t><t>Symbolfile. <LINK> symbolfile
Verify <t><t>Verify commandfile execution.
AdvancedUser <t><t>User is advanced. <LINK> advanced user
AllToplevel <t><t>Display all toplevel objects.
Bypass <t><t>Bypass some edit restrictions.
</TOPIC>
<TOPIC> show version <style> function
Command show version
Show the wtt version
<B>wtt> show version
</TOPIC>
<TOPIC> show license <style> function
Command show license
Show license terms.
<B>wtt> show license
</TOPIC>
<TOPIC> show symbol <style> function
Command show symbol
Show one symbol, or all symbols
Define a symbol.
<B>wtt> show symbol 'symbol'<t>Show symbol 'symbol'
<B>wtt> define 'symbolname' 'text'
<B>wtt> show symbol<t> Show all symbols
<h2>related subjects
<h2>related subjects
define <LINK> define
symbol <LINK> symbol
symbol <LINK> symbol
show symbol <LINK> show symbol
symbolfile <LINK> symbolfile
</TOPIC>
</TOPIC>
<TOPIC> show volumes <style> function
<TOPIC> delete object <style> function
Command show volumes
Command delete object
Show all volumes in the database.
<B>wtt> show volumes
</TOPIC>
<TOPIC> show children <style> function
Command show children
Display en object and it's children
<B>wtt> show children /name=
/name <t>Name of the parent object.
</TOPIC>
<TOPIC> show objid <style> function
Command show objid
Show the objid of an object.
If name is ommitted, the objid of the current selected
object is shown.
<B>wtt> show objid [/name=]
/name <t>Object name.
</TOPIC>
<TOPIC> save <style> function
Command save
Save session.
<B>wtt> save
</TOPIC>
<TOPIC> revert <style> function
Command revert
Revert session.
<B>wtt> revert
</TOPIC>
<TOPIC> display <style> function
Command display
Display plant or node hierarchy window (w1 or w2).
<B>wtt> display w1
<B>wtt> display w2
</TOPIC>
<TOPIC> search <style> function
Command search
Search for an objectname or a string.
<B>wtt> search 'object'
<B>wtt> search /regularexpression 'expression'
<B>wtt> search /next
</TOPIC>
<TOPIC> compile <style> function
Command compile
Compile plcprograms.
If no hierarchy, plcpgm or window is specified, the selected plcpgm
will be compiled.
<B>wtt> compile [/debug]
<B>wtt> compile /plcpgm= [/debug]
<B>wtt> compile /window= [/debug]
<B>wtt> compile /hierarchy= [/debug][/modified][/from_plcpgm=]
<B>wtt> compile /volume= [/debug][/modified][/from_plcpgm=]
<B>wtt> compile /allvolumes [/debug][/modified][/from_plcpgm=]
/plcpgm <t>Name of plcpgm object that will be compiled.
/window <t>Name of plcwindow object that will be compiled.
/hierarchy <t>All plcpgm's in the hierarchy will be compiled.
/volume <t>Volume name. All plcpgm's in the volume will be compiled.
/allvolumes <t>All plcpgm's in all volumes in the database will be compiled.
/debug <t>Compile with debug.
/modified <t>Only modified plcwindows will be compiled.
</TOPIC>
<TOPIC> configure card <style> function
Command configure card
Create a card with channels.
<B>wtt> configure card /rack= /cardname= /channelname= /chanidentity=
<B> <t>/chandescription= /table=
/rack <t>Name of rack object that the card will belong to.
/cardname <t>Name of card. Last segment of name.
/channelname <t>Name of channel. Last segment of name.
Delete an object.
<t>A '#' will be replaced with the channel number.
<t>For example /chan=di33## will give the channelnames
<t>di3301, di3302... If there is more than one channel
<t>channelname has to contain a '#' sign.
/chanidentity <t>Identiy of the channel. Will be inserted into the Identity-
<B>wtt> delete object /name= [/noconfirm] [/nolog]
<t>attribute of the channel.
/chandescripton <t>Channel description. Will be inserted into the Description-
/name <t>Name of object.
<t>attribute of the channel.
/noconfirm <t>Delete without confirm.
/nolog <t>The operation will not be logged on the output device.
</TOPIC>
</TOPIC>
<TOPIC>
connect
<style> function
<TOPIC>
delete tree
<style> function
Command
connect
Command
delete tree
Connect a signal and a channel
.
Delete an object tree
.
<B>wtt>
connect /source= /destination= [/reconnect
]
<B>wtt>
delete tree /name= [/noconfirm] [/nolog
]
/source <t>A signal or channel object.
/name <t>The root object of the tree.
/destination <t>A signal or channel object.
/noconfirm <t>Delete without confirm.
/reconnect <t>If the source or destination already is connected
/nolog <t>The operation will not be logged on the output device.
<t>it will first be disconnected.
</TOPIC>
</TOPIC>
<TOPIC> disconnect <style> function
<TOPIC> disconnect <style> function
...
@@ -5241,196 +5120,57 @@ Disconnect a signal or a channel.
...
@@ -5241,196 +5120,57 @@ Disconnect a signal or a channel.
/source <t>A signal or channel object.
/source <t>A signal or channel object.
</TOPIC>
</TOPIC>
<TOPIC> copy <style> function
<TOPIC> display <style> function
Command copy
Command display
Copy selected object trees to paste buffer.
<B>wtt> copy [/keepreferences]
/keepreferences <t>Keep references to objects outside the copied trees. By default
<t>these references will be zeroed.
</TOPIC>
<TOPIC> cut <style> function
Command cut
Copy selected object trees to paste buffer, and remove the objects
in the current volume.
<B>wtt> cut [/keepreferences]
/keepreferences <t>Keep references to objects outside the copied trees. By default
<t>these references will be zeroed.
</TOPIC>
<TOPIC> paste <style> function
Command paste
Paste object from the last copy or cut operation into the current volume.
With the buffer option, an older paste buffer can be pasted.
<B>wtt> paste [/keepoid] [/buffer=]
/keepoid <t>Keep the object identities if possible.
/buffer <t>Name of the buffer that should be pasted. By default
<t>the last buffer is used.
</TOPIC>
<TOPIC> new buffer <style> function
Command new buffer
Create a new empty buffer.
<B>wtt> new buffer /name=
/name <t>Name of the buffer
</TOPIC>
<TOPIC> open buffer <style> function
Command open buffer
Open the buffer selection window.
<B>wtt> open buffer
</TOPIC>
<TOPIC> copy object <style> function
Command copy object
Copy an object or an object tree.
<B>wtt> copy object /source= /destination= /name= [/hierarchy]
<B> <t>[/first] [/last] [/after] [/before]
/source <t>The object that will be copied.
/destination <t>The parent or sibling to the created object.
/name <t>The name of the created object. Last segment.
/hierarchy <t>If the source-object has children, the child tree
<t>will also be copied.
/first <t>The object will be inserted as first child to
<t>the destination object.
/last <t>The object will be inserted as last child to
<t>the destination object.
/after <t>The object will be inserted as sibling after
<t>the destination object.
/before <t>The object will be inserted as sibling before
<t>the destination object.
</TOPIC>
<TOPIC> create bootfiles <style> function
Command create bootfiles
Create new bootfiles.
<B>wtt> create bootfiles /nodeconfig= [/debug]
<B>wtt> create bootfiles /allnodes [/debug]
/nodeconfig <t>The name of the NodeConfig-object of the
<t>node for which nodefile will be created.
/all <t>Create bootfiles for all nodes in the project.
/debug <t>Link plcprogram with debug.
</TOPIC>
<TOPIC> create loadfiles <style> function
Command create loadfiles
Create loadfiles for a volume.
<B>wtt> create loadfile /volume=
<B>wtt> create loadfile [/class] [/all]
/volume <t>Create loadfiles for a specific volume.
/all <t>Create loadfiles for all root volumes
<t>in the database.
/class <t>Create loadfiles for all classvolumes in the database.
</TOPIC>
<TOPIC> create object <style> function
Command create object
Create an object.
<B>wtt> create object /destination= /name= /class=
<B> <t>[/first] [/last] [/after] [/before]
/destination <t>The destination of the new object. The position
<t>of the new object will be child or sibling relative
<t>to the destination object.
/name <t>Name of the new object. Last segment.
/class <t>Class of new object.
/first <t>The object will be inserted as first child to
<t>the destination object.
/last <t>The object will be inserted as last child to
<t>the destination object.
/after <t>The object will be inserted as sibling after
<t>the destination object.
/before <t>The object will be inserted as sibling before
Display plant or node hierarchy window (w1 or w2).
<t>the destination object.
<B>wtt> display w1
<B>wtt> display w2
</TOPIC>
</TOPIC>
<TOPIC> create structfiles <style> function
<TOPIC> edit <style> function
Command create structfiles
Command edit
Create c include-files for classes in a classvolume.
<B>wtt> create structfiles [/files=]
Enter or leave edit mode.
/files <t>Name of wb_load-file.
<B>wtt> edit
<t>Default name $pwrp_db/userclasses.wb_load
<B>wtt> noedit
</TOPIC>
</TOPIC>
<TOPIC>
create rttfiles
<style> function
<TOPIC>
exit
<style> function
Command
create rttfiles
Command
exit
Create files for displaying crossreferences in rtt and xtt for
Close wtt.
the current volume.
<B>wtt>
create rttfiles
<B>wtt>
exit
</TOPIC>
</TOPIC>
<TOPIC> generate web <style> function
<TOPIC> help help <style> function
Command generate web
Command help
Generate html-files for webpages configured by Web-objects in the
node hierarchy of the current volume.
<B>wtt> generate web
Display help information for a subject.
</TOPIC>
The help information will be searched for in a help file. The file can be the base helpfile,
the project helpfile or another help file.
<TOPIC> delete object <style> function
If no helpfile is supplied the subject will be searched for in the base and project helpfiles.
Command delete object
Delete an object.
<B>wtt> help 'subject'
<B>wtt> help 'subject' /file=
<B>wtt> delete object /name= [/noconfirm] [/nolog]
/file<t>A help file that contains information of the help subject.
/name <t>Name of object.
<H2>related subjects
/noconfirm <t>Delete without confirm.
helpfile <LINK> helpfile
/nolog <t>The operation will not be logged on the output device.
</TOPIC>
</TOPIC>
<TOPIC> delete tree <style> function
<TOPIC> generate web <style> function
Command delete tree
Command generate web
Delete an object tree.
<B>wtt> delete tree /name= [/noconfirm] [/nolog]
Generate html-files for webpages configured by Web-objects in the
node hierarchy of the current volume.
/name <t>The root object of the tree.
<B>wtt> generate web
/noconfirm <t>Delete without confirm.
/nolog <t>The operation will not be logged on the output device.
</TOPIC>
</TOPIC>
<TOPIC> list <style> function
<TOPIC> list <style> function
...
@@ -5448,16 +5188,6 @@ symbol PWR_FOE_PRINT.
...
@@ -5448,16 +5188,6 @@ symbol PWR_FOE_PRINT.
<B>wtt> list hierarchy [/hierarchy=] <link> list hierarchy
<B>wtt> list hierarchy [/hierarchy=] <link> list hierarchy
</TOPIC>
</TOPIC>
<TOPIC> list descriptor <style> function
Command list descriptor
Print a list described by a ListDescriptor object.
<B>wtt> list descriptor /descriptor= <link> list descriptor
/descriptor <t>ListDescriptor object.
</TOPIC>
<TOPIC> list channels <style> function
<TOPIC> list channels <style> function
Command list channels
Command list channels
...
@@ -5472,18 +5202,14 @@ List cards and channels.
...
@@ -5472,18 +5202,14 @@ List cards and channels.
<t>will not be sent to the printer.
<t>will not be sent to the printer.
</TOPIC>
</TOPIC>
<TOPIC> list
signals
<style> function
<TOPIC> list
descriptor
<style> function
Command list
signals
Command list
descriptor
List of signals and crossreferences to the signals
.
Print a list described by a ListDescriptor object
.
<B>wtt> list
signals [/hierarchy=] [/volume=] [/allvolumes] [output=]
<B>wtt> list
descriptor /descriptor= <link> list descriptor
/hierarchy <t>Hierarchy object.
/descriptor <t>ListDescriptor object.
/volume <t>List objects in this volume.
/allvolume <t>List objects in all volumes.
/output <t>Output file. If output file is supplied, the list
<t>will not be sent to the printer.
</TOPIC>
</TOPIC>
<TOPIC> list hierarchy <style> function
<TOPIC> list hierarchy <style> function
...
@@ -5515,6 +5241,51 @@ List of PlcPgm objects.
...
@@ -5515,6 +5241,51 @@ List of PlcPgm objects.
<t>will not be sent to the printer.
<t>will not be sent to the printer.
</TOPIC>
</TOPIC>
<TOPIC> list signals <style> function
Command list signals
List of signals and crossreferences to the signals.
<B>wtt> list signals [/hierarchy=] [/volume=] [/allvolumes] [output=]
/hierarchy <t>Hierarchy object.
/volume <t>List objects in this volume.
/allvolume <t>List objects in all volumes.
/output <t>Output file. If output file is supplied, the list
<t>will not be sent to the printer.
</TOPIC>
<TOPIC> login <style> function
Command login
Login with username an password. The privileges of the user will be
fetched from the user database, and affect the access to the system.
<B>wtt> login 'username' 'password'
If you want to create or modify a project, user or register a volume,
you login as administrator with the qualifier /administrator. You must
specify a user in the systemgroup 'administrator'. If this systemgroup
doesn't exist, usename and password is not required.
<B>wtt> login /administrator 'username' 'password'
<H2>related subjects
logout <LINK> logout
show user <LINK> show user
</TOPIC>
<TOPIC> logout <style> function
Command logout
Logout a user, and return to the original user.
<B>wtt> logout
<H2>related subjects
login <LINK> login
</TOPIC>
<TOPIC> move object <style> function
<TOPIC> move object <style> function
Command move object
Command move object
...
@@ -5538,71 +5309,259 @@ Move an object.
...
@@ -5538,71 +5309,259 @@ Move an object.
<t>the destination object.
<t>the destination object.
</TOPIC>
</TOPIC>
<TOPIC> print <style> function
<TOPIC> new buffer <style> function
Command print
Command new buffer
Create a new empty buffer.
<B>wtt> new buffer /name=
/name <t>Name of the buffer
</TOPIC>
<TOPIC> one <style> function
Command one
Display one window. The window which currently owns the input
focus is kept.
<B>wtt> one
</TOPIC>
<TOPIC> open buffer <style> function
Command open buffer
Open the buffer selection window.
<B>wtt> open buffer
</TOPIC>
<TOPIC> open graph <style> function
Command open graph
Open a Ge graph.
If modal is selected, the execution av the script is continued
when the graph is closed.
<B>wtt> open graph /file= /modal
/file <t>Name of the Ge graph.
/modal <t>Modal.
</TOPIC>
<TOPIC> paste <style> function
Command paste
Paste object from the last copy or cut operation into the current volume.
With the buffer option, an older paste buffer can be pasted.
<B>wtt> paste [/keepoid] [/buffer=]
/keepoid <t>Keep the object identities if possible.
/buffer <t>Name of the buffer that should be pasted. By default
<t>the last buffer is used.
/into <t>Copy the root objects of the paste buffer as child to
<t>the selected object.
/toplevel <t>Copy the root objects of the paste buffer to the toplevel.
<t>Has to be used when copying to an empty volume.
</TOPIC>
<TOPIC> print <style> function
Command print
Print plc documents.
<B>wtt> print /plcpgm= [/nodocument] [/nooverview]
<B>wtt> print /hierarchy= [/nodocument] [/nooverview]
/plcpgm <t>Print documents in a plcpgm.
/hierarchy <t>Hierarchy object. All plc in the hierarchy will
<t>be printed.
/nodocument <t>The plc-documents will not be printed.
/nooverview <t>The overview of the plc-window will not be printed.
</TOPIC>
<TOPIC> release subwindow <style> function
Command release subwindow
Continue the execution of a script that has opened a graph
in a window object by the command 'set subwindow' or the
function 'SetSubwindow' with modal selected.
The release command should be executed from a pushbutton
in the graph with actiontype command.
<B>wtt> release subwindow 'graph'
graph <t>Name of the main graph.
</TOPIC>
<TOPIC> revert <style> function
Command revert
Revert session.
<B>wtt> revert
</TOPIC>
<TOPIC> save <style> function
Command save
Save session.
<B>wtt> save
</TOPIC>
<TOPIC> search <style> function
Command search
Search for an objectname or a string.
<B>wtt> search 'object'
<B>wtt> search /regularexpression 'expression'
<B>wtt> search /next
</TOPIC>
<TOPIC> set advanceduser <style> function
Command set advanceduser
Set or reset advanced user.
<B>wtt> set advanceduser
<B>wtt> set noadvanceduser
<H2>related subjects
advanced user <LINK> advanced user
</TOPIC>
<TOPIC> set alltoplevel <style> function
Command set alltoplevel
Show all the root objects in the database, not only the
root objects defined for the plant hierarchy or the
node hierarchy.
<B>wtt> set alltoplevel
<B>wtt> set noalltoplevel
</TOPIC>
<TOPIC> set attribute <style> function
Command set attribute
Set a value to an attribute.
Objects are selected by the name, class and hierarchy qualifiers.
<B>wtt> set attribute /attribute= [/value=] [/name=] [/class=] [/hierarchy=]
<B> <t>[/noconfirm] [/nolog] [/output] [/noterminal]
/attribute <t>Name of attribute.
/value <t>Value to insert in the attribute. If no value is given
<t>a question will be asked for each object.
/class <t>Select object of this class.
/hierarchy <t>Only successors to this object will be selected.
/noconfirm <t>No confirm request is issued.
/nolog <t>Operation is not logged to output device.
/output <t>Output file.
/noterminal <t>Operations will not be logged in terminal.
</TOPIC>
<TOPIC> set db <style> function
Command set db
Connect to the database with the supplied id.
This has no affect if a database already is open.
<B>wtt> set db /dbid=
/dbid <t>Database identity.
</TOPIC>
<TOPIC> set inputfocus <style> function
Command set inputfocus
Set input focus to the plant or the node hierarchy window (w1 or w2).
<B>wtt> set inputfocus w1
<B>wtt> set inputfocus w2
</TOPIC>
<TOPIC> set showalias <style> function
Command set showalias
Display the aliasname of the objects in the plant and node hierarchy.
<B>wtt> set showalias
<B>wtt> set noshowalias
</TOPIC>
Print plc documents.
<TOPIC> set showattrref <style> function
Command set showattrref
<B>wtt> print /plcpgm= [/nodocument] [/nooverview]
Display the number of connected attribute references
<B>wtt> print /hierarchy= [/nodocument] [/nooverview]
of the objects in the plant and node hierarchy.
/plcpgm <t>Print documents in a plcpgm.
<B>wtt> set showattrref
/hierarchy <t>Hierarchy object. All plc in the hierarchy will
<B>wtt> set noshowattrref
<t>be printed.
/nodocument <t>The plc-documents will not be printed.
/nooverview <t>The overview of the plc-window will not be printed.
</TOPIC>
</TOPIC>
<TOPIC> set
attribute
<style> function
<TOPIC> set
showattrxref
<style> function
Command set
attribute
Command set
showattrxref
Set a value to an attribute.
Display the number of connected attribute x-references of
Objects are selected by the name, class and hierarchy qualifiers
.
the objects in the plant and node hierarchy
.
<B>wtt> set attribute /attribute= [/value=] [/name=] [/class=] [/hierarchy=]
<B>wtt> set showattrxref
<B> <t>[/noconfirm] [/nolog] [/output] [/noterminal]
<B>wtt> set noshowattrxref
</TOPIC>
/attribute <t>Name of attribute.
<TOPIC> set showclass <style> function
/value <t>Value to insert in the attribute. If no value is given
Command set showclass
<t>a question will be asked for each object.
/class <t>Select object of this class.
Display the class of the object in the plant and node hierarchy.
/hierarchy <t>Only successors to this object will be selected.
/noconfirm <t>No confirm request is issued.
<B>wtt> set showclass
/nolog <t>Operation is not logged to output device.
<B>wtt> set noshowclass
/output <t>Output file.
/noterminal <t>Operations will not be logged in terminal.
</TOPIC>
</TOPIC>
<TOPIC> se
arch
<style> function
<TOPIC> se
t showdescription
<style> function
Command se
arch
Command se
t showdescription
Search for an objectname or a string
.
Display the description of the objects in the plant and node hierarchy
.
<B>wtt> search 'object'
<B>wtt> set showdescription
<B>wtt> search /regularexpression 'expression'
<B>wtt> set noshowdescription
<B>wtt> search /next
</TOPIC>
</TOPIC>
<TOPIC> set
db
<style> function
<TOPIC> set
showobjref
<style> function
Command set
db
Command set
showobjref
Connect to the database with the supplied id.
Display the number of connected object references of the objects in the
This has no affect if a database already is open
.
plant and node hierarchy
.
<B>wtt> set db /dbid=
<B>wtt> set showobjref
<B>wtt> set noshowobjref
</TOPIC>
/dbid <t>Database identity.
<TOPIC> set showobjxref <style> function
Command set showobjxref
Display the number of connected object x-references of the objects in the
plant and node hierarchy.
<B>wtt> set showobjxref
<B>wtt> set noshowobjxref
</TOPIC>
</TOPIC>
<TOPIC> set
volume
<style> function
<TOPIC> set
subwindow
<style> function
Command set
volume
Command set
subwindow
Attach a volume
.
Open a graph in a window object in a previously opened graph
.
<B>wtt> set volume 'volumename'
<B>wtt> set subwindow 'graph' /name= /source=
<B>wtt> set volume /volumename=
/volumename <t>Volume name.
/name <t>Name of the window object.
/source <t>Name of graph that is to be opened in the window object.
</TOPIC>
</TOPIC>
<TOPIC> set template <style> function
<TOPIC> set template <style> function
...
@@ -5626,6 +5585,67 @@ in the plceditor.
...
@@ -5626,6 +5585,67 @@ in the plceditor.
<t>objects in the plc-editor.
<t>objects in the plc-editor.
</TOPIC>
</TOPIC>
<TOPIC> set verify <style> function
Command set verify
Display all executed lines when running a script.
<B>wtt> set verify
<B>wtt> set noverify
</TOPIC>
<TOPIC> set window <style> function
Command set window
Set window width and height.
<B>wtt> set window /width= /height=
/width <t>width in pixels.
/height <t>height in pixels.
</TOPIC>
<TOPIC> set volume <style> function
Command set volume
Attach a volume.
<B>wtt> set volume 'volumename'
<B>wtt> set volume /volumename=
/volumename <t>Volume name.
</TOPIC>
<TOPIC> setup <style> function
Wtt setup
Setup of wtt properies
DefaultDirectory<t><t>Default directory for commandfiles.
SymbolFilename <t><t>Symbolfile. <LINK> symbolfile
Verify <t><t>Verify commandfile execution.
AdvancedUser <t><t>User is advanced. <LINK> advanced user
AllToplevel <t><t>Display all toplevel objects.
Bypass <t><t>Bypass some edit restrictions.
</TOPIC>
<TOPIC> show children <style> function
Command show children
Display en object and it's children
<B>wtt> show children /name=
/name <t>Name of the parent object.
</TOPIC>
<TOPIC> show license <style> function
Command show license
Show license terms.
<B>wtt> show license
</TOPIC>
<TOPIC> show object <style> function
<TOPIC> show object <style> function
Command show object
Command show object
...
@@ -5649,6 +5669,18 @@ List objects.
...
@@ -5649,6 +5669,18 @@ List objects.
/objid <t>Display object for a specified objid.
/objid <t>Display object for a specified objid.
</TOPIC>
</TOPIC>
<TOPIC> show objid <style> function
Command show objid
Show the objid of an object.
If name is ommitted, the objid of the current selected
object is shown.
<B>wtt> show objid [/name=]
/name <t>Object name.
</TOPIC>
<TOPIC> show script <style> function
<TOPIC> show script <style> function
Command show script
Command show script
...
@@ -5659,6 +5691,34 @@ Wildcard with asterisk (*) can be used to look up files.
...
@@ -5659,6 +5691,34 @@ Wildcard with asterisk (*) can be used to look up files.
</TOPIC>
</TOPIC>
<TOPIC> show symbol <style> function
Command show symbol
Show one symbol, or all symbols
<B>wtt> show symbol 'symbol'<t>Show symbol 'symbol'
<B>wtt> show symbol<t> Show all symbols
<h2>related subjects
define <LINK> define
symbol <LINK> symbol
</TOPIC>
<TOPIC> show version <style> function
Command show version
Show the wtt version
<B>wtt> show version
</TOPIC>
<TOPIC> show volumes <style> function
Command show volumes
Show all volumes in the database.
<B>wtt> show volumes
</TOPIC>
<TOPIC> sort <style> function
<TOPIC> sort <style> function
Command sort
Command sort
...
@@ -5674,6 +5734,24 @@ If no parent is given, the children of the selected objects will be sorted.
...
@@ -5674,6 +5734,24 @@ If no parent is given, the children of the selected objects will be sorted.
<t>and other objects in alpabetical order.
<t>and other objects in alpabetical order.
</TOPIC>
</TOPIC>
<TOPIC> two <style> function
Command two
Display two windows. Both the plant and the node hierarchy window are
displayed.
<B>wtt> two
</TOPIC>
<TOPIC> update classes <style> function
Command update classes
Update classes in the attached volume.
<B>wtt> update classes
</TOPIC>
<TOPIC> wb dump <style> function
<TOPIC> wb dump <style> function
Command wb dump
Command wb dump
...
@@ -5684,6 +5762,11 @@ Dump the volume or a part of the volume to text file.
...
@@ -5684,6 +5762,11 @@ Dump the volume or a part of the volume to text file.
/hierarchy <t>Hierarchy object. The object and its child tree will
/hierarchy <t>Hierarchy object. The object and its child tree will
<t>be written to text file.
<t>be written to text file.
/output <t>Output file.
/output <t>Output file.
/nofocode <t>Don't write plc code for functionobjects with template
<t>code. This will reduce the size of the dumpfile. New
<t>code will be copied when the plc is compiled.
/keepname <t>Write extern references by name instead of indentity string.
/noindex <t>Don't write object index in the dumpfile.
</TOPIC>
</TOPIC>
<TOPIC> wb load <style> function
<TOPIC> wb load <style> function
...
@@ -5697,54 +5780,6 @@ Load the database or from wb_load-file or dbs-file.
...
@@ -5697,54 +5780,6 @@ Load the database or from wb_load-file or dbs-file.
</TOPIC>
</TOPIC>
<TOPIC> open graph <style> function
Command open graph
Open a Ge graph.
If modal is selected, the execution av the script is continued
when the graph is closed.
<B>wtt> open graph /file= /modal
/file <t>Name of the Ge graph.
/modal <t>Modal.
</TOPIC>
<TOPIC> close graph <style> function
Command close graph
Close a Ge graph.
<B>wtt> close graph /file=
/file <t>Name of the Ge graph.
</TOPIC>
<TOPIC> set subwindow <style> function
Command set subwindow
Open a graph in a window object in a previously opened graph.
<B>wtt> set subwindow 'graph' /name= /source=
/name <t>Name of the window object.
/source <t>Name of graph that is to be opened in the window object.
</TOPIC>
<TOPIC> release subwindow <style> function
Command release subwindow
Continue the execution of a script that has opened a graph
in a window object by the command 'set subwindow' or the
function 'SetSubwindow' with modal selected.
The release command should be executed from a pushbutton
in the graph with actiontype command.
<B>wtt> release subwindow 'graph'
graph <t>Name of the main graph.
</TOPIC>
<TOPIC> symbol
<TOPIC> symbol
Symbol
Symbol
...
...
src/doc/man/sv_se/man_dg.dat
View file @
4dbb33ca
...
@@ -4670,8 +4670,8 @@ inte hanteras vid konverteringen.
...
@@ -4670,8 +4670,8 @@ inte hanteras vid konverteringen.
<TOPIC> help command
<TOPIC> help command
Wtt kommandon
Wtt kommandon
<b>
exit <t>Stäng wtt <LINK> exi
t
<b>
build <t>Bygg nod, volym eller objekt <LINK> build
<b>
edit <t>Sätt edit mod <LINK> edi
t
<b>
check classes <t>Kontrollera om några klasser behöver updateras <LINK> check class
es
<b>close graph <t>Stäng en Ge graf <LINK> close graph
<b>close graph <t>Stäng en Ge graf <LINK> close graph
<b>compile <t>Kompilera plcpgm <LINK> compile
<b>compile <t>Kompilera plcpgm <LINK> compile
<b>configure card<t>Konfigurera ett kort objekt <LINK> configure card
<b>configure card<t>Konfigurera ett kort objekt <LINK> configure card
...
@@ -4691,6 +4691,8 @@ Wtt kommandon
...
@@ -4691,6 +4691,8 @@ Wtt kommandon
<b>delete volume<t>Ta bort en volym <LINK> delete volume
<b>delete volume<t>Ta bort en volym <LINK> delete volume
<b>disconnect <t>Koppla ifrån signal och kanal <LINK> disconnect
<b>disconnect <t>Koppla ifrån signal och kanal <LINK> disconnect
<b>display <t>Visa ett fönster <LINK> display
<b>display <t>Visa ett fönster <LINK> display
<b>edit <t>Sätt edit mod <LINK> edit
<b>exit <t>Stäng wtt <LINK> exit
<b>help <t>Visa hjälp <LINK> help help
<b>help <t>Visa hjälp <LINK> help help
<b>generate web <t>Generera websidor <LINK> generate web
<b>generate web <t>Generera websidor <LINK> generate web
<b>list channels<t>Lista kanaler <LINK> list channels
<b>list channels<t>Lista kanaler <LINK> list channels
...
@@ -4708,7 +4710,7 @@ Wtt kommandon
...
@@ -4708,7 +4710,7 @@ Wtt kommandon
<b>paste <t>Klistra buffer <LINK> paste
<b>paste <t>Klistra buffer <LINK> paste
<b>print <t>Skriv ut plcpgm <LINK> print
<b>print <t>Skriv ut plcpgm <LINK> print
<b>redraw <t>Rita om plcpgm <LINK> redraw
<b>redraw <t>Rita om plcpgm <LINK> redraw
<b>release subwindow <t>Forsätt exekveringen med graf i window objek
t
. <LINK>release subwindow
<b>release subwindow <t>Forsätt exekveringen med graf i window objekt <LINK>release subwindow
<b>revert <t>Backa sessionen <LINK> revert
<b>revert <t>Backa sessionen <LINK> revert
<b>save <t>Spara sessionen <LINK> save
<b>save <t>Spara sessionen <LINK> save
<b>search <t>Sök <LINK> search
<b>search <t>Sök <LINK> search
...
@@ -4731,8 +4733,8 @@ Wtt kommandon
...
@@ -4731,8 +4733,8 @@ Wtt kommandon
<b>set volume <t>Sätt volym <LINK> set volume
<b>set volume <t>Sätt volym <LINK> set volume
<b>setup <t>Wtt setup <LINK> setup
<b>setup <t>Wtt setup <LINK> setup
<b>show children<t>Visa ett objekts barn <LINK> show children
<b>show children<t>Visa ett objekts barn <LINK> show children
<b>show object <t>Visa ett objekt <LINK> show object
<b>show license <t>Visa licensvillkor <LINK> show license
<b>show license <t>Visa licensvillkor <LINK> show license
<b>show object <t>Visa ett objekt <LINK> show object
<b>show objid <t>Visa objektidentiteten <LINK> show objid
<b>show objid <t>Visa objektidentiteten <LINK> show objid
<b>show script <t>Visa script filer <LINK> show script
<b>show script <t>Visa script filer <LINK> show script
<b>show symbol <t>Visa en symbol <LINK> show symbol
<b>show symbol <t>Visa en symbol <LINK> show symbol
...
@@ -4741,9 +4743,8 @@ Wtt kommandon
...
@@ -4741,9 +4743,8 @@ Wtt kommandon
<b>show volumes<t>Visa alla volymer i arbetsbänken <LINK> show volumes
<b>show volumes<t>Visa alla volymer i arbetsbänken <LINK> show volumes
<b>sort <t>Sortera barnen till ett objekt <LINK> sort
<b>sort <t>Sortera barnen till ett objekt <LINK> sort
<b>two <t>Två fönster <LINK> two
<b>two <t>Två fönster <LINK> two
<b>update classes <t>Uppdatera klasser <LINK> update classes
<b>wb dump <t>Dumpa objekt i en textfil <LINK> wb dump
<b>wb dump <t>Dumpa objekt i en textfil <LINK> wb dump
<b>wb export <t>Skriv objekt till en textfil <LINK> wb export
<b>wb import <t>Ladda exporterade objekt från textfil <LINK> wb import
<b>wb load <t>Ladda objekt från textfil <LINK> wb load
<b>wb load <t>Ladda objekt från textfil <LINK> wb load
<b>Symboler <link> symbol
<b>Symboler <link> symbol
...
@@ -4752,437 +4753,467 @@ Wtt kommandon
...
@@ -4752,437 +4753,467 @@ Wtt kommandon
script <LINK> script
script <LINK> script
</TOPIC>
</TOPIC>
<TOPIC> build <style> function
Kommando build
<TOPIC> exit <style> function
Anropa byggmetoden för en node, en volym eller ett objekt.
Kommando exit
Close wtt.
<B>wtt> build node /name= [/force][/debug][/manual][/crossreference]
<B>wtt> build volume /name= [/force][/debug][/manual][/crossreference]
<B>wtt> build object /name= [/force][/debug][/manual][/crossreference]
/name <t>Nodnamn, volymsnamn eller objektsnamn.
/force <t>Kontrollera inga beroenden, bygg allt.
/debug <t>Bygg med debug, dvs kompilera och länka med debug.
/manual <t>Bygg endast specificerad enhet.
/crossreferences <t>Skapa korsreferensfiler. Giltig för byggande av volymer.
<B>wtt> exit
</TOPIC>
</TOPIC>
<TOPIC>
edit
<style> function
<TOPIC>
check classes
<style> function
Kommando
edit
Kommando
check classes
Starta eller lämna editerings mod.
Kontrollera om några klasser behöver updateras.
<B>wtt> check classes
<B>wtt> edit
<B>wtt> noedit
</TOPIC>
</TOPIC>
<TOPIC>
define
<style> function
<TOPIC>
close graph
<style> function
Kommando
define
Kommando
close graph
Definiera en symbol
.
Stäng en Ge gra
f.
<B>wtt>
define 'symbolname' 'text'
<B>wtt>
close graph /file=
<h2>närliggand ämnen
/file <t>Namn på Ge grafen.
symbol <LINK> symbol
show symbol <LINK> show symbol
symbolfile <LINK> symbolfile
</TOPIC>
</TOPIC>
<TOPIC> help help <style> function
<TOPIC> compile <style> function
Kommando help
Kommando compile
Visa hjälp information för ämnet.
Hjälp informationen söks efter i en hjälpfil. Filen kan vara
bas-hjälpfilen, projekt-hjälpfilen eller en annan hjälpfil.
Om ingen hjälpfil anges kommer ämnet att eftersökas i
Kompilera plcprogram.
bas och projekt hjälpfilerna.
<B>wtt> help 'subject'
Om ingen hierarki, plcpgm eller window anges, kompileras det utvalda
<B>wtt> help 'subject' /file=
plcpgm'et.
/file<t>En hjälpfil som innehåller information om ämnet.
<B>wtt> compile [/debug]
<B>wtt> compile /plcpgm= [/debug]
<B>wtt> compile /window= [/debug]
<B>wtt> compile /hierarchy= [/debug][/modified][/from_plcpgm=]
<B>wtt> compile /volume= [/debug][/modified][/from_plcpgm=]
<B>wtt> compile /allvolumes [/debug][/modified][/from_plcpgm=]
<H2>närliggande ämnen
/plcpgm <t>Namn på ett plcpgm objekt som ska kompileras.
helpfile <LINK> helpfile
/window <t>Namn på ett plcfönster som ska kompileras.
/hierarchy <t>Alla plcpgm in den här hierakin kommer att kompileras.
/volume <t>Volymsnamn. Alla plcpgm i volymen kommer att kompileras.
/allvolumes <t>Alla plcpgm i alla volymer i arbetsbänken kommer att kompileras.
/debug <t>Kompilera med debug.
/modified <t>Kompilera enbart modifierade plcfönster.
</TOPIC>
</TOPIC>
<TOPIC>
login
<style> function
<TOPIC>
configure card
<style> function
Kommando
login
Kommando
configure card
Logga in med användarnamn och passerord. Användarens privilegier kommer
Skapa ett kort med kanaler.
att hämtas ur användardatabasen, och påverka tillgången till systemet.
<B>wtt> login 'username' 'password'
<B>wtt> configure card /rack= /cardname= /channelname= /chanidentity=
<B> <t>/chandescription= /table=
Om man vill skapa eller modifiera projekt, användare eller registrera
/rack <t>Namn på det rackobjekt som kortet ska tillhöra.
volymer loggar man in som administratör med kvalifieraren /administrator.
Här måste man ange en användare i systemgruppen 'administrator'. Om denna
systemgrupp ej finns, kan användarnamn och passerord utelämnas.
<B>wtt> login /administrator 'username' 'password'
/cardname <t>Namn på kortet. Sista namnledet.
/channelname <t>Namn på en kanal. Sista namnledet.
<t>Ett '#' kommer att bytas ut mot kanalnumret.
<t>T ex /chan=di33## kommer att ge kanalnamnen
<t>di3301, di3302... Om det är fler än en kanal.
<t>channelname måste innehålla ett '#' tecken.
/chanidentity <t>Kanalens identitet. Läggs in i Identity attributet
<t>för kanalen.
<H2>närliggande ämnen
/chandescripton <t>Kanal beskrivning. Läggs in i Descripton attributet
logout <LINK> logout
<t>för kanalen.
show user <LINK> show user
</TOPIC>
</TOPIC>
<TOPIC>
logou
t <style> function
<TOPIC>
connec
t <style> function
Kommando
logou
t
Kommando
connec
t
Logga ut en användare, och återgå till den ursprungliga använd
aren.
Kopplar ihop en signal med en kanal
.
<B>wtt>
logout
<B>wtt>
connect /source= /destination= [/reconnect]
<H2>närliggande ämnen
/source <t>Ett signal eller kanalobjekt.
login <LINK> login
/destination <t>Ett signal eller kanalobjekt.
/reconnect <t>Om source eller destination redan är kopplade
<t>kommer de först att ta ner kopplingen.
</TOPIC>
</TOPIC>
<TOPIC>
set advanceduser
<style> function
<TOPIC>
copy
<style> function
Kommando
set advanceduser
Kommando
copy
Sätta eller återställa 'advanced us
er'.
Kopiera utvalda objektträd till en paste buffe
r.
<B>wtt> set advanceduser
<B>wtt> copy [/keepreferences]
<B>wtt> set noadvanceduser
<H2>närliggande ämnen
/keepreferences <t>Behåll objektsreferenser till objekt utanför det
advanced user <LINK> advanced user
<t>kopierade trädet. Som default kommer dessa att nollställas.
/ignore_errors <t>Slutför kopieringen trots upptäckta fel.
</TOPIC>
</TOPIC>
<TOPIC>
set alltoplevel
<style> function
<TOPIC>
copy object
<style> function
Kommando
set alltoplevel
Kommando
copy object
Visa alla rotobjekt i databasen, inte enbart de som är
Kopiera ett objekt eller ett objeksträd.
definierade för anläggnings resp node hierarkin.
<B>wtt>
set alltoplevel
<B>wtt>
copy object /source= /destination= /name= [/hierarchy]
<B>
wtt> set noalltoplevel
<B>
<t>[/first] [/last] [/after] [/before]
/source <t>Objektet som ska kopieras.
/destination <t>Förälder eller syskon till det skapade objektet.
/name <t>Namn på det skapade objektet. Sista namnledet.
/hierarchy <t>Om käll-objektet har barn, kommer även barnträdet
<t>att kopieras.
/first <t>Objektet kommer att läggas in som första barn till
<t>destinations objektet.
/last <t>Objektet kommer att läggas in som sista barn till
<t>destinations objektet.
/after <t>Objektet kommer att läggas in som syskon efter
<t>destinations objektet.
/before <t>Objektet kommer att läggas in som syskon före
<t>destinations objektet.
</TOPIC>
</TOPIC>
<TOPIC>
set showclas
s <style> function
<TOPIC>
create bootfile
s <style> function
Kommando
set showclas
s
Kommando
create bootfile
s
Visa klasstillhörighet för objekt i anläggnings och nod hierar
kin.
Skapa en ny bootfil
.
<B>wtt> set showclass
<B>wtt> create bootfiles /nodeconfig= [/debug]
<B>wtt> set noshowclass
<B>wtt> create bootfiles /allnodes [/debug]
</TOPIC>
<TOPIC> set showalias <style> function
/nodeconfig <t>Namn på NodeConfig-objektet för de n
od
Kommando set showalias
<t>som en bootfil ska skapas för
.
Visa aliasnamnet för objekt i anläggnings och nod hierak
in.
/all <t>Skapa bootfiler för alla noder i projekte
t.
<B>wtt> set showalias
/debug <t>Länka plcprogram med debug.
<B>wtt> set noshowalias
</TOPIC>
</TOPIC>
<TOPIC>
set showdescription
<style> function
<TOPIC>
create loadfiles
<style> function
Kommando
set showdescription
Kommando
create loadfiles
Visa beskrivning för objekt i anläggnings och nod hierark
in.
Skapa laddatafiler för en voly
m.
<B>wtt> set showdescription
<B>wtt> create loadfile /volume=
<B>wtt> set noshowdescription
<B>wtt> create loadfile [/class] [/all]
</TOPIC>
<TOPIC> set showobjref <style> function
/volume <t>Skapa laddatafil för angiven volym.
Kommando set showobjref
Visa antalet kopplade objektreferenser för objekt i anläggnings o
ch
/all <t>Skapa laddatafiler för alla rot- och sub-volyme
r
nod hierarki
n.
<t>i arbetsbänk
en.
<B>wtt> set showobjref
/class <t>Skapa laddatafiler för alla classvolymer i arbetsbänken.
<B>wtt> set noshowobjref
</TOPIC>
</TOPIC>
<TOPIC>
set showobjxref
<style> function
<TOPIC>
create object
<style> function
Kommando
set showobjxref
Kommando
create object
Visa antalet kopplade objekt x-referenser för objekt i anläggnings och
Skapa ett objekt.
nod hierarkin.
<B>wtt> set showobjxref
<B>wtt> create object /destination= /name= /class=
<B>wtt> set noshowobjxref
<B> <t>[/first] [/last] [/after] [/before]
</TOPIC>
<TOPIC> set showattrref <style> function
/destination <t>Destinationen för det nya objektet. Det nya objekte
t
Kommando set showattrref
<t>kommer att bli barn eller syskon till destinations objektet.
Visa antal kopplade attribut referenser för objekt
/name <t>Namn på det nya objektet. Sista namnledet.
i anläggnings och nod hierarkin.
<B>wtt> set showattrref
/class <t>Klass på det nya objektet.
<B>wtt> set noshowattrref
</TOPIC>
<TOPIC> set showattrxref <style> function
/first <t>Objektet kommer att läggas in som första barn ti
ll
Kommando set showattrxref
<t>destinations objektet.
Vissa antalet kopplade attribut x-referenser för objekt
/last <t>Objektet kommer att läggas in som sista barn till
in anläggnings och nod hierarkin.
<t>destinations objektet.
/after <t>Objektet kommer att läggas in som syskon efter
<t>destinations objektet.
/before <t>Objektet kommer att läggas in som syskon före
<t>destinations objektet.
<B>wtt> set showattrxref
<B>wtt> set noshowattrxref
</TOPIC>
</TOPIC>
<TOPIC>
set verify
<style> function
<TOPIC>
create structfiles
<style> function
Kommando
set verify
Kommando
create structfiles
Visa alla exekverade rader när ett script kö
rs.
Skapa c include filer för klasser i en klassvoly
m.
<B>wtt> set verify
<B>wtt> create structfiles [/files=]
<B>wtt> set noverify
/files <t>Namn på wb_load filen.
</TOPIC>
</TOPIC>
<TOPIC>
set inputfocu
s <style> function
<TOPIC>
create rttfile
s <style> function
Kommando
set inputfocu
s
Kommando
create rttfile
s
S
ätt inmatnings fokus till anläggnings eller nod hierarki fönstr
et
S
kapa filer för att visa korsreferenser i rtt och xtt för obje
kt
(w1 eller w2)
.
i den aktuella volymen
.
<B>wtt> set inputfocus w1
<B>wtt> create rttfiles
<B>wtt> set inputfocus w2
</TOPIC>
</TOPIC>
<TOPIC>
set window
<style> function
<TOPIC>
cut
<style> function
Kommando
set window
Kommando
cut
Set fönsterbredd och höjd.
Kopiera utvalda objektträd till en paste buffer, och ta bort objekten
ur aktuell volym.
<B>wtt>
set window /width= /height=
<B>wtt>
cut [/keepreferences]
/
width <t>bredd i pixel.
/
keepreferences <t>Behåll objektsreferenser till objekt utanför d
et
/height <t>höjd i pixe
l.
<t>kopierade trädet. Som default kommer dessa att nollställ
as.
</TOPIC>
</TOPIC>
<TOPIC> two <style> function
<TOPIC> define <style> function
Kommando two
Kommando define
Visa två fönster. Både anläggnings och nod hierarki fönsterna visas.
<B>wtt> two
</TOPIC>
<TOPIC> one <style> function
Definiera en symbol.
Kommando one
Visa ett fönster. Fönstret som för närvarande har inmatnings
<B>wtt> define 'symbolname' 'text'
fokus behålls.
<B>wtt> one
<h2>närliggand ämnen
symbol <LINK> symbol
show symbol <LINK> show symbol
symbolfile <LINK> symbolfile
</TOPIC>
</TOPIC>
<TOPIC> setup <style> function
<TOPIC> delete object <style> function
Wtt setup
Kommando delete object
Setup av wtt egenskaper
DefaultDirectory<t><t>Default filkatalog för script filer.
SymbolFilename <t><t>Symbolfil. <LINK> symbolfile
Verify <t><t>Verifiera exekvering av script.
AdvancedUser <t><t>Användaren är avancerad. <LINK> advanced user
AllToplevel <t><t>Visa samtliga topnivå objekt.
Bypass <t><t>Förbigå vissa editerings restriktioner.
</TOPIC>
<TOPIC> show version <style> function
Ta bort ett objekt.
Kommando show version
Visa wtt version.
<B>wtt> delete object /name= [/noconfirm] [/nolog]
<B>wtt> show version
/name <t>Namn på objektet.
/noconfirm <t>Ta bort utan verifikation.
/nolog <t>Operationen kommer inte att loggas.
</TOPIC>
</TOPIC>
<TOPIC>
show licens
e <style> function
<TOPIC>
delete tre
e <style> function
Kommando
show licens
e
Kommando
delete tre
e
Visa licensvillkor
.
Ta bort ett objektsträ
d.
<B>wtt> show license
<B>wtt> delete tree /name= [/noconfirm] [/nolog]
/name <t>Rot objektet för trädet.
/noconfirm <t>Ta bort utan verifikation.
/nolog <t>Operationen kommer inte att loggas.
</TOPIC>
</TOPIC>
<TOPIC>
show symbol
<style> function
<TOPIC>
disconnect
<style> function
Kommando
show symbol
Kommando
disconnect
Visa en symbol, eller alla symboler
.
Ta ner kopplingen för en signal eller kana
l.
<B>wtt> show symbol 'symbol'<t>Visa symbol 'symbol'
<B>wtt> disconnect /source=
<B>wtt> show symbol <t>Visa alla symboler
<h2>närliggande ämnen
/source <t>Ett singal eller kanal objekt.
define <LINK> define
symbol <LINK> symbol
</TOPIC>
</TOPIC>
<TOPIC>
show volumes
<style> function
<TOPIC>
display
<style> function
Kommando
show volumes
Kommando
display
Visa a
lla volymer i arbetsbänke
n.
Visa a
nläggnings eller nod hierarkin i fönster (w1 eller w
2).
<B>wtt> show volumes
<B>wtt> display w1
<B>wtt> display w2
</TOPIC>
</TOPIC>
<TOPIC> show children <style> function
<TOPIC> edit <style> function
Kommando show children
Kommando edit
Visa ett objekt och dess barn.
<B>wtt> show children /name=
Starta eller lämna editerings mod
.
/name <t>Förälder objektets namn.
<B>wtt> edit
<B>wtt> noedit
</TOPIC>
</TOPIC>
<TOPIC> show objid <style> function
<TOPIC> exit <style> function
Kommando show objid
Kommando exit
Visa objektsidentitet för ett objekt.
Om /name utelämnas, visas identiteten för det utvalda objektet.
<B>wtt> show objid [/name=]
Close wtt.
/name <t>Objektsnamn.
<B>wtt> exit
</TOPIC>
</TOPIC>
<TOPIC>
save
<style> function
<TOPIC>
help help
<style> function
Kommando
save
Kommando
help
Spara sessionen.
Visa hjälp information för ämnet.
Hjälp informationen söks efter i en hjälpfil. Filen kan vara
bas-hjälpfilen, projekt-hjälpfilen eller en annan hjälpfil.
<B>wtt> save
Om ingen hjälpfil anges kommer ämnet att eftersöka
s i
</TOPIC>
bas och projekt hjälpfilerna
.
<
TOPIC> revert <style> function
<
B>wtt> help 'subject'
Kommando revert
<B>wtt> help 'subject' /file=
Revertera sessionen
.
/file<t>En hjälpfil som innehåller information om äm
net.
<B>wtt> revert
<H2>närliggande ämnen
helpfile <LINK> helpfile
</TOPIC>
</TOPIC>
<TOPIC>
display
<style> function
<TOPIC>
generate web
<style> function
Kommando
display
Kommando
generate web
Visa anläggnings eller nod hierarkin i fönster (w1 eller w2).
Generera html-filer för websidor konfiguerarde med Web-objekt i
nodhierarkin för aktuell volym.
<B>wtt> display w1
<B>wtt> generate web
<B>wtt> display w2
</TOPIC>
</TOPIC>
<TOPIC>
search
<style> function
<TOPIC>
list
<style> function
Kommando
search
Kommando
list
Leta efter ett objektsnamn eller en strän
g.
Skriv ut en lista på objekt och attribu
t.
<B>wtt> search 'object'
Listan kommer att skickas till en skrivarkö specificerad av
<B>wtt> search /regularexpression 'expression'
symbolen PWR_FOE_PRINT.
<B>wtt> search /next
</TOPIC>
<TOPIC> compile <style> function
<B>wtt> list descriptor /descriptor= <link> list descriptor
Kommando compile
<B>wtt> list channels [/node=] <link> list channels
<B>wtt> list signals [/hierarchy=] <link> list signals
<B>wtt> list plcpgm [/plcpgm=] [/hierarchy=] <link> list plcpgm
<B>wtt> list hierarchy [/hierarchy=] <link> list hierarchy
</TOPIC>
Kompilera plcprogram.
<TOPIC> list channels <style> function
Kommando list channels
Om ingen hierarki, plcpgm eller window anges, kompileras det utvalda
Lista kort och kanaler.
plcpgm'et.
<B>wtt> compile [/debug]
<B>wtt> list channels [/node=] [/volume=] [/allvolumes] [output=]
<B>wtt> compile /plcpgm= [/debug]
<B>wtt> compile /window= [/debug]
<B>wtt> compile /hierarchy= [/debug][/modified][/from_plcpgm=]
<B>wtt> compile /volume= [/debug][/modified][/from_plcpgm=]
<B>wtt> compile /allvolumes [/debug][/modified][/from_plcpgm=]
/plcpgm <t>Namn på ett plcpgm objekt som ska kompileras.
/node <t>$Node objekt.
/window <t>Namn på ett plcfönster som ska kompileras.
/volume <t>Lista objekt i angiven volym.
/hierarchy <t>Alla plcpgm in den här hierakin kommer att kompileras.
/allvolume <t>List objekt i alla volymer.
/volume <t>Volymsnamn. Alla plcpgm i volymen kommer att kompileras.
/output <t>Filnamn för utskrift på fil. Om ett filnamn anges kommer listan
/allvolumes <t>Alla plcpgm i alla volymer i arbetsbänken kommer att kompileras.
<t>inte att skickas till en printer.
/debug <t>Kompilera med debug.
/modified <t>Kompilera enbart modifierade plcfönster.
</TOPIC>
</TOPIC>
<TOPIC>
configure card
<style> function
<TOPIC>
list descriptor
<style> function
Kommando
configure card
Kommando
list descriptor
Sk
apa ett kort med kanaler
.
Sk
river ut en lista beskriven av ett ListDescriptor objekt
.
<B>wtt> configure card /rack= /cardname= /channelname= /chanidentity=
<B>wtt> list descriptor /descriptor= <link> list descriptor
<B> <t>/chandescription= /table=
/rack <t>Namn på det rackobjekt som kortet ska tillhöra.
/descriptor <t>ListDescriptor object.
</TOPIC>
/cardname <t>Namn på kortet. Sista namnledet.
<TOPIC> list hierarchy <style> function
Kommando list hierarchy
/channelname <t>Namn på en kanal. Sista namnledet.
Lista PlantHier och NodeHier objekt.
<t>Ett '#' kommer att bytas ut mot kanalnumret.
<t>T ex /chan=di33## kommer att ge kanalnamnen
<t>di3301, di3302... Om det är fler än en kanal.
<t>channelname måste innehålla ett '#' tecken.
/chanidentity <t>Kanalens identitet. Läggs in i Identity attributet
<B>wtt> list hierarchy [/hierarchy=] [/volume=] [/allvolumes] [output=]
<t>för kanalen.
/chandescripton <t>Kanal beskrivning. Läggs in i Descripton attributet
/hierarchy <t>Hierarki objekt.
<t>för kanalen.
/volume <t>Lista objekt i angiven volym.
/allvolume <t>List objekt i alla volymer.
/output <t>Filnamn för utskrift på fil. Om ett filnamn anges kommer listan
<t>inte att skickas till en printer.
</TOPIC>
</TOPIC>
<TOPIC>
connect
<style> function
<TOPIC>
list plcpgm
<style> function
Kommando
connect
Kommando
list plcpgm
Kopplar ihop en signal med en kanal
.
Lista PlcPgm objekt
.
<B>wtt>
connect /source= /destination= [/reconnect
]
<B>wtt>
list plcpgm [/hierarchy=] [plcpgm=] [/volume=] [/allvolumes] [output=
]
/source <t>Ett signal eller kanalobjekt.
/plcpgm <t>Plcpgm objekt.
/destination <t>Ett signal eller kanalobjekt.
/hierarchy <t>Hierarki objekt.
/reconnect <t>Om source eller destination redan är kopplade
/volume <t>Lista objekt i angiven volym.
<t>kommer de först att ta ner kopplingen.
/allvolume <t>List objekt i alla volymer.
/output <t>Filnamn för utskrift på fil. Om ett filnamn anges kommer listan
<t>inte att skickas till en printer.
</TOPIC>
</TOPIC>
<TOPIC>
disconnect
<style> function
<TOPIC>
list signals
<style> function
Kommando
disconnect
Kommando
list signals
Ta ner kopplingen för en signal eller kana
l.
Lista signaler och korsreferenser för signalern
a.
<B>wtt>
disconnect /source=
<B>wtt>
list signals [/hierarchy=] [/volume=] [/allvolumes] [output=]
/source <t>Ett singal eller kanal objekt.
/hierarchy <t>Hierarki objekt.
/volume <t>Lista objekt i angiven volym.
/allvolume <t>List objekt i alla volymer.
/output <t>Filnamn för utskrift på fil. Om ett filnamn anges kommer listan
<t>inte att skickas till en printer.
</TOPIC>
</TOPIC>
<TOPIC>
copy
<style> function
<TOPIC>
login
<style> function
Kommando
copy
Kommando
login
Kopiera utvalda objektträd till en paste buffer.
Logga in med användarnamn och passerord. Användarens privilegier kommer
att hämtas ur användardatabasen, och påverka tillgången till systemet.
<B>wtt>
copy [/keepreferences]
<B>wtt>
login 'username' 'password'
/keepreferences <t>Behåll objektsreferenser till objekt utanför det
Om man vill skapa eller modifiera projekt, användare eller registrera
<t>kopierade trädet. Som default kommer dessa att nollställas.
volymer loggar man in som administratör med kvalifieraren /administrator.
Här måste man ange en användare i systemgruppen 'administrator'. Om denna
systemgrupp ej finns, kan användarnamn och passerord utelämnas.
<B>wtt> login /administrator 'username' 'password'
<H2>närliggande ämnen
logout <LINK> logout
show user <LINK> show user
</TOPIC>
</TOPIC>
<TOPIC>
c
ut <style> function
<TOPIC>
logo
ut <style> function
Kommando
c
ut
Kommando
logo
ut
Kopiera utvalda objektträd till en paste buffer, och ta bort objekten
Logga ut en användare, och återgå till den ursprungliga användaren.
ur aktuell volym.
<B>wtt>
cut [/keepreferences]
<B>wtt>
logout
/keepreferences <t>Behåll objektsreferenser till objekt utanför d
et
<H2>närliggande ämn
en
<t>kopierade trädet. Som default kommer dessa att nollställa
s.
login <LINK> login
</TOPIC>
</TOPIC>
<TOPIC>
paste
<style> function
<TOPIC>
move object
<style> function
Kommando
paste
Kommando
move object
Klistra in objekt från den senaste copy or cut operationen, i den
Flytta eller byt namn på ett objekt.
nuvarande volymen. Med buffer möjligheten kan en äldre buffer klistras
in.
<B>wtt> paste [/keepoid] [/buffer=]
<B>wtt> move object /source= /destination= [/rename=] [/first] [/last] [/after] [/before]
<B>wtt> move object /source= /rename=
/keepoid <t>Behåll objektsidentiteter om det är möjligt.
/source <t>Namn på objektet som ska flyttas.
/buffer <t>Namn på den buffer som ska klistras in. Som default
/destination <t>Förälder eller syskon objekt efter förflyttningen.
<t>används den senaste bufferten.
/rename <t>Nytt objektnamn, om namnet ska ändras.
<t>Sista namnledet. Om ingen destination anget kommer enbart
<t>namnet att ändras, objektet flyttas inte.
/first <t>Objektet kommer att läggas in som första barn till
<t>destinations objektet.
/last <t>Objektet kommer att läggas in som sista barn till
<t>destinations objektet.
/after <t>Objektet kommer att läggas in som syskon efter
<t>destinations objektet.
/before <t>Objektet kommer att läggas in som syskon före
<t>destinations objektet.
</TOPIC>
</TOPIC>
<TOPIC> new buffer <style> function
<TOPIC> new buffer <style> function
...
@@ -5195,6 +5226,15 @@ Skapa en ny tom buffer.
...
@@ -5195,6 +5226,15 @@ Skapa en ny tom buffer.
/name <t>Namn på bufferten.
/name <t>Namn på bufferten.
</TOPIC>
</TOPIC>
<TOPIC> one <style> function
Kommando one
Visa ett fönster. Fönstret som för närvarande har inmatnings
fokus behålls.
<B>wtt> one
</TOPIC>
<TOPIC> open buffer <style> function
<TOPIC> open buffer <style> function
Kommando open buffer
Kommando open buffer
...
@@ -5203,301 +5243,258 @@ Kommando open buffer
...
@@ -5203,301 +5243,258 @@ Kommando open buffer
<B>wtt> open buffer
<B>wtt> open buffer
</TOPIC>
</TOPIC>
<TOPIC>
copy object
<style> function
<TOPIC>
open graph
<style> function
Kommando
copy object
Kommando
open graph
Kopiera ett objekt eller ett objeksträd.
Öppna en Ge graf.
I modal mod, fortsätter inte exekveringen av skriptet förrän
grafen stängs.
<B>wtt> copy object /source= /destination= /name= [/hierarchy]
<B>wtt> open graph /file= /modal
<B> <t>[/first] [/last] [/after] [/before]
/source <t>Objektet som ska kopieras.
/file <t>Namn Ge grafen.
/destination <t>Förälder eller syskon till det skapade objektet.
/modal <t>Modal mod.
/name <t>Namn på det skapade objektet. Sista namnledet.
/hierarchy <t>Om käll-objektet har barn, kommer även barnträdet
<t>att kopieras.
/first <t>Objektet kommer att läggas in som första barn till
<t>destinations objektet.
/last <t>Objektet kommer att läggas in som sista barn till
<t>destinations objektet.
/after <t>Objektet kommer att läggas in som syskon efter
<t>destinations objektet.
/before <t>Objektet kommer att läggas in som syskon före
<t>destinations objektet.
</TOPIC>
</TOPIC>
<TOPIC> create bootfiles <style> function
<TOPIC> paste <style> function
Kommando create bootfiles
Kommando paste
Skapa en ny bootfil.
<B>wtt> create bootfiles /nodeconfig= [/debug]
<B>wtt> create bootfiles /allnodes [/debug]
/nodeconfig <t>Namn på NodeConfig-objektet för de nod
Klistra in objekt från den senaste copy or cut operationen, i den
<t>som en bootfil ska skapas för.
nuvarande volymen. Med buffer möjligheten kan en äldre buffer klistras
in.
/all <t>Skapa bootfiler för alla noder i projektet
.
<B>wtt> paste [/keepoid] [/buffer=]
/debug <t>Länka plcprogram med debug.
/keepoid <t>Behåll objektsidentiteter om det är möjligt.
/buffer <t>Namn på den buffer som ska klistras in. Som default
<t>används den senaste bufferten.
/into <t>Lägg rotobjekten i pastebufferten som barn till
<t>utvalt objekt.
/toplevel <t>Lägg rotobjekten i pastebufferten på topnivån. Måste
<t>användas för att kopiera till en tom volym.
</TOPIC>
</TOPIC>
<TOPIC>
create loadfiles
<style> function
<TOPIC>
print
<style> function
Kommando
create loadfiles
Kommando
print
Sk
apa laddatafiler för en voly
m.
Sk
riv ut plc dokument
.
<B>wtt>
create loadfile /volume=
<B>wtt>
print /plcpgm= [/nodocument] [/nooverview]
<B>wtt>
create loadfile [/class] [/all
]
<B>wtt>
print /hierarchy= [/nodocument] [/nooverview
]
/volume <t>Skapa laddatafil för angiven volym.
/plcpgm <t>Skriv ut dokument i ett plcpgm.
/hierarchy <t>Ett hierarki objekt. Alla plc i hierarkin kommer
<t>att skrivas ut.
/nodocument <t>Plc dokumentet skrivs ej ut.
/nooverview <t>Översikten över plc-fönstret skrivs ej ut.
</TOPIC>
/all <t>Skapa laddatafiler för alla rot- och sub-volyme
r
<TOPIC> release subwindow <style> function
<t>i arbetsbänken
.
Kommando release subwindow
/class <t>Skapa laddatafiler för alla classvolymer i arbetsbänken.
Släpp loss exekveringen av ett skript som öppnat en graf
</TOPIC>
i ett window objekt med kommandot 'set subwindow' eller
funktionen 'SetSubwindow' i modal mod.
Release kommandot exekveras från en trycknapp i bilden med
actiontyp command.
<TOPIC> create object <style> function
<B>wtt> release subwindow 'graph'
Kommando create object
Skapa ett objekt.
graph <t>Namnet på huvud grafen.
</TOPIC>
<
B>wtt> create object /destination= /name= /class=
<
TOPIC> revert <style> function
<B> <t>[/first] [/last] [/after] [/before]
Kommando revert
/destination <t>Destinationen för det nya objektet. Det nya objektet
Revertera sessionen.
<t>kommer att bli barn eller syskon till destinations objektet.
/name <t>Namn på det nya objektet. Sista namnledet.
<B>wtt> revert
</TOPIC>
/class <t>Klass på det nya objektet.
<TOPIC> save <style> function
Kommando save
/first <t>Objektet kommer att läggas in som första barn till
Spara sessionen.
<t>destinations objektet.
/last <t>Objektet kommer att läggas in som sista barn til
l
<B>wtt> save
<t>destinations objektet.
</TOPIC>
/after <t>Objektet kommer att läggas in som syskon efte
r
<TOPIC> search <style> function
<t>destinations objektet.
Kommando search
/before <t>Objektet kommer att läggas in som syskon före
Leta efter ett objektsnamn eller en sträng.
<t>destinations objektet.
<B>wtt> search 'object'
<B>wtt> search /regularexpression 'expression'
<B>wtt> search /next
</TOPIC>
</TOPIC>
<TOPIC>
create structfiles
<style> function
<TOPIC>
set advanceduser
<style> function
Kommando
create structfiles
Kommando
set advanceduser
S
kapa c include filer för klasser i en klassvoly
m.
S
ätta eller återställa 'advanced us
er'.
<B>wtt> create structfiles [/files=]
<B>wtt> set advanceduser
<B>wtt> set noadvanceduser
/files <t>Namn på wb_load filen.
<H2>närliggande ämnen
advanced user <LINK> advanced user
</TOPIC>
</TOPIC>
<TOPIC>
create rttfiles
<style> function
<TOPIC>
set alltoplevel
<style> function
Kommando
create rttfiles
Kommando
set alltoplevel
Skapa filer för att visa korsreferenser i rtt och xtt för objekt
Visa alla rotobjekt i databasen, inte enbart de som är
i den aktuella volymen.
definierade för anläggnings resp node hierarkin.
<B>wtt> set alltoplevel
<B>wtt> set noalltoplevel
<B>wtt> create rttfiles
</TOPIC>
</TOPIC>
<TOPIC>
generate web
<style> function
<TOPIC>
set attribute
<style> function
Kommando
generate web
Kommando
set attribute
Generera html-filer för websidor konfiguerarde med Web-objekt
i
Sätt ett värde på ett attrib
ut.
nodhierarkin för aktuell voly
m.
Objekt väljs med name, class och hierarchy kvalifierarn
a.
<B>wtt> generate web
<B>wtt> set attribute /attribute= [/value=] [/name=] [/class=] [/hierarchy=]
<B> <t>[/noconfirm] [/nolog] [/output] [/noterminal]
/attribute <t>Namn på attributet.
/value <t>Värde som ska läggas in i attributet. Om inget värde
<t>är angivet kommer en fråga för varje attribut.
/class <t>Välj objekt av den här klassen.
/hierarchy <t>Endas avkomlingar till det här objektet kommer att väljas.
/noconfirm <t>Ställ ingen verifikations fråga.
/nolog <t>Operationen loggas inte.
/output <t>Ut fil.
/noterminal <t>Operationen loggas inte i terminal fönster.
</TOPIC>
</TOPIC>
<TOPIC>
delete object
<style> function
<TOPIC>
set db
<style> function
Kommando
delete object
Kommando
set db
Ta bort ett objekt.
Koppla upp till databasen med angivet id.
Detta har ingen effekt om man redan har öppnat en databas.
<B>wtt>
delete object /name= [/noconfirm] [/nolog]
<B>wtt>
set db /dbid=
/name <t>Namn på objektet.
/dbid <t>Databas identitet.
/noconfirm <t>Ta bort utan verifikation.
/nolog <t>Operationen kommer inte att loggas.
</TOPIC>
</TOPIC>
<TOPIC> delete tree <style> function
<TOPIC> set inputfocus <style> function
Kommando delete tree
Kommando set inputfocus
Ta bort ett objektsträd.
<B>wtt> delete tree /name= [/noconfirm] [/nolog]
Sätt inmatnings fokus till anläggnings eller nod hierarki fönstret
(w1 eller w2).
/name <t>Rot objektet för trädet.
<B>wtt> set inputfocus w1
/noconfirm <t>Ta bort utan verifikation.
<B>wtt> set inputfocus w2
/nolog <t>Operationen kommer inte att loggas.
</TOPIC>
</TOPIC>
<TOPIC> list <style> function
<TOPIC> set showalias <style> function
Kommando list
Kommando set showalias
Skriv ut en lista på objekt och attribut.
Listan kommer att skickas till en skrivarkö specificerad av
Visa aliasnamnet för objekt i anläggnings och nod hierakin.
symbolen PWR_FOE_PRINT.
<B>wtt> list descriptor /descriptor= <link> list descriptor
<B>wtt> set showalias
<B>wtt> list channels [/node=] <link> list channels
<B>wtt> set noshowalias
<B>wtt> list signals [/hierarchy=] <link> list signals
<B>wtt> list plcpgm [/plcpgm=] [/hierarchy=] <link> list plcpgm
<B>wtt> list hierarchy [/hierarchy=] <link> list hierarchy
</TOPIC>
</TOPIC>
<TOPIC> list descriptor <style> function
<TOPIC> set showattrref <style> function
Kommando list descriptor
Kommando set showattrref
Skriver ut en lista beskriven av ett ListDescriptor objekt.
<B>wtt> list descriptor /descriptor= <link> list descriptor
Visa antal kopplade attribut referenser för objekt
i anläggnings och nod hierarkin.
/descriptor <t>ListDescriptor object.
<B>wtt> set showattrref
<B>wtt> set noshowattrref
</TOPIC>
</TOPIC>
<TOPIC> list channels <style> function
<TOPIC> set showattrxref <style> function
Kommando list channels
Kommando set showattrxref
Lista kort och kanaler.
<B>wtt> list channels [/node=] [/volume=] [/allvolumes] [output=]
Vissa antalet kopplade attribut x-referenser för objekt
in anläggnings och nod hierarkin.
/node <t>$Node objekt.
<B>wtt> set showattrxref
/volume <t>Lista objekt i angiven volym.
<B>wtt> set noshowattrxref
/allvolume <t>List objekt i alla volymer.
/output <t>Filnamn för utskrift på fil. Om ett filnamn anges kommer listan
<t>inte att skickas till en printer.
</TOPIC>
</TOPIC>
<TOPIC> list signals <style> function
<TOPIC> set showclass <style> function
Kommando list signals
Kommando set showclass
Lista signaler och korsreferenser för signalerna.
<B>wtt> list signals [/hierarchy=] [/volume=] [/allvolumes] [output=]
Visa klasstillhörighet för objekt i anläggnings och nod hierark
in.
/hierarchy <t>Hierarki objekt.
<B>wtt> set showclass
/volume <t>Lista objekt i angiven volym.
<B>wtt> set noshowclass
/allvolume <t>List objekt i alla volymer.
/output <t>Filnamn för utskrift på fil. Om ett filnamn anges kommer listan
<t>inte att skickas till en printer.
</TOPIC>
</TOPIC>
<TOPIC> list hierarchy <style> function
<TOPIC> set showdescription <style> function
Kommando list hierarchy
Kommando set showdescription
Lista PlantHier och NodeHier objekt.
<B>wtt> list hierarchy [/hierarchy=] [/volume=] [/allvolumes] [output=]
Visa beskrivning för objekt i anläggnings och nod hierarki
n.
/hierarchy <t>Hierarki objekt.
<B>wtt> set showdescription
/volume <t>Lista objekt i angiven volym.
<B>wtt> set noshowdescription
/allvolume <t>List objekt i alla volymer.
/output <t>Filnamn för utskrift på fil. Om ett filnamn anges kommer listan
<t>inte att skickas till en printer.
</TOPIC>
</TOPIC>
<TOPIC> list plcpgm <style> function
<TOPIC> set showobjref <style> function
Kommando list plcpgm
Kommando set showobjref
Lista PlcPgm objekt.
<B>wtt> list plcpgm [/hierarchy=] [plcpgm=] [/volume=] [/allvolumes] [output=]
Visa antalet kopplade objektreferenser för objekt i anläggnings och
nod hierarkin.
/plcpgm <t>Plcpgm objekt.
<B>wtt> set showobjref
/hierarchy <t>Hierarki objekt.
<B>wtt> set noshowobjref
/volume <t>Lista objekt i angiven volym.
/allvolume <t>List objekt i alla volymer.
/output <t>Filnamn för utskrift på fil. Om ett filnamn anges kommer listan
<t>inte att skickas till en printer.
</TOPIC>
</TOPIC>
<TOPIC> move object <style> function
<TOPIC> set showobjxref <style> function
Kommando move object
Kommando set showobjxref
Flytta eller byt namn på ett objekt.
<B>wtt> move object /source= /destination= [/rename=] [/first] [/last] [/after] [/before]
Visa antalet kopplade objekt x-referenser för objekt i anläggnings o
ch
<B>wtt> move object /source= /rename=
nod hierarkin.
/source <t>Namn på objektet som ska flyttas.
<B>wtt> set showobjxref
/destination <t>Förälder eller syskon objekt efter förflyttningen.
<B>wtt> set noshowobjxref
/rename <t>Nytt objektnamn, om namnet ska ändras.
<t>Sista namnledet. Om ingen destination anget kommer enbart
<t>namnet att ändras, objektet flyttas inte.
/first <t>Objektet kommer att läggas in som första barn till
<t>destinations objektet.
/last <t>Objektet kommer att läggas in som sista barn till
<t>destinations objektet.
/after <t>Objektet kommer att läggas in som syskon efter
<t>destinations objektet.
/before <t>Objektet kommer att läggas in som syskon före
<t>destinations objektet.
</TOPIC>
</TOPIC>
<TOPIC>
print
<style> function
<TOPIC>
set subwindow
<style> function
Kommando
print
Kommando
set subwindow
Skriv ut plc dokument
.
Öppna en graf i ett window objekt i en tidigare öppnad gr
af.
<B>wtt> print /plcpgm= [/nodocument] [/nooverview]
<B>wtt> set subwindow 'graph' /name= /source=
<B>wtt> print /hierarchy= [/nodocument] [/nooverview]
/plcpgm <t>Skriv ut dokument i ett plcpgm.
/name <t>Namn på window objektet.
/hierarchy <t>Ett hierarki objekt. Alla plc i hierarkin kommer
/source <t>Namn på grafen som ska öppnas i window objektet.
<t>att skrivas ut.
/nodocument <t>Plc dokumentet skrivs ej ut.
/nooverview <t>Översikten över plc-fönstret skrivs ej ut.
</TOPIC>
</TOPIC>
<TOPIC> set attribute <style> function
<TOPIC> set template <style> function
Kommando set attribute
Kommando set template
Sätt ett värde på ett attribut.
Objekt väljs med name, class och hierarchy kvalifierarna.
<B>wtt> set attribute /attribute= [/value=] [/name=] [/class=] [/hierarchy=]
<B> <t>[/noconfirm] [/nolog] [/output] [/noterminal]
/attribute <t>Namn på attributet.
Föråldrad sen V4.0.
/value <t>Värde som ska läggas in i attributet. Om inget värde
<t>är angivet kommer en fråga för varje attribut.
/class <t>Välj objekt av den här klassen.
/hierarchy <t>Endas avkomlingar till det här objektet kommer att väljas.
/noconfirm <t>Ställ ingen verifikations fråga.
/nolog <t>Operationen loggas inte.
/output <t>Ut fil.
/noterminal <t>Operationen loggas inte i terminal fönster.
</TOPIC>
</TOPIC>
<TOPIC> se
arch
<style> function
<TOPIC> se
t verify
<style> function
Kommando se
arch
Kommando se
t verify
Sök efter objektsnamn eller strä
ng.
Visa alla exekverade rader när ett script kö
rs.
<B>wtt> search 'object'
<B>wtt> set verify
<B>wtt> search /regularexpression 'expression'
<B>wtt> set noverify
<B>wtt> search /next
</TOPIC>
</TOPIC>
<TOPIC> set
db
<style> function
<TOPIC> set
window
<style> function
Kommando set
db
Kommando set
window
Koppla upp till databasen med angivet id.
Set fönsterbredd och höjd.
Detta har ingen effekt om man redan har öppnat en databas.
<B>wtt> set
db /dbid
=
<B>wtt> set
window /width= /height
=
/dbid <t>Databas identitet.
/width <t>bredd i pixel.
/height <t>höjd i pixel.
</TOPIC>
</TOPIC>
<TOPIC> set volume <style> function
<TOPIC> set volume <style> function
...
@@ -5511,10 +5508,34 @@ Kommando set volume
...
@@ -5511,10 +5508,34 @@ Kommando set volume
/volumename <t>Volymsnamn.
/volumename <t>Volymsnamn.
</TOPIC>
</TOPIC>
<TOPIC> set template <style> function
<TOPIC> setup <style> function
Kommando set template
Wtt setup
Setup av wtt egenskaper
Föråldrad sen V4.0.
DefaultDirectory<t><t>Default filkatalog för script filer.
SymbolFilename <t><t>Symbolfil. <LINK> symbolfile
Verify <t><t>Verifiera exekvering av script.
AdvancedUser <t><t>Användaren är avancerad. <LINK> advanced user
AllToplevel <t><t>Visa samtliga topnivå objekt.
Bypass <t><t>Förbigå vissa editerings restriktioner.
</TOPIC>
<TOPIC> show children <style> function
Kommando show children
Visa ett objekt och dess barn.
<B>wtt> show children /name=
/name <t>Förälder objektets namn.
</TOPIC>
<TOPIC> show license <style> function
Kommando show license
Visa licensvillkor.
<B>wtt> show license
</TOPIC>
</TOPIC>
<TOPIC> show object <style> function
<TOPIC> show object <style> function
...
@@ -5540,6 +5561,17 @@ Lista objekt.
...
@@ -5540,6 +5561,17 @@ Lista objekt.
/objid <t>Visa objekt med specificerad objektsidentitet.
/objid <t>Visa objekt med specificerad objektsidentitet.
</TOPIC>
</TOPIC>
<TOPIC> show objid <style> function
Kommando show objid
Visa objektsidentitet för ett objekt.
Om /name utelämnas, visas identiteten för det utvalda objektet.
<B>wtt> show objid [/name=]
/name <t>Objektsnamn.
</TOPIC>
<TOPIC> show script <style> function
<TOPIC> show script <style> function
Kommando show script
Kommando show script
...
@@ -5550,6 +5582,34 @@ Wildcard med asterisk (*) kan anv
...
@@ -5550,6 +5582,34 @@ Wildcard med asterisk (*) kan anv
</TOPIC>
</TOPIC>
<TOPIC> show symbol <style> function
Kommando show symbol
Visa en symbol, eller alla symboler.
<B>wtt> show symbol 'symbol'<t>Visa symbol 'symbol'
<B>wtt> show symbol <t>Visa alla symboler
<h2>närliggande ämnen
define <LINK> define
symbol <LINK> symbol
</TOPIC>
<TOPIC> show version <style> function
Kommando show version
Visa wtt version.
<B>wtt> show version
</TOPIC>
<TOPIC> show volumes <style> function
Kommando show volumes
Visa alla volymer i arbetsbänken.
<B>wtt> show volumes
</TOPIC>
<TOPIC> sort <style> function
<TOPIC> sort <style> function
Kommando sort
Kommando sort
...
@@ -5565,6 +5625,23 @@ Om ingen 'parent' anges kommer barnen till utvalt objekt att sorteras.
...
@@ -5565,6 +5625,23 @@ Om ingen 'parent' anges kommer barnen till utvalt objekt att sorteras.
<t>andra objekt i alfabetisk ordning.
<t>andra objekt i alfabetisk ordning.
</TOPIC>
</TOPIC>
<TOPIC> two <style> function
Kommando two
Visa två fönster. Både anläggnings och nod hierarki fönsterna visas.
<B>wtt> two
</TOPIC>
<TOPIC> update classes <style> function
Kommando update classes
Updatera klasserna i aktuell volym.
<B>wtt> update classes
</TOPIC>
<TOPIC> wb dump <style> function
<TOPIC> wb dump <style> function
Kommando wb dump
Kommando wb dump
...
@@ -5572,9 +5649,14 @@ Dumpa volymen, eller en del av volymen p
...
@@ -5572,9 +5649,14 @@ Dumpa volymen, eller en del av volymen p
<B>wtt> wb dump /output= [/hierarchy=]
<B>wtt> wb dump /output= [/hierarchy=]
/hierarchy <t>Hieraki objekt. Objektet och dess barnträd kommer
/hierarchy <t>Hiera
r
ki objekt. Objektet och dess barnträd kommer
<t>att dumpas på textfil.
<t>att dumpas på textfil.
/output <t>Utfil.
/output <t>Utfil.
/nofocode <t>Skriv inte plc kod för funktionsobjekt med template
<t>kod. Reducerar storleken på dumpfilen. Ny kod kommer
<t>att kopieras när plc't kompileras.
/keepname <t>Skriv externa referenser med namn istället för identitet.
/noindex <t>Skriv inte objektindex i dumpfilen.
</TOPIC>
</TOPIC>
<TOPIC> wb load <style> function
<TOPIC> wb load <style> function
...
@@ -5588,54 +5670,6 @@ Ladda databasen fr
...
@@ -5588,54 +5670,6 @@ Ladda databasen fr
</TOPIC>
</TOPIC>
<TOPIC> open graph <style> function
Command open graph
Öppna en Ge graf.
I modal mod, fortsätter inte exekveringen av skriptet förrän
grafen stängs.
<B>wtt> open graph /file= /modal
/file <t>Namn Ge grafen.
/modal <t>Modal mod.
</TOPIC>
<TOPIC> close graph <style> function
Command close graph
Stäng en Ge graf.
<B>wtt> close graph /file=
/file <t>Namn på Ge grafen.
</TOPIC>
<TOPIC> set subwindow <style> function
Command set subwindow
Öppna en graf i ett window objekt i en tidigare öppnad graf.
<B>wtt> set subwindow 'graph' /name= /source=
/name <t>Namn på window objektet.
/source <t>Namn på grafen som ska öppnas i window objektet.
</TOPIC>
<TOPIC> release subwindow <style> function
Command release subwindow
Släpp loss exekveringen av ett skript som öppnat en graf
i ett window objekt med kommandot 'set subwindow' eller
funktionen 'SetSubwindow' i modal mod.
Release kommandot exekveras från en trycknapp i bilden med
actiontyp command.
<B>wtt> release subwindow 'graph'
graph <t>Namnet på huvud grafen.
</TOPIC>
<TOPIC> symbol
<TOPIC> symbol
Symbol
Symbol
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment