Commit 4dbb33ca authored by claes's avatar claes

Build command ant others

parent d228cdf4
......@@ -4762,8 +4762,8 @@ that are not handled by the converter.
<TOPIC> help command
Wtt commands
<b>exit <t>close wtt <LINK> exit
<b>edit <t>set edit mode <LINK> edit
<b>build <t>Build node, volume or object <LINK> build
<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>compile <t>Compile plcpgm <LINK> compile
<b>configure card<t>Configure a card object <LINK> configure card
......@@ -4783,6 +4783,8 @@ Wtt commands
<b>delete volume<t>Delete a volume <LINK> delete volume
<b>disconnect <t>Disconnect signal and channel <LINK> disconnect
<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>generate web <t>Generate webpages <LINK> generate web
<b>list channels<t>List channels <LINK> list channels
......@@ -4833,9 +4835,8 @@ Wtt commands
<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>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 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>Symbols <link> symbol
......@@ -4844,412 +4845,220 @@ Wtt commands
script <LINK> script
</TOPIC>
<TOPIC> build <style> function
Command build
<TOPIC> exit <style> function
Command exit
Call the build method for a node, a volume or an object.
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> edit <style> function
Command edit
<TOPIC> check classes <style> function
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> define <style> function
Command define
<TOPIC> close graph <style> function
Command close graph
Define a symbol.
Close a Ge graph.
<B>wtt> define 'symbolname' 'text'
<B>wtt> close graph /file=
<h2>related subjects
symbol <LINK> symbol
show symbol <LINK> show symbol
symbolfile <LINK> symbolfile
</TOPIC>
/file <t>Name of the Ge graph.
</TOPIC>
<TOPIC> help help <style> function
Command help
<TOPIC> compile <style> function
Command compile
Display help information for a subject.
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.
Compile plcprograms.
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
helpfile <LINK> helpfile
/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> 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'
<TOPIC> configure card <style> function
Command configure card
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.
Create a card with channels.
<B>wtt> login /administrator 'username' 'password'
<B>wtt> configure card /rack= /cardname= /channelname= /chanidentity=
<B> <t>/chandescription= /table=
<H2>related subjects
logout <LINK> logout
show user <LINK> show user
</TOPIC>
/rack <t>Name of rack object that the card will belong to.
<TOPIC> logout <style> function
Command logout
/cardname <t>Name of card. Last segment of name.
Logout a user, and return to the original user.
/channelname <t>Name of channel. Last segment of name.
<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.
<B>wtt> logout
/chanidentity <t>Identiy of the channel. Will be inserted into the Identity-
<t>attribute of the channel.
<H2>related subjects
login <LINK> login
/chandescripton <t>Channel description. Will be inserted into the Description-
<t>attribute of the channel.
</TOPIC>
<TOPIC> set advanceduser <style> function
Command set advanceduser
<TOPIC> connect <style> function
Command connect
Set or reset advanced user.
Connect a signal and a channel.
<B>wtt> set advanceduser
<B>wtt> set noadvanceduser
<B>wtt> connect /source= /destination= [/reconnect]
<H2>related subjects
advanced user <LINK> advanced user
/source <t>A signal or channel object.
/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> set alltoplevel <style> function
Command set alltoplevel
<TOPIC> copy <style> function
Command copy
Show all the root objects in the database, not only the
root objects defined for the plant hierarchy or the
node hierarchy.
Copy selected object trees to paste buffer.
<B>wtt> set alltoplevel
<B>wtt> set noalltoplevel
<B>wtt> copy [/keepreferences] [/ignore_errors]
/keepreferences <t>Keep references to objects outside the copied trees. By default
<t>these references will be zeroed.
/ignore_errors <t>Try to complete the copy despite detected errors.
</TOPIC>
<TOPIC> set showclass <style> function
Command set showclass
<TOPIC> copy object <style> function
Command copy object
Display the class of the object in the plant and node hierarchy.
Copy an object or an object tree.
<B>wtt> set showclass
<B>wtt> set noshowclass
<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> set showalias <style> function
Command set showalias
<TOPIC> create bootfiles <style> function
Command create bootfiles
Display the aliasname of the objects in the plant and node hierarchy.
Create new bootfiles.
<B>wtt> set showalias
<B>wtt> set noshowalias
</TOPIC>
<B>wtt> create bootfiles /nodeconfig= [/debug]
<B>wtt> create bootfiles /allnodes [/debug]
<TOPIC> set showdescription <style> function
Command set showdescription
/nodeconfig <t>The name of the NodeConfig-object of the
<t>node for which nodefile will be created.
Display the description of the objects in the plant and node hierarchy.
/all <t>Create bootfiles for all nodes in the project.
<B>wtt> set showdescription
<B>wtt> set noshowdescription
/debug <t>Link plcprogram with debug.
</TOPIC>
<TOPIC> set showobjref <style> function
Command set showobjref
<TOPIC> create loadfiles <style> function
Command create loadfiles
Display the number of connected object references of the objects in the
plant and node hierarchy.
Create loadfiles for a volume.
<B>wtt> set showobjref
<B>wtt> set noshowobjref
</TOPIC>
<B>wtt> create loadfile /volume=
<B>wtt> create loadfile [/class] [/all]
<TOPIC> set showobjxref <style> function
Command set showobjxref
/volume <t>Create loadfiles for a specific volume.
Display the number of connected object x-references of the objects in the
plant and node hierarchy.
/all <t>Create loadfiles for all root volumes
<t>in the database.
<B>wtt> set showobjxref
<B>wtt> set noshowobjxref
/class <t>Create loadfiles for all classvolumes in the database.
</TOPIC>
<TOPIC> set showattrref <style> function
Command set showattrref
Display the number of connected attribute references
of the objects in the plant and node hierarchy.
<TOPIC> create object <style> function
Command create object
<B>wtt> set showattrref
<B>wtt> set noshowattrref
</TOPIC>
Create an object.
<TOPIC> set showattrxref <style> function
Command set showattrxref
<B>wtt> create object /destination= /name= /class=
<B> <t>[/first] [/last] [/after] [/before]
Display the number of connected attribute x-references of
the objects in the plant and node hierarchy.
/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.
<B>wtt> set showattrxref
<B>wtt> set noshowattrxref
</TOPIC>
/name <t>Name of the new object. Last segment.
<TOPIC> set verify <style> function
Command set verify
/class <t>Class of new object.
Display all executed lines when running a script.
/first <t>The object will be inserted as first child to
<t>the destination object.
<B>wtt> set verify
<B>wtt> set noverify
</TOPIC>
/last <t>The object will be inserted as last child to
<t>the destination object.
<TOPIC> set inputfocus <style> function
Command set inputfocus
/after <t>The object will be inserted as sibling after
<t>the destination object.
Set input focus to the plant or the node hierarchy window (w1 or w2).
/before <t>The object will be inserted as sibling before
<t>the destination object.
<B>wtt> set inputfocus w1
<B>wtt> set inputfocus w2
</TOPIC>
<TOPIC> set window <style> function
Command set window
<TOPIC> create structfiles <style> function
Command create structfiles
Set window width and height.
Create c include-files for classes in a classvolume.
<B>wtt> set window /width= /height=
<B>wtt> create structfiles [/files=]
/width <t>width in pixels.
/height <t>height in pixels.
/files <t>Name of wb_load-file.
<t>Default name $pwrp_db/userclasses.wb_load
</TOPIC>
<TOPIC> two <style> function
Command two
<TOPIC> create rttfiles <style> function
Command create rttfiles
Display two windows. Both the plant and the node hierarchy window are
displayed.
Create files for displaying crossreferences in rtt and xtt for
the current volume.
<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
<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 volumes <style> function
Command show volumes
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.
<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-
<t>attribute of the channel.
/chandescripton <t>Channel description. Will be inserted into the Description-
<t>attribute of the channel.
</TOPIC>
<TOPIC> connect <style> function
Command connect
Connect a signal and a channel.
<B>wtt> connect /source= /destination= [/reconnect]
/source <t>A signal or channel object.
/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> disconnect <style> function
Command disconnect
Disconnect a signal or a channel.
<B>wtt> disconnect /source=
/source <t>A signal or channel object.
</TOPIC>
<TOPIC> copy <style> function
Command copy
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.
<B>wtt> create rttfiles
</TOPIC>
<TOPIC> cut <style> function
......@@ -5264,173 +5073,104 @@ in the current volume.
<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> define <style> function
Command define
<TOPIC> open buffer <style> function
Command open buffer
Define a symbol.
Open the buffer selection window.
<B>wtt> define 'symbolname' 'text'
<B>wtt> open buffer
</TOPIC>
<h2>related subjects
symbol <LINK> symbol
show symbol <LINK> show symbol
symbolfile <LINK> symbolfile
</TOPIC>
<TOPIC> copy object <style> function
Command copy object
<TOPIC> delete object <style> function
Command delete object
Copy an object or an object tree.
Delete an object.
<B>wtt> copy object /source= /destination= /name= [/hierarchy]
<B> <t>[/first] [/last] [/after] [/before]
<B>wtt> delete object /name= [/noconfirm] [/nolog]
/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.
/name <t>Name of object.
/noconfirm <t>Delete without confirm.
/nolog <t>The operation will not be logged on the output device.
</TOPIC>
<TOPIC> create bootfiles <style> function
Command create bootfiles
Create new bootfiles.
<B>wtt> create bootfiles /nodeconfig= [/debug]
<B>wtt> create bootfiles /allnodes [/debug]
<TOPIC> delete tree <style> function
Command delete tree
/nodeconfig <t>The name of the NodeConfig-object of the
<t>node for which nodefile will be created.
Delete an object tree.
/all <t>Create bootfiles for all nodes in the project.
<B>wtt> delete tree /name= [/noconfirm] [/nolog]
/debug <t>Link plcprogram with debug.
/name <t>The root object of the tree.
/noconfirm <t>Delete without confirm.
/nolog <t>The operation will not be logged on the output device.
</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]
<TOPIC> disconnect <style> function
Command disconnect
/volume <t>Create loadfiles for a specific volume.
Disconnect a signal or a channel.
/all <t>Create loadfiles for all root volumes
<t>in the database.
<B>wtt> disconnect /source=
/class <t>Create loadfiles for all classvolumes in the database.
/source <t>A signal or channel object.
</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.
<TOPIC> display <style> function
Command display
/before <t>The object will be inserted as sibling before
<t>the destination object.
Display plant or node hierarchy window (w1 or w2).
<B>wtt> display w1
<B>wtt> display w2
</TOPIC>
<TOPIC> create structfiles <style> function
Command create structfiles
Create c include-files for classes in a classvolume.
<TOPIC> edit <style> function
Command edit
<B>wtt> create structfiles [/files=]
Enter or leave edit mode.
/files <t>Name of wb_load-file.
<t>Default name $pwrp_db/userclasses.wb_load
<B>wtt> edit
<B>wtt> noedit
</TOPIC>
<TOPIC> create rttfiles <style> function
Command create rttfiles
<TOPIC> exit <style> function
Command exit
Create files for displaying crossreferences in rtt and xtt for
the current volume.
Close wtt.
<B>wtt> create rttfiles
<B>wtt> exit
</TOPIC>
<TOPIC> generate web <style> function
Command generate web
Generate html-files for webpages configured by Web-objects in the
node hierarchy of the current volume.
<TOPIC> help help <style> function
Command help
<B>wtt> generate web
</TOPIC>
Display help information for a subject.
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
Command delete object
If no helpfile is supplied the subject will be searched for in the base and project helpfiles.
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.
/noconfirm <t>Delete without confirm.
/nolog <t>The operation will not be logged on the output device.
<H2>related subjects
helpfile <LINK> helpfile
</TOPIC>
<TOPIC> delete tree <style> function
Command delete tree
Delete an object tree.
<TOPIC> generate web <style> function
Command generate web
<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.
/noconfirm <t>Delete without confirm.
/nolog <t>The operation will not be logged on the output device.
<B>wtt> generate web
</TOPIC>
<TOPIC> list <style> function
......@@ -5448,16 +5188,6 @@ symbol PWR_FOE_PRINT.
<B>wtt> list hierarchy [/hierarchy=] <link> list hierarchy
</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
Command list channels
......@@ -5472,18 +5202,14 @@ List cards and channels.
<t>will not be sent to the printer.
</TOPIC>
<TOPIC> list signals <style> function
Command list signals
<TOPIC> list descriptor <style> function
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.
/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.
/descriptor <t>ListDescriptor object.
</TOPIC>
<TOPIC> list hierarchy <style> function
......@@ -5515,6 +5241,51 @@ List of PlcPgm objects.
<t>will not be sent to the printer.
</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
Command move object
......@@ -5538,71 +5309,259 @@ Move an object.
<t>the destination object.
</TOPIC>
<TOPIC> print <style> function
Command print
<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> 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]
<B>wtt> print /hierarchy= [/nodocument] [/nooverview]
Display the number of connected attribute references
of the objects in the plant and node hierarchy.
/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.
<B>wtt> set showattrref
<B>wtt> set noshowattrref
</TOPIC>
<TOPIC> set attribute <style> function
Command set attribute
<TOPIC> set showattrxref <style> function
Command set showattrxref
Set a value to an attribute.
Objects are selected by the name, class and hierarchy qualifiers.
Display the number of connected attribute x-references of
the objects in the plant and node hierarchy.
<B>wtt> set attribute /attribute= [/value=] [/name=] [/class=] [/hierarchy=]
<B> <t>[/noconfirm] [/nolog] [/output] [/noterminal]
<B>wtt> set showattrxref
<B>wtt> set noshowattrxref
</TOPIC>
/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> set showclass <style> function
Command set showclass
Display the class of the object in the plant and node hierarchy.
<B>wtt> set showclass
<B>wtt> set noshowclass
</TOPIC>
<TOPIC> search <style> function
Command search
<TOPIC> set showdescription <style> function
Command set 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> search /regularexpression 'expression'
<B>wtt> search /next
<B>wtt> set showdescription
<B>wtt> set noshowdescription
</TOPIC>
<TOPIC> set db <style> function
Command set db
<TOPIC> set showobjref <style> function
Command set showobjref
Connect to the database with the supplied id.
This has no affect if a database already is open.
Display the number of connected object references of the objects in the
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> set volume <style> function
Command set volume
<TOPIC> set subwindow <style> function
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 volume /volumename=
<B>wtt> set subwindow 'graph' /name= /source=
/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> set template <style> function
......@@ -5626,6 +5585,67 @@ in the plceditor.
<t>objects in the plc-editor.
</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
Command show object
......@@ -5649,6 +5669,18 @@ List objects.
/objid <t>Display object for a specified objid.
</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
Command show script
......@@ -5659,6 +5691,34 @@ Wildcard with asterisk (*) can be used to look up files.
</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
Command sort
......@@ -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.
</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
Command wb dump
......@@ -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
<t>be written to text 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> wb load <style> function
......@@ -5697,54 +5780,6 @@ Load the database or from wb_load-file or dbs-file.
</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
Symbol
......
......@@ -4670,8 +4670,8 @@ inte hanteras vid konverteringen.
<TOPIC> help command
Wtt kommandon
<b>exit <t>Stäng wtt <LINK> exit
<b>edit <t>Sätt edit mod <LINK> edit
<b>build <t>Bygg nod, volym eller objekt <LINK> build
<b>check classes <t>Kontrollera om några klasser behöver updateras <LINK> check classes
<b>close graph <t>Stäng en Ge graf <LINK> close graph
<b>compile <t>Kompilera plcpgm <LINK> compile
<b>configure card<t>Konfigurera ett kort objekt <LINK> configure card
......@@ -4691,6 +4691,8 @@ Wtt kommandon
<b>delete volume<t>Ta bort en volym <LINK> delete volume
<b>disconnect <t>Koppla ifrån signal och kanal <LINK> disconnect
<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>generate web <t>Generera websidor <LINK> generate web
<b>list channels<t>Lista kanaler <LINK> list channels
......@@ -4708,7 +4710,7 @@ Wtt kommandon
<b>paste <t>Klistra buffer <LINK> paste
<b>print <t>Skriv ut plcpgm <LINK> print
<b>redraw <t>Rita om plcpgm <LINK> redraw
<b>release subwindow <t>Forsätt exekveringen med graf i window objekt. <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>save <t>Spara sessionen <LINK> save
<b>search <t>Sök <LINK> search
......@@ -4731,8 +4733,8 @@ Wtt kommandon
<b>set volume <t>Sätt volym <LINK> set volume
<b>setup <t>Wtt setup <LINK> setup
<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 object <t>Visa ett objekt <LINK> show object
<b>show objid <t>Visa objektidentiteten <LINK> show objid
<b>show script <t>Visa script filer <LINK> show script
<b>show symbol <t>Visa en symbol <LINK> show symbol
......@@ -4741,9 +4743,8 @@ Wtt kommandon
<b>show volumes<t>Visa alla volymer i arbetsbänken <LINK> show volumes
<b>sort <t>Sortera barnen till ett objekt <LINK> sort
<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 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>Symboler <link> symbol
......@@ -4752,437 +4753,467 @@ Wtt kommandon
script <LINK> script
</TOPIC>
<TOPIC> build <style> function
Kommando build
<TOPIC> exit <style> function
Kommando exit
Anropa byggmetoden för en node, en volym eller ett objekt.
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> edit <style> function
Kommando edit
<TOPIC> check classes <style> function
Kommando check classes
Starta eller lämna editerings mod.
Kontrollera om några klasser behöver updateras.
<B>wtt> edit
<B>wtt> noedit
</TOPIC>
<B>wtt> check classes
<TOPIC> define <style> function
Kommando define
</TOPIC>
Definiera en symbol.
<TOPIC> close graph <style> function
Kommando close graph
<B>wtt> define 'symbolname' 'text'
Stäng en Ge graf.
<h2>närliggand ämnen
symbol <LINK> symbol
show symbol <LINK> show symbol
symbolfile <LINK> symbolfile
</TOPIC>
<B>wtt> close graph /file=
<TOPIC> help help <style> function
Kommando help
/file <t>Namn på Ge grafen.
</TOPIC>
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.
<TOPIC> compile <style> function
Kommando compile
Om ingen hjälpfil anges kommer ämnet att eftersökas i
bas och projekt hjälpfilerna.
Kompilera plcprogram.
<B>wtt> help 'subject'
<B>wtt> help 'subject' /file=
Om ingen hierarki, plcpgm eller window anges, kompileras det utvalda
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
helpfile <LINK> helpfile
/plcpgm <t>Namn på ett plcpgm objekt som ska kompileras.
/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> login <style> function
Kommando login
<TOPIC> configure card <style> function
Kommando configure card
Logga in med användarnamn och passerord. Användarens privilegier kommer
att hämtas ur användardatabasen, och påverka tillgången till systemet.
Skapa ett kort med kanaler.
<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
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.
/rack <t>Namn på det rackobjekt som kortet ska tillhöra.
<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
logout <LINK> logout
show user <LINK> show user
/chandescripton <t>Kanal beskrivning. Läggs in i Descripton attributet
<t>för kanalen.
</TOPIC>
<TOPIC> logout <style> function
Kommando logout
<TOPIC> connect <style> function
Kommando connect
Logga ut en användare, och återgå till den ursprungliga användaren.
Kopplar ihop en signal med en kanal.
<B>wtt> logout
<B>wtt> connect /source= /destination= [/reconnect]
<H2>närliggande ämnen
login <LINK> login
/source <t>Ett signal eller kanalobjekt.
/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> set advanceduser <style> function
Kommando set advanceduser
<TOPIC> copy <style> function
Kommando copy
Sätta eller återställa 'advanced user'.
Kopiera utvalda objektträd till en paste buffer.
<B>wtt> set advanceduser
<B>wtt> set noadvanceduser
<B>wtt> copy [/keepreferences]
<H2>närliggande ämnen
advanced user <LINK> advanced user
/keepreferences <t>Behåll objektsreferenser till objekt utanför det
<t>kopierade trädet. Som default kommer dessa att nollställas.
/ignore_errors <t>Slutför kopieringen trots upptäckta fel.
</TOPIC>
<TOPIC> set alltoplevel <style> function
Kommando set alltoplevel
<TOPIC> copy object <style> function
Kommando copy object
Visa alla rotobjekt i databasen, inte enbart de som är
definierade för anläggnings resp node hierarkin.
Kopiera ett objekt eller ett objeksträd.
<B>wtt> set alltoplevel
<B>wtt> set noalltoplevel
<B>wtt> copy object /source= /destination= /name= [/hierarchy]
<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> set showclass <style> function
Kommando set showclass
<TOPIC> create bootfiles <style> function
Kommando create bootfiles
Visa klasstillhörighet för objekt i anläggnings och nod hierarkin.
Skapa en ny bootfil.
<B>wtt> set showclass
<B>wtt> set noshowclass
</TOPIC>
<B>wtt> create bootfiles /nodeconfig= [/debug]
<B>wtt> create bootfiles /allnodes [/debug]
<TOPIC> set showalias <style> function
Kommando set showalias
/nodeconfig <t>Namn på NodeConfig-objektet för de nod
<t>som en bootfil ska skapas för.
Visa aliasnamnet för objekt i anläggnings och nod hierakin.
/all <t>Skapa bootfiler för alla noder i projektet.
<B>wtt> set showalias
<B>wtt> set noshowalias
/debug <t>Länka plcprogram med debug.
</TOPIC>
<TOPIC> set showdescription <style> function
Kommando set showdescription
<TOPIC> create loadfiles <style> function
Kommando create loadfiles
Visa beskrivning för objekt i anläggnings och nod hierarkin.
Skapa laddatafiler för en volym.
<B>wtt> set showdescription
<B>wtt> set noshowdescription
</TOPIC>
<B>wtt> create loadfile /volume=
<B>wtt> create loadfile [/class] [/all]
<TOPIC> set showobjref <style> function
Kommando set showobjref
/volume <t>Skapa laddatafil för angiven volym.
Visa antalet kopplade objektreferenser för objekt i anläggnings och
nod hierarkin.
/all <t>Skapa laddatafiler för alla rot- och sub-volymer
<t>i arbetsbänken.
<B>wtt> set showobjref
<B>wtt> set noshowobjref
/class <t>Skapa laddatafiler för alla classvolymer i arbetsbänken.
</TOPIC>
<TOPIC> set showobjxref <style> function
Kommando set showobjxref
Visa antalet kopplade objekt x-referenser för objekt i anläggnings och
nod hierarkin.
<TOPIC> create object <style> function
Kommando create object
<B>wtt> set showobjxref
<B>wtt> set noshowobjxref
</TOPIC>
Skapa ett objekt.
<TOPIC> set showattrref <style> function
Kommando set showattrref
<B>wtt> create object /destination= /name= /class=
<B> <t>[/first] [/last] [/after] [/before]
Visa antal kopplade attribut referenser för objekt
i anläggnings och nod hierarkin.
/destination <t>Destinationen för det nya objektet. Det nya objektet
<t>kommer att bli barn eller syskon till destinations objektet.
<B>wtt> set showattrref
<B>wtt> set noshowattrref
</TOPIC>
/name <t>Namn på det nya objektet. Sista namnledet.
<TOPIC> set showattrxref <style> function
Kommando set showattrxref
/class <t>Klass på det nya objektet.
Vissa antalet kopplade attribut x-referenser för objekt
in anläggnings och nod hierarkin.
/first <t>Objektet kommer att läggas in som första barn till
<t>destinations objektet.
<B>wtt> set showattrxref
<B>wtt> set noshowattrxref
</TOPIC>
/last <t>Objektet kommer att läggas in som sista barn till
<t>destinations objektet.
<TOPIC> set verify <style> function
Kommando set verify
/after <t>Objektet kommer att läggas in som syskon efter
<t>destinations objektet.
Visa alla exekverade rader när ett script körs.
/before <t>Objektet kommer att läggas in som syskon före
<t>destinations objektet.
<B>wtt> set verify
<B>wtt> set noverify
</TOPIC>
<TOPIC> set inputfocus <style> function
Kommando set inputfocus
<TOPIC> create structfiles <style> function
Kommando create structfiles
Sätt inmatnings fokus till anläggnings eller nod hierarki fönstret
(w1 eller w2).
Skapa c include filer för klasser i en klassvolym.
<B>wtt> set inputfocus w1
<B>wtt> set inputfocus w2
</TOPIC>
<B>wtt> create structfiles [/files=]
<TOPIC> set window <style> function
Kommando set window
/files <t>Namn på wb_load filen.
</TOPIC>
Set fönsterbredd och höjd.
<TOPIC> create rttfiles <style> function
Kommando create rttfiles
<B>wtt> set window /width= /height=
Skapa filer för att visa korsreferenser i rtt och xtt för objekt
i den aktuella volymen.
/width <t>bredd i pixel.
/height <t>höjd i pixel.
<B>wtt> create rttfiles
</TOPIC>
<TOPIC> two <style> function
Kommando two
<TOPIC> cut <style> function
Kommando cut
Visa två fönster. Både anläggnings och nod hierarki fönsterna visas.
Kopiera utvalda objektträd till en paste buffer, och ta bort objekten
ur aktuell volym.
<B>wtt> two
<B>wtt> cut [/keepreferences]
/keepreferences <t>Behåll objektsreferenser till objekt utanför det
<t>kopierade trädet. Som default kommer dessa att nollställas.
</TOPIC>
<TOPIC> one <style> function
Kommando one
<TOPIC> define <style> function
Kommando define
Visa ett fönster. Fönstret som för närvarande har inmatnings
fokus behålls.
Definiera en symbol.
<B>wtt> one
</TOPIC>
<B>wtt> define 'symbolname' 'text'
<TOPIC> setup <style> function
Wtt setup
Setup av wtt egenskaper
<h2>närliggand ämnen
symbol <LINK> symbol
show symbol <LINK> show symbol
symbolfile <LINK> symbolfile
</TOPIC>
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> delete object <style> function
Kommando delete object
<TOPIC> show version <style> function
Kommando show version
Ta bort ett objekt.
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> show license <style> function
Kommando show license
<TOPIC> delete tree <style> function
Kommando delete tree
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> show symbol <style> function
Kommando show symbol
<TOPIC> disconnect <style> function
Kommando disconnect
Visa en symbol, eller alla symboler.
Ta ner kopplingen för en signal eller kanal.
<B>wtt> show symbol 'symbol'<t>Visa symbol 'symbol'
<B>wtt> show symbol <t>Visa alla symboler
<B>wtt> disconnect /source=
<h2>närliggande ämnen
define <LINK> define
symbol <LINK> symbol
/source <t>Ett singal eller kanal objekt.
</TOPIC>
<TOPIC> show volumes <style> function
Kommando show volumes
<TOPIC> display <style> function
Kommando display
Visa alla volymer i arbetsbänken.
Visa anläggnings eller nod hierarkin i fönster (w1 eller w2).
<B>wtt> show volumes
<B>wtt> display w1
<B>wtt> display w2
</TOPIC>
<TOPIC> show children <style> function
Kommando show children
Visa ett objekt och dess barn.
<TOPIC> edit <style> function
Kommando edit
<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> show objid <style> function
Kommando show objid
Visa objektsidentitet för ett objekt.
Om /name utelämnas, visas identiteten för det utvalda objektet.
<TOPIC> exit <style> function
Kommando exit
<B>wtt> show objid [/name=]
Close wtt.
/name <t>Objektsnamn.
<B>wtt> exit
</TOPIC>
<TOPIC> save <style> function
Kommando save
<TOPIC> help help <style> function
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
</TOPIC>
Om ingen hjälpfil anges kommer ämnet att eftersökas i
bas och projekt hjälpfilerna.
<TOPIC> revert <style> function
Kommando revert
<B>wtt> help 'subject'
<B>wtt> help 'subject' /file=
Revertera sessionen.
/file<t>En hjälpfil som innehåller information om ämnet.
<B>wtt> revert
<H2>närliggande ämnen
helpfile <LINK> helpfile
</TOPIC>
<TOPIC> display <style> function
Kommando display
<TOPIC> generate web <style> function
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> display w2
<B>wtt> generate web
</TOPIC>
<TOPIC> search <style> function
Kommando search
<TOPIC> list <style> function
Kommando list
Leta efter ett objektsnamn eller en sträng.
Skriv ut en lista på objekt och attribut.
<B>wtt> search 'object'
<B>wtt> search /regularexpression 'expression'
<B>wtt> search /next
</TOPIC>
Listan kommer att skickas till en skrivarkö specificerad av
symbolen PWR_FOE_PRINT.
<TOPIC> compile <style> function
Kommando compile
<B>wtt> list descriptor /descriptor= <link> list descriptor
<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
plcpgm'et.
Lista kort och kanaler.
<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=]
<B>wtt> list channels [/node=] [/volume=] [/allvolumes] [output=]
/plcpgm <t>Namn på ett plcpgm objekt som ska kompileras.
/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.
/node <t>$Node 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> configure card <style> function
Kommando configure card
<TOPIC> list descriptor <style> function
Kommando list descriptor
Skapa ett kort med kanaler.
Skriver ut en lista beskriven av ett ListDescriptor objekt.
<B>wtt> configure card /rack= /cardname= /channelname= /chanidentity=
<B> <t>/chandescription= /table=
<B>wtt> list descriptor /descriptor= <link> list descriptor
/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.
<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.
Lista PlantHier och NodeHier objekt.
/chanidentity <t>Kanalens identitet. Läggs in i Identity attributet
<t>för kanalen.
<B>wtt> list hierarchy [/hierarchy=] [/volume=] [/allvolumes] [output=]
/chandescripton <t>Kanal beskrivning. Läggs in i Descripton attributet
<t>för kanalen.
/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> connect <style> function
Kommando connect
<TOPIC> list plcpgm <style> function
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.
/destination <t>Ett signal eller kanalobjekt.
/reconnect <t>Om source eller destination redan är kopplade
<t>kommer de först att ta ner kopplingen.
/plcpgm <t>Plcpgm 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> disconnect <style> function
Kommando disconnect
<TOPIC> list signals <style> function
Kommando list signals
Ta ner kopplingen för en signal eller kanal.
Lista signaler och korsreferenser för signalerna.
<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> copy <style> function
Kommando copy
<TOPIC> login <style> function
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
<t>kopierade trädet. Som default kommer dessa att nollställas.
Om man vill skapa eller modifiera projekt, användare eller registrera
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> cut <style> function
Kommando cut
<TOPIC> logout <style> function
Kommando logout
Kopiera utvalda objektträd till en paste buffer, och ta bort objekten
ur aktuell volym.
Logga ut en användare, och återgå till den ursprungliga användaren.
<B>wtt> cut [/keepreferences]
<B>wtt> logout
/keepreferences <t>Behåll objektsreferenser till objekt utanför det
<t>kopierade trädet. Som default kommer dessa att nollställas.
<H2>närliggande ämnen
login <LINK> login
</TOPIC>
<TOPIC> paste <style> function
Kommando paste
<TOPIC> move object <style> function
Kommando move object
Klistra in objekt från den senaste copy or cut operationen, i den
nuvarande volymen. Med buffer möjligheten kan en äldre buffer klistras
in.
Flytta eller byt namn på ett objekt.
<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.
/buffer <t>Namn på den buffer som ska klistras in. Som default
<t>används den senaste bufferten.
/source <t>Namn på objektet som ska flyttas.
/destination <t>Förälder eller syskon objekt efter förflyttningen.
/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> new buffer <style> function
......@@ -5195,6 +5226,15 @@ Skapa en ny tom buffer.
/name <t>Namn på bufferten.
</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
Kommando open buffer
......@@ -5203,301 +5243,258 @@ Kommando open buffer
<B>wtt> open buffer
</TOPIC>
<TOPIC> copy object <style> function
Kommando copy object
<TOPIC> open graph <style> function
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> <t>[/first] [/last] [/after] [/before]
<B>wtt> open graph /file= /modal
/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.
/file <t>Namn Ge grafen.
/modal <t>Modal mod.
</TOPIC>
<TOPIC> create bootfiles <style> function
Kommando create bootfiles
Skapa en ny bootfil.
<B>wtt> create bootfiles /nodeconfig= [/debug]
<B>wtt> create bootfiles /allnodes [/debug]
<TOPIC> paste <style> function
Kommando paste
/nodeconfig <t>Namn på NodeConfig-objektet för de nod
<t>som en bootfil ska skapas för.
Klistra in objekt från den senaste copy or cut operationen, i den
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> create loadfiles <style> function
Kommando create loadfiles
<TOPIC> print <style> function
Kommando print
Skapa laddatafiler för en volym.
Skriv ut plc dokument.
<B>wtt> create loadfile /volume=
<B>wtt> create loadfile [/class] [/all]
<B>wtt> print /plcpgm= [/nodocument] [/nooverview]
<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-volymer
<t>i arbetsbänken.
<TOPIC> release subwindow <style> function
Kommando release subwindow
/class <t>Skapa laddatafiler för alla classvolymer i arbetsbänken.
</TOPIC>
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.
<TOPIC> create object <style> function
Kommando create object
<B>wtt> release subwindow 'graph'
Skapa ett objekt.
graph <t>Namnet på huvud grafen.
</TOPIC>
<B>wtt> create object /destination= /name= /class=
<B> <t>[/first] [/last] [/after] [/before]
<TOPIC> revert <style> function
Kommando revert
/destination <t>Destinationen för det nya objektet. Det nya objektet
<t>kommer att bli barn eller syskon till destinations objektet.
Revertera sessionen.
/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
<t>destinations objektet.
Spara sessionen.
/last <t>Objektet kommer att läggas in som sista barn till
<t>destinations objektet.
<B>wtt> save
</TOPIC>
/after <t>Objektet kommer att läggas in som syskon efter
<t>destinations objektet.
<TOPIC> search <style> function
Kommando search
/before <t>Objektet kommer att läggas in som syskon före
<t>destinations objektet.
Leta efter ett objektsnamn eller en sträng.
<B>wtt> search 'object'
<B>wtt> search /regularexpression 'expression'
<B>wtt> search /next
</TOPIC>
<TOPIC> create structfiles <style> function
Kommando create structfiles
<TOPIC> set advanceduser <style> function
Kommando set advanceduser
Skapa c include filer för klasser i en klassvolym.
Sätta eller återställa 'advanced user'.
<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> create rttfiles <style> function
Kommando create rttfiles
<TOPIC> set alltoplevel <style> function
Kommando set alltoplevel
Skapa filer för att visa korsreferenser i rtt och xtt för objekt
i den aktuella volymen.
Visa alla rotobjekt i databasen, inte enbart de som är
definierade för anläggnings resp node hierarkin.
<B>wtt> set alltoplevel
<B>wtt> set noalltoplevel
<B>wtt> create rttfiles
</TOPIC>
<TOPIC> generate web <style> function
Kommando generate web
<TOPIC> set attribute <style> function
Kommando set attribute
Generera html-filer för websidor konfiguerarde med Web-objekt i
nodhierarkin för aktuell volym.
Sätt ett värde på ett attribut.
Objekt väljs med name, class och hierarchy kvalifierarna.
<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> delete object <style> function
Kommando delete object
<TOPIC> set db <style> function
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.
/noconfirm <t>Ta bort utan verifikation.
/nolog <t>Operationen kommer inte att loggas.
/dbid <t>Databas identitet.
</TOPIC>
<TOPIC> delete tree <style> function
Kommando delete tree
Ta bort ett objektsträd.
<TOPIC> set inputfocus <style> function
Kommando set inputfocus
<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.
/noconfirm <t>Ta bort utan verifikation.
/nolog <t>Operationen kommer inte att loggas.
<B>wtt> set inputfocus w1
<B>wtt> set inputfocus w2
</TOPIC>
<TOPIC> list <style> function
Kommando list
Skriv ut en lista på objekt och attribut.
<TOPIC> set showalias <style> function
Kommando set showalias
Listan kommer att skickas till en skrivarkö specificerad av
symbolen PWR_FOE_PRINT.
Visa aliasnamnet för objekt i anläggnings och nod hierakin.
<B>wtt> list descriptor /descriptor= <link> list descriptor
<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
<B>wtt> set showalias
<B>wtt> set noshowalias
</TOPIC>
<TOPIC> list descriptor <style> function
Kommando list descriptor
Skriver ut en lista beskriven av ett ListDescriptor objekt.
<TOPIC> set showattrref <style> function
Kommando set showattrref
<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> list channels <style> function
Kommando list channels
Lista kort och kanaler.
<TOPIC> set showattrxref <style> function
Kommando set showattrxref
<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.
/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.
<B>wtt> set showattrxref
<B>wtt> set noshowattrxref
</TOPIC>
<TOPIC> list signals <style> function
Kommando list signals
Lista signaler och korsreferenser för signalerna.
<TOPIC> set showclass <style> function
Kommando set showclass
<B>wtt> list signals [/hierarchy=] [/volume=] [/allvolumes] [output=]
Visa klasstillhörighet för objekt i anläggnings och nod hierarkin.
/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.
<B>wtt> set showclass
<B>wtt> set noshowclass
</TOPIC>
<TOPIC> list hierarchy <style> function
Kommando list hierarchy
Lista PlantHier och NodeHier objekt.
<TOPIC> set showdescription <style> function
Kommando set showdescription
<B>wtt> list hierarchy [/hierarchy=] [/volume=] [/allvolumes] [output=]
Visa beskrivning för objekt i anläggnings och nod hierarkin.
/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.
<B>wtt> set showdescription
<B>wtt> set noshowdescription
</TOPIC>
<TOPIC> list plcpgm <style> function
Kommando list plcpgm
Lista PlcPgm objekt.
<TOPIC> set showobjref <style> function
Kommando set showobjref
<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.
/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.
<B>wtt> set showobjref
<B>wtt> set noshowobjref
</TOPIC>
<TOPIC> move object <style> function
Kommando move object
Flytta eller byt namn på ett objekt.
<TOPIC> set showobjxref <style> function
Kommando set showobjxref
<B>wtt> move object /source= /destination= [/rename=] [/first] [/last] [/after] [/before]
<B>wtt> move object /source= /rename=
Visa antalet kopplade objekt x-referenser för objekt i anläggnings och
nod hierarkin.
/source <t>Namn på objektet som ska flyttas.
/destination <t>Förälder eller syskon objekt efter förflyttningen.
/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.
<B>wtt> set showobjxref
<B>wtt> set noshowobjxref
</TOPIC>
<TOPIC> print <style> function
Kommando print
<TOPIC> set subwindow <style> function
Kommando set subwindow
Skriv ut plc dokument.
Öppna en graf i ett window objekt i en tidigare öppnad graf.
<B>wtt> print /plcpgm= [/nodocument] [/nooverview]
<B>wtt> print /hierarchy= [/nodocument] [/nooverview]
<B>wtt> set subwindow 'graph' /name= /source=
/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.
/name <t>Namn på window objektet.
/source <t>Namn på grafen som ska öppnas i window objektet.
</TOPIC>
<TOPIC> set attribute <style> function
Kommando set attribute
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]
<TOPIC> set template <style> function
Kommando set template
/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.
Föråldrad sen V4.0.
</TOPIC>
<TOPIC> search <style> function
Kommando search
<TOPIC> set verify <style> function
Kommando set verify
Sök efter objektsnamn eller sträng.
Visa alla exekverade rader när ett script körs.
<B>wtt> search 'object'
<B>wtt> search /regularexpression 'expression'
<B>wtt> search /next
<B>wtt> set verify
<B>wtt> set noverify
</TOPIC>
<TOPIC> set db <style> function
Kommando set db
<TOPIC> set window <style> function
Kommando set window
Koppla upp till databasen med angivet id.
Detta har ingen effekt om man redan har öppnat en databas.
Set fönsterbredd och höjd.
<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> set volume <style> function
......@@ -5511,10 +5508,34 @@ Kommando set volume
/volumename <t>Volymsnamn.
</TOPIC>
<TOPIC> set template <style> function
Kommando set template
<TOPIC> setup <style> function
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> show object <style> function
......@@ -5540,6 +5561,17 @@ Lista objekt.
/objid <t>Visa objekt med specificerad objektsidentitet.
</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
Kommando show script
......@@ -5550,6 +5582,34 @@ Wildcard med asterisk (*) kan anv
</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
Kommando sort
......@@ -5565,6 +5625,23 @@ Om ingen 'parent' anges kommer barnen till utvalt objekt att sorteras.
<t>andra objekt i alfabetisk ordning.
</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
Kommando wb dump
......@@ -5572,9 +5649,14 @@ Dumpa volymen, eller en del av volymen p
<B>wtt> wb dump /output= [/hierarchy=]
/hierarchy <t>Hieraki objekt. Objektet och dess barnträd kommer
/hierarchy <t>Hierarki objekt. Objektet och dess barnträd kommer
<t>att dumpas på textfil.
/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> wb load <style> function
......@@ -5588,54 +5670,6 @@ Ladda databasen fr
</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
Symbol
......
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