Commit 8217dd76 authored by Claes Sjofors's avatar Claes Sjofors

Doc, designers guide modifications

parent 8419bfc7
......@@ -1910,6 +1910,12 @@ Ctrl and double click on the GetDi object. The name of the signal is now display
drawing. Dv signals, Do signals and attributes are fetched in the same way, with GetDv, GetDo
and GetDp objects.
The easiest way to create a Get object is to draw a connection from input point where the Get
object should be connected, and release it in an empty space in the work area. A generic Get
object is now created that will be transformed to a Get object of the correct type when the signal
is specified. The signal is specified as before by selecting the signal in the plant hierarchy
and Ctrl/double click on the Get object.
<h2>Store a value to a signal
The value of an output from a function object is stored in Do signal with a StoDo objects.
The StoDo object is connected to a Do signal in the same way as the Get objects. Dv signals
......@@ -3073,6 +3079,7 @@ ALCM (an old Digital protocol, supported for historical reasons)
Serial
Modbus/RTU Serial
3964R (serial protocol from Siemens)
Webspere MQ
Configuration of each protocol is described further down.
Place RemNode-objects below the RemoteConfig-object.
......@@ -3117,6 +3124,7 @@ BEA Message Queue <link> bea_mq
Serial <link> serial
3964-R <link> 3964r
Modbus Serial <link> modbus_serial
Websphear MQ <link> websphear_mq
<option> printenable
</topic>
......@@ -3321,6 +3329,23 @@ and the DataValid flag will be set.
Messages will be sent using the contents of RemTrans.Address[0] and [1] as the fields
slave address and function code in the message header.
</topic>
<topic>websphear_mq
Websphear MQ
RemnodeWMQ is a transport for sending messages on Websphear Message Queue (WMQ). It requires that you
to have Websphear MQ installed on your node.
RemnodeWMQ configures communication through a message queue using Websphere MQ as a client.
All regarding Server, channel, queue manager and queues to connect to is configured
in the RemnodeWMQ-object.
Configurations for the different messages is configured in the RemtTrans-object that define
each in- and outgoing message. For each RemTrans-message the following can be configured:
TransName <t> a string that defines the MsgId (message identity of the message).
Address[0] <t> defines whether the message should be sent as a persistent message or not.
<t> 1 means that the message will be sent as a persistent message. 0 not.
</topic>
</headerlevel>
<topic> an_example
......@@ -5195,6 +5220,16 @@ navigator
You can also use the runtime monitor to start the runtime environment. See below.
</topic>
<headerlevel>
<topic> simserver
Simulate Server
A simulate server can be started to control the execution of the plc program, and to store
the
<image> dg_fig121.png
</topic>
</headerlevel>
<topic>runtime monitor
Runtime Monitor
Often you want to start the runtime environment on the development node, for example
......
......@@ -1898,6 +1898,12 @@ och detta g
tangenten och dubbelklicka med MB1 på GetDi objektet. Signalnamnet visas nu i objektet. Dv
signaler, Do signaler och attribut hämtas på samma sätt med GetDv, GetDo resp GetDp objekt.
Enklaste sättat att skapa ett Get objekt är att rita en koppling från den kopplingspunkt som
Get-objektet ska vara kopplat till, och släppa den på ett tomt ställe i arbetsarean. Nu skapas
ett generiskt Get-objekt som omvandlas till ett Get-objekt av rätt typ när signalen specificeras
Signalen specificeras som tidigare genom att välja ut signalen i anläggnings-hierarkin och
klicka med Ctrl/dubbelklick på Get-objektet.
<h2>Lagra ett värde i en signal
Värdet från en utgång på ett funktionsobjekt lagras i en Do signal med ett StoDo objekt.
StoDo objektet kopplas till Do signalen på samma sätt som Get objekt. Dv signaler och
......@@ -3038,6 +3044,7 @@ ALCM (ett Digital protokoll, modell
Serial
Modbus/RTU Serial
3964R (seriellt protokoll från Siemens)
Webspear MQ
Konfigurationen av varje protokoll beskrivs längre ner.
RemNode-objekt placeras under RemoteConfig-objektet.
......@@ -3083,6 +3090,7 @@ BEA Message Queue <link> bea_mq
Serial <link> serial
3964-R <link> 3964r
Modbus Serial <link> modbus_serial
Websphear MQ <link> websphear_mq
<option> printenable
</topic>
......@@ -3286,6 +3294,22 @@ stort, lagra meddelandet och DataValid flaggan s
Meddelanden som sänds använder innehållet i RemTrans.Address[0] och [1} för fälten för
slav-adress och funktions-kod i meddelandets header.
</topic>
<topic>websphear_mq
Websphear MQ
RemnodeWMQ är en transport för att sända meddelanden med Websphear Message Queue (WMQ). Det kräver
att Websphear MQ är installerat på noden.
RemnodeWMQ konfigurerar kommunikation genom en meddelande-kö och använder Websphear MQ som klient.
Allt som har med Server, kanal, kö-manager och kö att koppla till konfigureras i RemnodeWMQ-objektet.
Konfigurationen för de olika meddelandena konfigureras i RemTrans objekt som definierar varje
in och utgående meddelande. För varje RemTrans-meddelande konfigureras följande:
TransName <t> en sträng som definierar MsgId (identitet för meddelandet).
Address[0] <t> definierar om meddelandet ska sändas som ett 'persistent' meddelande eller inte, dvs
<t> loggas på disk eller inte. 1 betyder att det kommer att sändas som 'persistent'.
</topic>
</headerlevel>
<topic> an_example
......@@ -5142,6 +5166,22 @@ N
Man kan även använda runtime-monitorn för att starta runtime-miljön. Se nedan.
</topic>
<headerlevel>
<topic> simserver
Simulerings-server
En simulerings-server kan startas för att kontrollera exekveringen av plc-programmet, och för att
kunna lagra det nuvarande tillståndet av databasen och återskapade vid ett senare tillfälle.
Simulerings-servern, rt_sim, konfigureras med ett SimulateConfig objekt. I runtime hanteras
servern från objektsbilden för SimulateConfig objektet.
<image> dg_fig121.png
<b>Fig Simulerings-server
</topic>
</headerlevel>
<topic>runtime monitor
Runtime Monitorn
Ofta vill man starta runtime-miljön på utvecklings-noden, t ex om man har gjort en
......
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