- Posts: 9
- Thank you received: 0
How do you store analog values?
3 days 11 hours ago #341
by Latapoune
How do you store analog values? was created by Latapoune
Hello everyone,
I'm looking for a solution to store analog values that serve as reference points for temperature control. Currently, I store a temperature setpoint in an Av object and assign it a value in InitialValue, such as 12. The problem is that if an operator changes the value to 14, but I have to restart the PLC for maintenance, I lose the operator’s value, and the setpoint reverts to 12°C instead of 14°C.
I’ve looked into it, but I don’t understand how to do this. Could you please tell me how to do it and provide a short example?
Thank you!
I'm looking for a solution to store analog values that serve as reference points for temperature control. Currently, I store a temperature setpoint in an Av object and assign it a value in InitialValue, such as 12. The problem is that if an operator changes the value to 14, but I have to restart the PLC for maintenance, I lose the operator’s value, and the setpoint reverts to 12°C instead of 14°C.
I’ve looked into it, but I don’t understand how to do this. Could you please tell me how to do it and provide a short example?
Thank you!
Please Log in or Create an account to join the conversation.
2 days 20 hours ago #342
by claes
Replied by claes on topic How do you store analog values?
Hi Latapoune,
You can use the the backup function. Configure the backup server with a Backup_Conf object and each value you want to backup with a Backup object.
/Claes
You can use the the backup function. Configure the backup server with a Backup_Conf object and each value you want to backup with a Backup object.
/Claes
Please Log in or Create an account to join the conversation.
Time to create page: 0.459 seconds