KydeX Posted October 22, 2015 Report Posted October 22, 2015 Hi, Is it possible somehow to edit the graphics in the UniPic library? They cannot simply be edited in an image editor, because they are watermarked. I want to use some of the pump icons, but add different colors etc. Also, is it possible to add or edit the so called widgets, like the tanks?
Saragani Posted October 22, 2015 Report Posted October 22, 2015 1) No, this is why they are watermarked (To prevent the usage in external programs) 2) No. The tanks are drawn using vector graphics (Xaml), which is inside the program.
Kojekude Posted November 4, 2015 Report Posted November 4, 2015 Hi, I'm sorry for my bad english. I'm exciting with Unistream platform. Ladder is excelent, but for now my opinion is that working with HMI is better in Visilogic. Some questions about working with HMI in Unisteram (project is big and I have no time for testing): 1. How to organize variables? Often it isn't good to put tag to display variable directly. I have two ideas. Both ideas contain one function for each Screen. First: to define group of global tags (arrays) and then for every Screen store variables (throw function active if Screen active) to that global tags temporary, during Screen is active. Second: to define variables like local function tags. 2. What really function "Is Active" in Screen Proporties window? What conditions is to set and reset? Does set and reset bit working throw ladder conditions or automatically set if Screen is active and reset if not active? 3. How to set some parameters while Scren loading (On Load Subroutine in Visilogic)? Thanx
Ofir Posted November 11, 2015 Report Posted November 11, 2015 Hi, The tag which is linked to "Is Active" property of a display will turn on immediatelly when the display is shown on the HMI and it will be reset when the display is no more showing on the HMI. in this case for example you can use a positive transition of this tag to call a function that you will prepare such as screen loading. You can also of course run a function while a display is shown using a direct contact of the "Is Active" to call this function.
Fahrphrompuken Posted February 22, 2018 Report Posted February 22, 2018 I am looking for a 3rd party HMI graphics library to use with Unilogic. Does Unilogic support Active-x based graphics?
Saragani Posted February 22, 2018 Report Posted February 22, 2018 ActiveX is not a graphic technology, so I'm not sure what you mean.
Fahrphrompuken Posted February 23, 2018 Report Posted February 23, 2018 I am aware that Active-X is not in itself a graphic format, So this is what prompted me to ask such a thing about Active-X. This is the reply from my initial inquiry: "Thank you for your interest in our product! We offer the Industrial Gadgets as an ActiveX control, or a .NET Component. Do you know if Unilogic supports either of those? I could not find an answer when I searched online. This may be something that Unitronics could answer fairly easily."
Saragani Posted February 23, 2018 Report Posted February 23, 2018 I'm not sure who wrote this, but at least about the .Net components, it means that we have .Net components developed by us that can be used for creating your software (like Remote Operator custom control for the Vision PLCs, and few other developers tools). Anyway, UniLogic or VIsilogic does not support plugins.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now