HMI platform that can import CAD files

lesmar96

Lifetime Supporting Member
Join Date
May 2017
Location
PA
Posts
520
We have a request from a customer to import a .dwg of the mechanical drawing of their system into the HMI. The components, like the motors, would need to be multistate to indicate status and we would like if they could have click functions.

What HMI platform is capable of this? Or is it possible?

Our PLC is Codesys 3.5. and I am not interested in Rockwell hardware.

Let me know if you have any experience with this. Thanks!!
 
Usually you'd export the dwg to a bitmap or something like that to bring into the HMI. dwg is a proprietary format, so I doubt that there are any that support them natively.
 
I'd try to convert it to a svg file, then you should be able to use any html based system. You load the svg file into the DOM, and then you're able to modify each element with some javascript. I've done this with a MS visio file, and using the webserver of a Siemens S7-1200.
 

Similar Topics

For Allen Bradley platform, without PLC, can I use an .ACD file to create a new HMI ? No physical plc and only have some PLC program. want to...
Replies
4
Views
1,780
Has anyone deployed any SCADA or HMI applications running on Windows 10? If so, what are you thoughts and experiences? If not, is there a reason...
Replies
8
Views
5,183
Hello, I have an issue where I want to simulate an Siemens HMI panel, through NAT connection to a PLC. I have the possibility through extended...
Replies
1
Views
30
Hi there, I'm trying to learn about the siemens TIA HMI features and have been following tutorials on a simple start/stop button test, however I...
Replies
3
Views
66
hi there, I'm a beginner pls help when transferring pc to hmi there's an error message on shihlin hmi written com1 station 1: communication...
Replies
1
Views
90
Back
Top Bottom