Skip to content
Snippets Groups Projects
Commit a93afd3d authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

weitere Hinweise

parent 42d28a73
No related branches found
No related tags found
No related merge requests found
`DMA.R1-1.0.gsd`: GSD for PROFIBUS BARATRON 626A, 627B
### Allgemeines
Für die MKS-CDGs (Baratron) der 600er Serie sind die folgenden PROFIBUS-Konfigurationsdateien (»General Station Description«) von Bedeutung:
* `DMA.R1-1.0.gsd`: GSD for PROFIBUS BARATRON 626A, 627B
* `CT27.R1.0.gsd`: obsolete CT27 GSD for compatibility
* `MKS0620.R1.0.gsd`: obsolete 600 series GSD for compatibility
Empfohlen wird, »`CT27.R1.0.gsd`« zu benutzen, d.h. der Inhalt dieser Datei
muss im Programm »SYCON.net« dem »Gerätekatalog« hinzuzugefügt werden.
### Abfrage per MODBUS-TCP
Sind in »SYCON.net« alle Konfigurationen (IP-Adresse, Signalzuordnung, Auswahl
des Moduls »ExS,PVF« usw.) erledigt, kann mit einem RelayServer-Aufruf der
folgenden Art der aktuelle Messwert ermittelt werden:
```
cat <<EOF | curl -T - -X PUT http://localhost:55555
{"Action":"MODBUS","Host":"e75451","Address":0,"Quantity":4,
"FunctionCode":"ReadInputRegisters", "OutMode":"Buffer",
"PostProcessing":"Result=_x.readFloatBE(0);"}
EOF
```
`CT27.R1.0.gsd`: obsolete CT27 GSD for compatibility
`MKS0620.R1.0.gsd`: obsolete 600 series GSD for compatibility
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment