Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Retain the last value added into the input value #1408

Open
prac05 opened this issue Sep 25, 2024 · 5 comments
Open

[FEATURE] Retain the last value added into the input value #1408

prac05 opened this issue Sep 25, 2024 · 5 comments

Comments

@prac05
Copy link

prac05 commented Sep 25, 2024

Describe the feature
My colleague is using an input value controller to store the desired value of a parameter. He says that after several reboots, these values have been lost. Is there any feature that prevents data loss? Does the DAQ storage configuration influence this? Also he is using Dialog Mode of input field.

Additional context
imatge
imatge

@MatthewReed303
Copy link
Collaborator

@prac05 you should be using retain variables on the PLC and not with Fuxa. If the variable is changed on the PLC it's stored within the PLC

@prac05
Copy link
Author

prac05 commented Sep 25, 2024

The variable is already being stored in the PLC via Node-red. It is not practical that when the value inserted in the input is lost, it has to be looked for elsewhere. So is there some way to always see the last value inserted in case the PLC suffers a power failure?

@MatthewReed303
Copy link
Collaborator

@prac05 that's exactly what retain value does in the PLC, if power is cycled it's still retained? What PLC are you using? On the Input make sure you have the updates enabled

image

@prac05
Copy link
Author

prac05 commented Sep 26, 2024

Hi Matthew,

On the input settings, what is the function of the value parameter?

imagen

@unocelli
Copy link
Member

Hi, you can use enable the restore option on the Tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants