Save new Tag Description
Posted: Wed Aug 14, 2013 1:38 am
Hello.
Is it possible to save new Tag description?
I manage to edit and change the Tag description, but when I reboot the panel the description is the same as when I downloaded to the panel.
For example:
"Tag1" has description: "D1"
I change the description with this script:
In "AnalogNumeric0" I type: "D2"
void AnalogNumeric0_ValueChanged(System.Object sender, Neo.ApplicationFramework.Interfaces.Events.ValueChangedEventArgs e)
{
Globals.Tags.Tag1.Description = AnalogNumeric0.Value.ToString();
}
"Tag1" now have description: "D2"
But when I reboot the panel the description is back to "D1".
Is it possible to save the new tag to the boot file?
Panel TA70.
Is it possible to save new Tag description?
I manage to edit and change the Tag description, but when I reboot the panel the description is the same as when I downloaded to the panel.
For example:
"Tag1" has description: "D1"
I change the description with this script:
In "AnalogNumeric0" I type: "D2"
void AnalogNumeric0_ValueChanged(System.Object sender, Neo.ApplicationFramework.Interfaces.Events.ValueChangedEventArgs e)
{
Globals.Tags.Tag1.Description = AnalogNumeric0.Value.ToString();
}
"Tag1" now have description: "D2"
But when I reboot the panel the description is back to "D1".
Is it possible to save the new tag to the boot file?
Panel TA70.