11/20/2024 1:02 AM | |
Joined: 11/10/2024 Last visit: 11/23/2024 Posts: 9 Rating:
|
Hi, I am working on a project where I want the user to be able to change some values from the integrated/custom logo! website. All works fine, but I would like these values to be saved in case of power off/on. I saw several posts where a Min/Max block is used with retentivity on and mode = 3. In simulation mode this works perfectly! I would have a save button on the website and that would enable the En pin of Min/Max block, and Ax would be populated by a Network Analog Input register. Works great in simulation mode, but when running in online mode the value does not go into the min/max Block. Is something wrong with my hardware? I have a LOGO!8 6ED1052-xxx08 0BA0 Attachmentretentivity_issue.zip (252 Downloads) |
11/20/2024 4:18 PM | |
Joined: 12/18/2014 Last visit: 9/6/2025 Posts: 35928 Rating:
|
Where does this value come from? From an HMI? Or from the web server?
Or other? |
11/20/2024 4:38 PM | |
Joined: 12/18/2014 Last visit: 9/6/2025 Posts: 35928 Rating:
|
I made you a simple example for the LOGO! 8.2 and the extended web server. |
11/20/2024 5:06 PM | |
Joined: 12/18/2014 Last visit: 9/6/2025 Posts: 35928 Rating:
|
Here's the example. If you write directly in a parameter of an Analog MUX or a Mathematic Instruction then is it retentive because the value would written in a flash memory. Try it and see ... AttachmentR_Tet.zip (238 Downloads) |