Shaun 0 Posted February 19, 2019 Report Share Posted February 19, 2019 I really love the unitronics plc. My only issue is that I am unable to use it for many applications as there is no facility to do an online edit. An example is a project I did a while back where I did conveyor line control for a bottling company. A lot of the changes were done live as it just isn’t practical to stop a 20000 bottle an hour filler/blower to make a small update on a conveyor. This may be off subject but a good time to put it out there. Quote Link to post Share on other sites
Flex727 264 Posted February 19, 2019 Report Share Posted February 19, 2019 Most minor changes do not require the PLC to stop and the software will warn you if it needs to. Quote Link to post Share on other sites
stressed.dave 0 Posted July 13, 2019 Report Share Posted July 13, 2019 I have used the message box function to confirm/cancel a button action and this works well. I think that a useful feature would be the ability to trigger a similar looking pop-up message box to be displayed on the current HMI screen from the PLC ladder code in order to ask an operator to confirm/cancel an action or answer a yes/no question thereby setting bits for the ladder code to act on as part of the machine control process sequence. Quote Link to post Share on other sites
Cara Bereck Levy 116 Posted July 16, 2019 Report Share Posted July 16, 2019 On 7/13/2019 at 8:18 PM, stressed.dave said: I have used the message box function to confirm/cancel a button action and this works well. I think that a useful feature would be the ability to trigger a similar looking pop-up message box to be displayed on the current HMI screen from the PLC ladder code in order to ask an operator to confirm/cancel an action or answer a yes/no question thereby setting bits for the ladder code to act on as part of the machine control process sequence. Hi!We have added your request to the list. For now, we suggest that you can prepare "your own message box" using Custom controls, or a rectangle with a text and 2 buttons; then assign a visibility bit to these elements and when you wish to pop up the message, you can set the visibility bit on. Quote Link to post Share on other sites
Jordy 1 Posted July 20, 2019 Report Share Posted July 20, 2019 Hi, i'm struggeling to have a UDFB to store the PLC timestamp in a string with the following format: YYYY-MM-DD HH:MM:SS This is highly needed to insert timestamp values in SQL tables with the datatime field or timestamp field. I tried to use the RTC to ASCII UDFB but this format is not possible, also not when combining strings. A simple UDFB should do wonders here Quote Link to post Share on other sites
GonzaloRoldan_ 2 Posted October 21, 2019 Report Share Posted October 21, 2019 Hi! I would really like to be able to sort data tables! That will be an excellent upgrade. As @JPowell said: On 5/20/2016 at 9:47 AM, JPowell said: Being able to run a Min/Max sort on a column so the data table can be organized based on a column sort would provide more capabilities with data tables. Another great thing, is to have the possiblity to change Web Server language and also the language of the UniApps in the HMI. Thanks! 1 Quote Link to post Share on other sites
Cara Bereck Levy 116 Posted November 3, 2019 Report Share Posted November 3, 2019 Hi @Nanashi I did some checking :-) Quote 1. For the HMI trends to be able to choose whether to hide the buttons "Run", "Next Curve", especially "History" and "Take screen shot", just like some of those options exist in the HE:Trend - > FIFO style. In the wish list. In general as a quick workaround you can use flat button to cover all buttons that you wish to hide. Quote 2. For the XY trend to have the "View Data Point" as well, and also to be able to choose whether to show or hide it, here and on the other kind of trends. In the wish list. Quote 3. A way to Safely Remove USB/DOK just like File Browser has. For example, there could be such an HE element called "Safe removal of DOK", or some ladder element for this option. This can done via Project-level Actions, scroll down to the DOK actions: 4. A way to be able to change the black background of the Trends, or just enable the user to choose between white and black, eventually with the white to have a black default border to divide it from the surrounding buttons and labels. Already available in latest version: Quote 5. Somewhere in the help file (for example, at the explanation of the timers, or at "downloading/uploading a project") to be written how the main screen is loaded upon power up or change of project, and that on downloading an update of the project will first load the last screen and then the main one. I, as a newbie with UniLogic and UniStream, have lost so much time thinking that my splash screen logic was faulty, or that there is a bug (cause I didn't have such problems with Visilogic). If there is such an explanation in the help file, I would be grateful if someone could point it up to me. It wasn't - but it is now, in the Download/UpLoad topic Thanks for taking the time to contact us--it does sometimes take us time to respond, but we try 1 Quote Link to post Share on other sites
sasdiscos 2 Posted December 3, 2019 Report Share Posted December 3, 2019 Not sure if this is part of what your asking for. But one thing i would like to see is the scroll time input with the option of a key pad as well. The scroll is nice for looks but practically it needs to be a keypad. Also, is it possible to put a date and time function in as per visilogic, drag and drop and then select days of week etc. The new way seems long winded to me. Thanks, Steve Quote Link to post Share on other sites
schmorrison 0 Posted March 19, 2020 Report Share Posted March 19, 2020 I would be interested in seeing a Kalman filter element. I use the PID loop pretty religiously when I can, but there are lots of times where I could use more than 1 input control. I am not familiar with the inner workings of the maths, but from what I've read about it, the value seems pretty obvious to me. Quote Link to post Share on other sites
pm123 0 Posted April 9, 2020 Report Share Posted April 9, 2020 I have only built a couple of projects so am still a relative 'Newbie' in using Unilogic but am very pleased with it so far. If possible I would like to see an array of strings, at the moment I think the only way to achieve this is to create a data table though in may just be my lack of knowledge. The other thing I have found awkward is using the vertical slider bar on the data table widget and especially the alarm status/summary viewers where we found you keep tripping the alarm actions or info button as you operate the slider. We have calibrated the screen and done our best to optimize the screen sensitivity. The final issue is a hardware issue so maybe not for this forum, but we have found the terminal cover catches on the din rail modules that clip on the back of the Unistream modules can be incredibly hard to open. Quote Link to post Share on other sites
Pierro 0 Posted July 21, 2020 Report Share Posted July 21, 2020 I have an idea about the visibility tag for a HMI element. With this tag, we can allow displaying of the element and this is very useful. However, why not create an option to reverse this function. Which mean, the element is always displayed but when we SET the visibility tag it's disapear. It's just a reverse. We can compare this to NO and NC contact. Quote Link to post Share on other sites
Rivka 5 Posted November 11, 2020 Report Share Posted November 11, 2020 On 7/25/2014 at 12:21 AM, Greg Smith said: In the Rockwell Logix 5000 world... the UDFB is called an AOI or Add On Instruction... Programmers love to reuse good simple working code, therefore UDFB and AOI's are great tools to have available. The only hang-up I noticed so far with Unilogic is lack of online status when opening a specific instance. Say I use one UDFB nine different times in the control program... I can not open and "troubleshoot" like a normal ladder function. In the Rockwell Logix world I can chose to look at the source code without actual data In/Out or I can select the specific instance and then see all of the In/out parameters and logic power flow for troubleshooting within the AOI. Thanks, Greg Hi @Greg Smith A long time passed since you wrote that, but for whoever reads that today, we do have such a thing now. When UniLogic is Online, right clicking on the main function suggest to "monitor" that function. Then, you can monitor again an inner function, and then a more inner function and so on. Quote Link to post Share on other sites
Rivka 5 Posted November 11, 2020 Report Share Posted November 11, 2020 On 10/4/2017 at 9:43 PM, Swervomotor said: A way to duplicate elements within a STRUCT. Example: Keyence IV-500CA Ethernet/IP T2O assembly is 196 Word long mostly repetitive UINT16 elements that could just be duplicated. A way to export/import STRUCTS into projects from the Library. Example: If you use the above camera and/or similar components frequently being able to just load in the STRUCTS and TAGS without all the other project baggage would be nice. Hi @Swervomotor A long time passed since then and you may have noticed that both requests had been implemented. The import/export structs is not done through library, but you export to a file, then you can choose to place it wherever you want and use it again Hope this helps 1 Quote Link to post Share on other sites
Rivka 5 Posted November 11, 2020 Report Share Posted November 11, 2020 On 7/21/2020 at 11:50 AM, Pierro said: I have an idea about the visibility tag for a HMI element. With this tag, we can allow displaying of the element and this is very useful. However, why not create an option to reverse this function. Which mean, the element is always displayed but when we SET the visibility tag it's disapear. It's just a reverse. We can compare this to NO and NC contact. Hi @Pierro This can be done so easily from ladder that it is probably not worth charging HMI element properties with that. Quote Link to post Share on other sites
Rivka 5 Posted November 11, 2020 Report Share Posted November 11, 2020 On 4/1/2015 at 1:01 PM, Hannari said: Perhaps a tool that would automatically IO-map PDOs and SDOs from the EDS. This is a very handy and time saving fetcher that I miss from Codesys. Hi @Hannari, A long time passed since then, but I just wanted to inform that we do have such a tool now. Check the EDS tool in CANOpen and you'll find there nice features, including automatic PDO structs creation and automatic PDO mapping. Hope that helps, even years later! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.