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.
NVMgr Save Actions
- cconner_aie
- Posts: 93
- Joined: Thu Jun 11, 2015 10:12 am
NVMgr Save Actions
Coleby Conner
Controls Engineer, Anderson Industrial Engines
Controls Engineer, Anderson Industrial Engines
- boyce
- Enovation Controls Development
- Posts: 322
- Joined: Wed Sep 08, 2010 5:09 pm
Re: NVMgr Save Actions
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
Enovation Controls
- cconner_aie
- Posts: 93
- Joined: Thu Jun 11, 2015 10:12 am
Re: NVMgr Save Actions
Sounds good, thanks for clearing that up.
Coleby Conner
Controls Engineer, Anderson Industrial Engines
Controls Engineer, Anderson Industrial Engines