The hmi tag has no wiki summary.
2
votes
2answers
405 views
Any SCADA/HMI application created using WPF?
Any applications you could propose that I could look at online to check how their GUI is made using WPF? I'm writing an assignment on this topic, so I'd like to see how it really works and describe ...
1
vote
0answers
244 views
Why use WCF for creating real-time WPF applications
Why is WCF convenient in an application where WCF service serves a real-time WPF application (WPF application is a client)?
I need all pros and cons for this issue. Also, why use WCF over DCOM?
I ...
1
vote
5answers
669 views
I need to create a small HMI/SCADA WPF application that uses WCF
I have to create a simple app, that will suit as an example of using WPF and WCF for creating HMI screens.
I'm not sure what WCF is supposed to do in such application, I guess there must be an OPC ...
1
vote
2answers
246 views
What can I use to communicate with HMS AnyBus AB7007 gateway to PLC
I need to develop a simple website to display some values that are inputted to a PLC connected to a hardware Gateway( HMS AnyBus AB7007) already installed that converts RS485 Modbus to Ethernet ...
0
votes
0answers
78 views
Boards supporting Android for IVI(HMI) and as Mobile phone
I want to know about the hardware which would serve for the below two purposes.
Android board which acts as a Android based phone(having Bluetooth,USB and Wi-fi connectivity)
Android board which can ...
0
votes
3answers
80 views
List design (Object oriented) suggestion needed
I'm trying to implement a generic class for lists for an embedded device using C++. Such a class will provide methods to update the list, sort the list, filter the list based on some user specified ...
0
votes
2answers
63 views
Network communication troubleshooting
I have an Industrial HMI written by a third party in C++ that communicates with 36 GE PLCs via TCP/IP. The HMI is running on two different machines in the same room connected to the same switch. One ...
0
votes
1answer
398 views
How do I use the TrackBall API in Blackberry?
I want to scroll up and down in a custom menu I have made using the trackball, but how do I receive and filter the trackball events? (I know how to process keyboard events using protected boolean ...
0
votes
2answers
218 views
Using FileReadFields with Wonderware
I suppose this is a long shot considering how few Wonderware questions I've seen on here, but anyway...
The FileReadFields function in Wonderware is supposed to parse a CSV file into memory tags. ...