› PLCGurus.NET Live & Interactive Forum › PLC Questions and Answers › General Automation Questions › HMI project
- This topic has 4 replies, 3 voices, and was last updated 10 months, 3 weeks ago by
wsmith1126.
- AuthorPosts
- October 30, 2022 at 8:03 pm #20759
wsmith1126
ParticipantKarma: 40Rank: PadawanI have a project coming up and have a question or two on how to go about it. I have experience with writing PLC programs and a little experience with HMIs. My task is to use an HMI from one plant as a base file and add file screens from an HMI from another plant into the base file. I am using FT view studio ME. How do I go about doing this task? A couple quick pointers would be great.
October 30, 2022 at 8:47 pm #20760tdamon
ParticipantKarma: 52Rank: PadawanLook in the help for “Graphics Import/Export wizard”, and it will walk you through exporting to an XML file, and then importing into the other app. You will have to fix any communication path differences and add navigation.
October 30, 2022 at 10:31 pm #20761wsmith1126
ParticipantKarma: 40Rank: PadawanThank you.
October 31, 2022 at 9:42 am #20762DaveFranson
ParticipantKarma: 19Rank: PadawanAnother way to merge applications is to use the “Add Component Into Application” feature.
To add a display from another application, you would right click on the Displays icon in ME explorer tree and select Add Component Into Application. Then navigate to and select the display you want add from the other application. Typically : C:\Users\Public\Documents\RSView Enterprise\ME\HMI projects\The contributing app\Gfx\Display you want.gfx.
You can do this for any component. e.g. Images, Macros, etc.
Note that if the path to the PLC has changed, you’ll have to change it manually in each object. If there are many objects that need the path changed, it would be quicker to export the display to an XML file and use a text editor’s “search and replace” to fix them all in one fell swoop.
October 31, 2022 at 3:43 pm #20763wsmith1126
ParticipantKarma: 40Rank: PadawanSo, I did as you suggested, the file screens migrated fine. The issue I am having is that some of these screen files already exist in the base file, and when they imported they were ignored but caused errors. Does not tell me what the errors are. Any ideas?
- AuthorPosts
- You must be logged in to reply to this topic.