-
Notifications
You must be signed in to change notification settings - Fork 2
Free OPC UA SCADA client for testing and development #3
Unanswered
larionovavi-stack
asked this question in
Q&A
Using awtSCADA as OPC UA Client
awtSCADA can connect to any OPC UA server through its Python Gateway.
Features
- Browse OPC UA address space
- Subscribe to data changes
- Read/Write variables
- Method calls
- Certificate-based security (Sign, SignAndEncrypt)
- Anonymous and username/password authentication
Quick Start
- Download awtSCADA demo
- Start gateway:
python3 scada_gateway.py --opcua-url opc.tcp://your-server:4840 - Open browser, add OPC UA tags
- Create HMI with 65 available graphic elements
Compatible OPC UA Servers
- Siemens S7-1500 (built-in OPC UA)
- Beckhoff TwinCAT
- B&R Automation
- Kepware
- Prosys Simulation Server
- open62541-based servers
Perfect for:
- Testing OPC UA server implementations
- Quick HMI prototyping during development
- Educational labs teaching OPC UA
- Small facility monitoring
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment