Hi,
We are currently migrating from 7.9.8 to 8.0.3 (latest stable at this time) and have several projects on the same gateway.
After doing an upgrade over the top of v7 we seem to be having a few problems:
Alarm pipelines in the designer are not present, but the gateway webpage seems to know they exist.
EDIT: seems there is a new project with imported alarm pipelines
Alarm tags reference to existing pipeline is not the same as the 7.9 alarm pipeline path.
Designer/Tag Browser/Gateway seem to crash/timeout when editing a UDT datatype tag, alarm property, which has many refrenced tags. Have to keep restarting the gateway to get back to normal
Has anyone else come across this.
Cant seem to find 3d/gradient options for buttons on v8? Are these options still available?
Has anyone come across the any of the above and have any solutions?
So I'm assuming the alarm pipelines are now project based not global anymore?
Seems very similar - this only seems to be happening when connected PLC/OPC. If i run in a test project in a VM with no devices connected and change the settings, all seems good
Yes i believe so, vision property filter is on 'All', but not seeing the gradient options - even when changing to any of the other filters. Are these properties located somewhere else now? or do i have to enable 'advanced' somewhere?
Yep, there's no global resources any more. On upgrade, for backwards compatibility, we created a project called "global" and all your other projects inherit from it. But there's nothing else special about it. Pipelines and run-always SFCs had to go into their own projects because they are "runnable" things.
Thanks for the update, seems a bit odd though? Tab strips still have the gradient option but not buttons. I only say this as i made a custom tab strip with buttons in v7 to make it look and feel similar
The tab strip works because weāre āpaintingā it ourselves - itās a custom component. All of our buttons are just thin wrappers over Javaās default objects, and the look and feel has a lot more control there than we do.
If you need these, it's easy to make your own button template styled as desired (we don't use any of the built-in buttons). That's not to say it's trivial to switch from built-in buttons to your template buttons on an existing project that uses a bunch of them.
I apologize for the misleading statement in the user manual. That appears to be held over from earlier versions of the software. I've updated some images, and removed mention of "global" resources from the page.