You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/08/13 08:31:08 UTC

[incubator-plc4x] branch master updated: Fine tuned the generated diagrams

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 43dca59  Fine tuned the generated diagrams
43dca59 is described below

commit 43dca59beb4cd37fbb8f25767f848d5a44613ea6
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Aug 13 10:31:05 2018 +0200

    Fine tuned the generated diagrams
---
 src/site/asciidoc/protocols/delta-v/index.adoc | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/src/site/asciidoc/protocols/delta-v/index.adoc b/src/site/asciidoc/protocols/delta-v/index.adoc
index bb5e341..1bb74ac 100644
--- a/src/site/asciidoc/protocols/delta-v/index.adoc
+++ b/src/site/asciidoc/protocols/delta-v/index.adoc
@@ -14,6 +14,7 @@
 //  See the License for the specific language governing permissions and
 //  limitations under the License.
 //
+:imagesdir: ../../img/
 
 == DeltaV Industrial Ethernet Communication
 
@@ -58,7 +59,7 @@ The general structure of such a wrapper packet seems to look like this:
     * 0x80/0x00 [len = 8]
     * 0x04 [len = 8]
     * 0x00 [len = 8]
-    * Payload [len = ?]
+    * Payload [len = 64]
     * Checksum [len = 16]
 }
 ....
@@ -104,6 +105,8 @@ In this section we'll describe the general structure of how the communication lo
 [seqdiag,deltav-connect]
 ....
 {
+    Controller; OS;
+
     edge_length = 400;
     span_height = 18;
     default_fontsize = 12;
@@ -136,13 +139,15 @@ But that is just an assumption.
 [seqdiag,deltav-sync]
 ....
 {
+    Controller; OS;
+
     edge_length = 400;
     span_height = 18;
     default_fontsize = 12;
     activation = none;
 
-    OS <- Controller [label = "Type 0x0006 (Sync)"];
-    OS --> Controller [label = "Type 0x0006 (Sync)"];
+    OS -> Controller [label = "Type 0x0006 (Sync)"];
+    OS <-- Controller [label = "Type 0x0006 (Sync)"];
 }
 ....
 
@@ -155,6 +160,8 @@ If the value of a subscribed value changes in the controller, a message type `0x
 [seqdiag,deltav-data]
 ....
 {
+    Controller; OS;
+
     edge_length = 400;
     span_height = 18;
     default_fontsize = 12;
@@ -172,6 +179,8 @@ In general it seems as if all sub-types regarding events and alarms start with `
 [seqdiag,deltav-alarm]
 ....
 {
+    Controller; OS;
+
     edge_length = 400;
     span_height = 18;
     default_fontsize = 12;