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,771
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,175
Hello, I have a Mitsubishi FX3G 14M PLC and a E615 HMI from Mitsubishi/Beijer. I'm using GXWorks 2 to do the programming and I have no problem...
Replies
3
Views
53
Good people of PLCs.net, I am currently working with an HMI that is advantech 1250H, that communicates with a 1769 Compact logix and Currently...
Replies
2
Views
71
Hello all, I know its not good practice to have duplicate destructive bits when writing plc code, but I'm wondering about writing to the same tag...
Replies
2
Views
115
Back
Top Bottom