NVMgr Save Actions

Discuss issues and ideas you have to configuring displays with PowerVision
cconner_aie
Posts: 93
Joined: Thu Jun 11, 2015 10:12 am

NVMgr Save Actions

Post by cconner_aie » Thu Sep 28, 2017 9:00 am

I was having some problems saving lists in PowerVision 2.9.20040 using the PV480.

This will not save my list:
SendAction(ApplicationIDs.NVMgr, ActionIDs.NVMgr_Save_All, ActionData.Empty);

I have to explicitly call the save list action:
SendAction(ApplicationIDs.NVMgr, ActionIDs.NVMgr_Save_List, ListDataType.ActiveFaults);

I guess I just assumed that NVMgr_Save_All, key word being 'All', would save the lists as well as variables. Is this not the case? Just curious if this is a bug in the 2.9 beta or how the NVMgr is intended to work.
Coleby Conner
Controls Engineer, Anderson Industrial Engines
boyce
Enovation Controls Development
Enovation Controls Development
Posts: 322
Joined: Wed Sep 08, 2010 5:09 pm

Re: NVMgr Save Actions

Post by boyce » Mon Oct 02, 2017 3:09 pm

Save All does not include Lists by design. This allows Save All to be more granular and practical by not including many megabytes of data in the Lists.
Boyce Schrack
Enovation Controls
cconner_aie
Posts: 93
Joined: Thu Jun 11, 2015 10:12 am

Re: NVMgr Save Actions

Post by cconner_aie » Tue Oct 10, 2017 9:25 am

Sounds good, thanks for clearing that up.
Coleby Conner
Controls Engineer, Anderson Industrial Engines