https://github.com/olejek88/opc_tg
Технограф-160 OPC сервер
https://github.com/olejek88/opc_tg
cpp opc
Last synced: 16 days ago
JSON representation
Технограф-160 OPC сервер
- Host: GitHub
- URL: https://github.com/olejek88/opc_tg
- Owner: Olejek88
- Created: 2020-10-10T15:13:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-12T18:19:53.000Z (over 5 years ago)
- Last Synced: 2025-03-09T22:51:23.075Z (over 1 year ago)
- Topics: cpp, opc
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Technograph OPC Server v0.57.34
overview:
---------
Technograph used single data recieve command. Worked with three ports.
Server based on lightopc v0.88. Software is absolutely free.
installation notes:
-------------------
After install software you must register server with key /r.
You also may unregistered server with key /u.
For example tg160srv.exe /r or tg160srv.exe /u.
Show help key /?.
version history:
----------------
v0.57 build 34
+ add to config file technograph configuration. if technograph switch off before
server start, he will work normal later.
- delete tags with time and data
v0.55 build 12
+ add ability work with 3 com-ports
= change serial communication function
= reduce waiting answer time
= reduce timeout settings of com-port
- server now don`t use MFC library, but still request their ))
v0.41 build 14
= return ability set "incertain" on tags, when device switch off.
- disable many log-file events
v0.41 build 3
- disable many log-file events
v0.40 build 32
= increase recieve data timeout to 500ms.
0 fixed bug, when disabled channal brings to channal shifting.
Number now has been taken directly from recieve data.
0 fixed locale settings bug. Decimal comma not accepted by atof function.
Decimal comma now equal decimal point on any workstation.