Thanks, so is there any way for PVM code to get data from previous messages? Such as setting persistent variables that would hold the history. For example, adding something like this at the end of the PVM code to retain the last 3 values....
.persistent_history2 ==> #persistent_history3
.persistent_history1 ==> #persistent_history2
.battery.voltage ==> #persistent_history1