https://github.com/olejek88/opc_hart
Universal Hart OPC server
https://github.com/olejek88/opc_hart
cpp hart opc
Last synced: 7 days ago
JSON representation
Universal Hart OPC server
- Host: GitHub
- URL: https://github.com/olejek88/opc_hart
- Owner: Olejek88
- Created: 2020-10-10T16:23:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-12T17:56:26.000Z (over 5 years ago)
- Last Synced: 2025-03-09T22:51:23.348Z (over 1 year ago)
- Topics: cpp, hart, opc
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Universal Hart OPC Server v0.90
installation notes:
-------------------
After install software you must register server with key /r. You also may unregistered server with key /u.
For example opc.exe /r or opc.exe /u.
Show help key /?.
version history:
----------------
v0.90 build 44
= fixed copy data from port to tag (while >2 zero in string early be
interpreted as '\0' character);
= finally fixed timestamp on work;
v0.90 build 6
= fixed output date bug;
= fixed error output (kg/h) value;
= now show serial number correctly;
= fixed timestamp on connect;
- delete many records in log file;
v0.89 build 12
+ add ability configurate com-port throw ini file;
+ add evaluating and checking control sum;
+ loVendorInfo now show correct version;
+ add help key /?;
- delete many records in log file;
v0.88a
+ support 33 write and read tags;
+ support OPC DA Specifications 2.0;