Skip to main content

Kollmorgen Support Network

AKD BASIC Non-Volatile Memory Variable Definition | 22 Mar 2018 | |

AKD BASIC Non-Volatile Memory Variable Definition

AKD BASIC provides the functionality for writing a variable to non-volatile memory, for retrieval after powering up the device. To achieve this you must define the variable as NV. For example:

DIM myVariable as integer NV

This is discussed in the AKD BASIC help under "Statements".