Jump to content

Saragani

Members
  • Posts

    1,195
  • Joined

  • Last visited

  • Days Won

    116

Everything posted by Saragani

  1. The image is a png with a transparent background. It should have been drawn transparent. If you use other UniPics with transparent backgrounds, do you see them with white/black background, or with a transparent one? What about other transparent images you download from the web?
  2. When does it happen? Only when the download ends? Do you have the option "Start Online after download" checked? if so, then uncheck it.
  3. Hi @Skye We've uploaded a new version of UniLogic to our website: 1.33.348
  4. @Mac9010 You need to contact our support.
  5. I meant that theoretically, it is possible if UniLogic will let the user choose a tag instead of a constant value, and link the tag value to the frame on compile. Right now, on your UniLogic, you can't do it. The UI code of the panel already changes the labels on the X Axis when the tag value changes (I've made a simple test), but there are other issues that need to be sorted, so it might be added to the working plan.
  6. Hi @MELDAW, I have checked this for you, and theoretically it is possible, and I've advising the Panel team leader if it has some bad side effects, and what are the solutions for few of the issues that happens if we do implement it. If it's possible, then it might be added to the working plan.
  7. Yes. Only Managed Array supports online. Same thing for the read and write.
  8. I'll add it to the To Do list.
  9. @Kojekude As I wrote in my previous post, the text will be changed to: (209 Elements [259 Items]), so you will know that there are 209 actual elements on the screen, but when counting the inner elements on the used custom controls, it will show 259 Items. The reason we limit the number of elements on a screen is because each element consumes memory from the Panel, so while you place elements on a custom control, and then use that custom control on your screen, then the actual elements that exist on that screen are actually 259 elements that consume RAM. This is why we don't treat a single custom control as only 1 element.
  10. About the first issue, we will have more details that will say: (209 Elements [259 Items])
  11. Can you give an example of what you mean by "buttons in Error List not filtering rows correctly"? The buttons are working as toggle buttons, so you can check or uncheck "Errors" or "Warnings"
  12. You want to copy the names of the layers from one screen to another? If that's what you want, then no. If you want to copy elements within a layer to another screen, then you can copy those elements and they will keep their layer. You can hide all layers (it will hide all layers, but the active one), and then you can CTRL+A to select all elements, and then Copy and Paste them to another screen.
  13. @papouchka You can use "List of Text" element, and define an integer that sets the color and the text on each Tab. In your case, the text doesn't change, but only the foreground and background. You can attach "Actions" to the List of Text, so it will act like a button. You won't have the state actions though (Different set of actions depending on the state of the tab), but I doubt you need it in this case.
  14. @YINGD Thank you for your feedback. I was able to find the bug that you have reported, and it will be fixed on our next UniLogic release. And here is a preview of a usability feature for our next big release (1.34): Grouping tags by adding "hash tags" @Ivgeny Your comments on this feature are welcome... bandicam 2022-12-15 17-44-14-727.mp4
  15. UniLogic is no longer supported on Windows 7 since version 1.33. This is because older UniLogic versions were using SQL Local DB 2012, which is no longer supported by Microsoft. This means that any security issues with SQL 2012 will not be fixed by Microsoft. UniLogic 1.33 is using SQL Local DB 2019, which is however not supported on Windows 7 and also requires a 64Bit Windows. If you are using Windows 7, then you can continue using it with UniLogic 1.32 and program your PLC. Older versions of UniLogic are still available on our website. Programs created with UniLogic 1.32 and older can be opened with newer versions of UniLogic. This has always been the case. In you have Windows 10, then you can install UniLogic 1.33. In that case, the installer will install SQL Local DB 2019, and will transfer all the projects this this version. This means that UniLogic 1.32 will also work with SQL 2019. Please note that Microsoft does not allow downgrading data bases into older versions, so any project saved (or even opened) on Windows 10 (After UniLogic 1.33 was installed, even when you open it with 1.32), cannot be opened on computers that still have their UniLogic use SQL Local DB 2012
  16. You can also contact Unitronics Israel, and they can help you.
  17. I disagree with the last comment: "Unitronics needs to automatically uncheck the retained value checkbox and grayout the feature when something is entered into the Initial Value box, or grayout the Initial Value box when the retain is checked, since they are contradictory." @ORSO2001 comments are the correct behavior. When creating a new tag set as retained, and setting on initial value, the new value will be set on the next download (since the tag does not exist in the plc). The value of the tag should be retained on reboot and on next downloads, and would only be set back to it's initial value if the "Init Retained Tags" is being called from UniLogic. If the problem that @crash888 is experiencing, is reproduced by the other people that replied to this thread, then we will try to reproduce it here as well. Otherwise, it might be something with the project or the PLC, and need to be investigated individually with the customer.
  18. It looks like a communication problem with the PLC. Both errors suggests that UniLogic was unable to fully communicate with the PLC, and I would suggest to check that port 22 isn't blocked somehow.
  19. It appears that your connection to the PLC was not established, You don't have the green online bar at the top. Try Entering Online mode again.
  20. @NoamM FYI @zed Thank you for the compliments. We have considered the idea of common properties in the past. It is not an easy task. I will add it to the list again, but I'm not promising anything.
  21. We've made a fix for next release, so instead of an exclamation mark, the actual value will appear (without the ability to edit it) for constant value.
  22. It might be a problem with that specific project. Try opening a different project or creating a new project and see if you see the whole tree. In that case, send the project to Unitronics support for further analysis.
  23. Maybe it's related to IPv6. The new Remote Operator should support IPv6
×
×
  • Create New...