Hi,
It seems that the values for Array Tags are not being saved after power reset although they are set as non-volatile. Please confirm this.
How to make Array Tags non-volatile
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: How to make Array Tags non-volatile
You are correct, array tags do not work with the non-volatile tag option.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
-
- Posts: 17
- Joined: Wed Mar 27, 2013 1:49 pm
Re: How to make Array Tags non-volatile
Thanks.
This mean I need to log tags into a file and then read at start up. Do you have code for that which works on T7A. It seems all file functions are not supported.
What should be the path where I need to save file?
This mean I need to log tags into a file and then read at start up. Do you have code for that which works on T7A. It seems all file functions are not supported.
What should be the path where I need to save file?
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: How to make Array Tags non-volatile
You can download a project called Script_Database_Export, which is part of a thread on this forum. It has an example on how to save files.
The "\FlashDrive" is the HMI's "hard drive".
You can use the Process.Start("Explorer.exe", "") C# function to start a Windows Explorer and look at the unit's file system.
The "\FlashDrive" is the HMI's "hard drive".
You can use the Process.Start("Explorer.exe", "") C# function to start a Windows Explorer and look at the unit's file system.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer