changes done in runtime are not reflected

changes done in runtime are not reflected

Hi All,
I want to change the identification,recourselabel etc during runtime.I have a save function in vb.The main part of Editor_Save function is like this
VBA Code:
thisProject.Variables.Item(icc).Tagname = thisProject.Variables.Item("strAlarmVarIdentification").Value
thisProject.Variables.Item(icc).Value = thisProject.Variables.Item("strAlarmVarCurrentValue").Value
thisProject.Variables.Item(icc).StatusString = thisProject.Variables.Item("strAlarmVarStatus").Value
thisProject.Variables.Item(icc).BitAddr = thisProject.Variables.Item("strAlarmVarAddress").Value
thisProject.Variables.Item(icc).Recourceslabel = thisProject.Variables.Item("strAlarmVarResourceLabel").Value


variables starting with str hold new values.
it runs without any error.The problem is, the changes are not getting reflected in zenon/straton.ie in the zenon editor or in straton the changes are not done.
How can I do this?
Thanks in advance.
Nahala

This is a migrated post! Originally posted on 08.06.2009 by user nahala. Please be aware that information can be outdated.