FactoryTalk View ME and SE compatibility

Sinc_green

Member
Join Date
Jan 2008
Location
Grimsby, ON
Posts
71
I have a FactoryTalk View SE project with a pile of graphics that I want to reuse in an ME project. Both are version 6.10, and I've been trying to copy them over.

I've tried the copy/paste of individual graphics, simply moving the *.gfx files between projects, and import/export without success. Is there any way to move displays or components of displays between these two?

Thanks
 
Locate the FTVSE project .gfx file, Copy it and then Paste it to a suitable location.
Then, within the FTVME development application, right-click the Displays project tree folder and then choose Add/Import Component...; point to the previously "acquired" .gfx file.
Just be aware that some of the FTVSE features are not available within ME applications.
 
Thanks, but gave it a try and no luck. "an unnamed file has a bad format". Same thing happens if I create a simple display with a momentary pushbutton on it and nothing else.
 
I believe the is no native method of importing SE displays into ME applications; and if I try really hard to remember, I have accomplished this task only the other way around, ME to SE.
Realistically, SE applications are intended to replace the MEs hence the above stated functionality.
Sorry for the false hopes...:oops:
 
It was easier in past versions, but not in the newer releases.
I don't know how to do it in the latest versions. I can only think of a very tedious task, which makes me think it can't be this tough.

Anyway, you could try using XML Export/Import and manually mapping SE objects into ME objects.
Or, call RA tech support and see if they will migrate your project into ME for you (maybe, they have developer tools to do this?).

XML editing in Excel is way beyond a single post. You will have to learn/figure that out on your own.
But if you have the time, desire and it's really worth it to re-use those SE displays then here are the basic steps (RA knowledgebase may have some help too):
(1) Create a display in ME that has two (2) of every object type.
Push buttons, drawing, etc.
(2) Export the display to XML, open it with Excel (as an XML Source Task Pane, let it create the schema).
(3) Having two of every object is needed to create a list (of multiple) objects. Drag every "folder" from the source pane into worksheet, which creates a table for each object. Those should be added one after the next, side by side in the same row.
(4) Use the Developer tab > Import to get display.xml files into your table.
(5) Use the Develop tab > Export to put the tables back into an XML file.
(6) After an export to XML, you will need to edit the first couple lines with a text editor. Compare your Excel export to your original XML file (from FTView Studio) to see the difference.
(7) Now you can import your modified XML file into FTView Studio

Once you get that working just for ME display (XML) files, you would have to do the same for SE files. Then either manually or use VBA to translate the SE objects into the ME objects.

Even if you don't do that, learning to use XML files with Excel is VERY useful for FTView.
You can analyze files, create graphic screens, make batch changes, etc. all very easily with VBA code.
 
Last edited:

Similar Topics

Hello, I know this has been discussed before but i couldn't find exactly what i was looking for in older posts, here is what i got... I have a...
Replies
1
Views
2,139
Hi all, We've got FTView Studio ME 6.10 (CPR 9 SR 4). Is there a list of PanelView model numbers that can be programmed at this version? If...
Replies
5
Views
2,666
Dear All, I am having trouble in opening a project using FactoryTalk View ME Station. I am getting an error message that says " cannot open the...
Replies
10
Views
6,989
Will FT View ME ver 5.0 run on a Panelview plus terminal at firmware v3.5 without issues?
Replies
1
Views
1,920
I am doing some modifications to a version 3.xx ME project and just converted it to Version 5.0. Will I run into issues when trying to run this...
Replies
1
Views
1,635
Back
Top Bottom