Gargamel Posted August 11, 2022 Report Posted August 11, 2022 Hi. I have been looking around in the project and UniLogic Studio V1.32.98. I have not managed to find information how much code space and cpu utilization the current project uses vs the cpu that is selected. Is there (an offline) way to find this information? 1
MVP 2023 kratmel Posted August 11, 2022 MVP 2023 Report Posted August 11, 2022 You can find Projected Memory Map in Build menu. You can find Scan time system integer SI0 and compare different code variant. You can also use Utils>>>Debug>>>Intervals for code optimization. Please read this topic about PLC utilization 1
Gargamel Posted August 12, 2022 Author Report Posted August 12, 2022 12 hours ago, kratmel said: You can find Projected Memory Map in Build menu. You can find Scan time system integer SI0 and compare different code variant. You can also use Utils>>>Debug>>>Intervals for code optimization. Please read this topic about PLC utilization I cannot find any of those menues you mention. but i found something that might be informational in the system tags. 1
Gargamel Posted August 12, 2022 Author Report Posted August 12, 2022 In the "System" tab /tags, there is Execution and PUSage, i'm ASSUMING "Panel CPU Usage [%]" actually means the PLC CPU and not an HMI/Screen cpu usage. But, i have not found any tags telling me how large my program is, but in the tech specs pdf, i found ladder memory is 1 MB. Many customers requires data on how much free cpu and memory there is, and plenty require that atleast 20-25% should be free at delivery for possible future expansion. 1
MVP 2023 kratmel Posted August 12, 2022 MVP 2023 Report Posted August 12, 2022 Sorry, I thought you were talking about Visilogic. My mistake
Gargamel Posted August 14, 2022 Author Report Posted August 14, 2022 Are you telling me, there is NO way to collect cpu and ram/memory usage from the project or live from the cpu? I *NEED* to prove to a customer, that i have ATLEAST 25% free cpu and ram usage.. 1
MVP 2023 Flex727 Posted August 14, 2022 MVP 2023 Report Posted August 14, 2022 1 hour ago, Gargamel said: Are you telling me, there is NO way to collect cpu and ram/memory usage from the project or live from the cpu? Keep in mind that the moderators and participants on this forum are volunteers most of whom do not work for Unitronics. There are a lot of experienced users here, but we don't know everything about the product. I recommend that if an important question goes unanswered here, contact Unitronics directly at support@unitronics.com. In my experience they are very responsive and will usually get back to you quickly. 1
MVP 2023 kratmel Posted August 14, 2022 MVP 2023 Report Posted August 14, 2022 In Unistream you have two CPU = panel CPU (linux based PC with more the 4GB SD card inside) and PLC CPU with battery powered RTC and 1MB memory for Ladder code. Maybe I'm wrong (let the PLC Creators correct me), but in the project, only part of the code called Ladder is executed in the PLC CPU. The graphic part and all multimedia and network capabilities are placed on the panel CPU. Therefore, in a fairly high probability, it is the percentage of using its capabilities that is the limitation that is important for the end user. For more detailed explanations, contact support@unitronics.com.
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