Jump to content

MI values are not saved and when the V560 starts with very high values. Visilogic.


Recommended Posts

Hello everyone. I am using V560 and visilogic V9.8.96 BUILD 0 and I have a problem the MI values in the HMI are not saved and when I reset the power on the V560 it starts with very high values. As for the ML values, they are saved without a problem, even when I reprogram the V560, they are still maintained. What can be?

image.thumb.png.bc03522482c2be8fc0888f11e9568b95.png

 

 

Thank you.

Link to comment
Share on other sites

Hi Victor,

 

You have a power up value set for MI 3 of 30   when ever the PLC goes through a power up cycle MI 30 will be set to 30 regardless of the value that was in that MI when power was removed.

 

The check box to the right of the DEC drop down is controlling this.  If you don't want a power up value remove the check mark in the box.

Link to comment
Share on other sites

  • MVP 2022

Victor, this appears to be a classic mistake where you want instant results of correct reads from your system on boot.  In most instances you need to build into your programming a delay after boot before the PLC starts acting on anything.  The delay time must be matched to the maximum time it takes for all your external sensors to stabilise, and also to a lesser extent the various digital and analogue inputs of the PLC itself depending on your HW configuration.  Also, if you have value averaging set up in the PLC, then this needs to be allowed for as well.

cheers, Aus

Link to comment
Share on other sites

11 hours ago, Ausman said:

Victor, this appears to be a classic mistake where you want instant results of correct reads from your system on boot.  In most instances you need to build into your programming a delay after boot before the PLC starts acting on anything.  The delay time must be matched to the maximum time it takes for all your external sensors to stabilise, and also to a lesser extent the various digital and analogue inputs of the PLC itself depending on your HW configuration.  Also, if you have value averaging set up in the PLC, then this needs to be allowed for as well.

cheers, Aus

  Thanks, what you say makes sense. For now I plan to leave it without loading this Data Table. Since I want the configuration to be set from the HMI to be saved.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...