Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Modbus-Profibus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaclab
Modbus-Profibus
Commits
8e2c55c9
Commit
8e2c55c9
authored
8 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
andere GSD-Datei
parent
1d1af2e0
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MKS/MKS600-CT27.spj
+0
-0
0 additions, 0 deletions
MKS/MKS600-CT27.spj
MKS/MKS600-CT27/_S129/SYCON_net.xml
+9
-9
9 additions, 9 deletions
MKS/MKS600-CT27/_S129/SYCON_net.xml
MKS/README.md
+20
-19
20 additions, 19 deletions
MKS/README.md
with
29 additions
and
28 deletions
MKS/MKS600.spj
→
MKS/MKS600
-CT27
.spj
+
0
−
0
View file @
8e2c55c9
File moved
This diff is collapsed.
Click to expand it.
MKS/MKS600/_S129/SYCON_net.xml
→
MKS/MKS600
-CT27
/_S129/SYCON_net.xml
+
9
−
9
View file @
8e2c55c9
This diff is collapsed.
Click to expand it.
MKS/README.md
+
20
−
19
View file @
8e2c55c9
...
@@ -9,41 +9,42 @@ Für die MKS-CDGs (Baratron) der 600er Serie sind die folgenden PROFIBUS-Konfigu
...
@@ -9,41 +9,42 @@ Für die MKS-CDGs (Baratron) der 600er Serie sind die folgenden PROFIBUS-Konfigu
*
`MKS0620.R1.0.gsd`
: obsolete 600 series GSD for compatibility
*
`MKS0620.R1.0.gsd`
: obsolete 600 series GSD for compatibility
Empfohlen wird, »
`DMA.R1-1.0.gsd`
« zu benutzen, d.h. der Inhalt dieser Datei
Empfohlen wird vom Hersteller, »
`DMA.R1-1.0.gsd`
« zu benutzen. Die darin
muss im Programm »SYCON.net« dem »Gerätekatalog« hinzuzugefügt werden.
enthaltenen Definitionen lassen sich jedoch nicht mit dem
Modbus-Profibus-Gateway »NT 100-RE-DP« nutzen. Stattdessen muss
»
`CT27.R1.0.gsd`
« verwendet werden, d.h. der Inhalt dieser Datei muss im
Programm »SYCON.net« dem »Gerätekatalog« hinzuzugefügt werden.
Die Datei
`MKS600.spj`
sowie das Verzeichnis
`MKS600/`
enthalten die
aktuell
Die Datei
`MKS600
-CT27
.spj`
sowie das Verzeichnis
`MKS600
-CT27
/`
enthalten die
wirksame Konfiguration, die aus »SYCON.net« heraus an den Adapter
gesendet
aktuell
wirksame Konfiguration, die aus »SYCON.net« heraus an den Adapter
(»Download« genannt) und auch lokal unter Windows gespeichert wurde.
gesendet
(»Download« genannt) und auch lokal unter Windows gespeichert wurde.
### Abfrage per MODBUS-TCP
### Abfrage per MODBUS-TCP
Sind in »SYCON.net« alle Konfigurationen (IP-Adresse, Signalzuordnung, Auswahl
Sind in »SYCON.net« alle Konfigurationen (IP-Adresse, Signalzuordnung, Auswahl
des Moduls »
ExS
,PV
F
« usw.) erledigt, kann mit einem RelayServer-Aufruf der
des Moduls »
Cmd,St
,PV
LI
« usw.) erledigt, kann mit einem RelayServer-Aufruf der
folgenden Art der aktuelle Messwert ermittelt werden:
folgenden Art der aktuelle Messwert ermittelt werden:
```
```
cat <<EOF | curl -T - -X PUT http://localhost:55555
cat <<EOF | curl -T - -X PUT http://localhost:55555
{"Action":"MODBUS","Host":"e75451","Address":0,"Quantity":
3
,
{"Action":"MODBUS","Host":"e75451","Address":0,"Quantity":
4
,
"FunctionCode":"ReadInputRegisters", "OutMode":"Buffer",
"FunctionCode":"ReadInputRegisters", "OutMode":"Buffer",
"PostProcessing":"Result=_x.read
FloatBE(0)
;"}
"PostProcessing":"Result=_x.read
UInt32LE(4)*1E-4
;"}
EOF
EOF
```
```
#### Die Antwort der MODBUS-Anfrage:
#### Die Antwort der MODBUS-Anfrage:
```
```
| 1| 2| 3| --- Gelesene
16-Bit-Werte
(»Quantity«)
| 1| 2| 3|
4|
--- Gelesene
4
(»Quantity«)
16-Bit-Werte
|1|2|3|4|5|6| --- Zugehörige 8-Bit-Werte
|1|2|3|4|5|6|
7|8|
--- Zugehörige 8-Bit-Werte
---
-
--- -
---
--- -
------
| |
|
|
|
| '-------
E
|
|
'-------
- V
|
|
'-------------- Status?
'------------
F
'------------
------
Status (CT27B mode)?
```
```
V: 32-Bit-Integerzahl (less endian); Vielfache von 1E-4.
*
E: Fehlerbyte (0=fehlerfrei); wenn von Interesse, Wandlung zu
`number`
per
`_x.readUInt8(4);`
*
F: 32-Bit Floatzahl (big endian); Wandlung zu
`number`
per
`_x.readFloatBE(0);`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment