Variable Types - Curtis 1232E Manual

Enhanced ac controllers for induction motors and surface permanent magnet motors
Hide thumbs Also See for 1232E:
Table of Contents

Advertisement

Curtis 1232E/34E/36E/38E & 1232SE/34SE/36SE Manual,
2 4 N O V E M B E R 2 0 1 5
The VCL functions described in the VCL Common Functions Manual are
available on 1232E/SE, 1234E/SE, 1236E/SE, and 1238E controllers. These
controllers also have these additional functions:
ENABLE_PRECHARGE() .............................. p. 126
DISABLE_PRECHARGE() ............................. p. 127
SET_DIGOUT() .............................................. p. 128
CLEAR_DIGOUT() ......................................... p. 128
ENABLE_EMER_REV() ................................. p. 129
DISABLE_EMER_REV() ................................ p. 129
SET_INTERLOCK() ........................................ p. 130
CLEAR_INTERLOCK() ................................... p. 130
SETUP_POT_FAULTS() ................................. p. 131
START_PUMP() ............................................. p. 132
STOP_PUMP() ............................................... p. 132
AUTOMATE_FREQUENCY_OUTPUT() ........ p. 133
These functions, which are not included in the VCL Common Functions
Manual, are described at the end of Section 8.

VARIABLE TYPES

VCL provides dedicated space in which to store custom variables. There are
four types of variables, based on their type of storage: volatile storage (RAM)
and three types of non-volatile storage (EEPROM) are available.
RAM variables are stored only while power is on; they are lost at pow-
er-down. They must be initialized on power-up by explicit VCL assignments
(i.e., User1 = 12).
NVUser1–15 EEPROM variables are 15 variables stored at power-down
and recalled by the operating system when the NVM_NVUser_Restore func-
tion is used. Thus, they can then be recalled at the next power-on cycle, which
restores their previous values. See the section on non-volatile memory access
in the VCL Common Functions manual for more information.
Block EEPROM are 38 blocks of 15 variables (total of 570 variables),
which are stored and recalled using the functions NVM_Block_Read and NVM_
Block_Write. The 38 blocks are called NVM3–NVM40. The read and write
functions must point to the RAM variables that the EEPROM blocks should
be written from or read to. For example, NVM_Block_Read(NVM10,0,15,Us-
er20) will read the 15 variables stored in EEPROM block NVM10 and restore
those variables to the 15 variables starting with RAM variable User20 (so the
15 EEPROM variables would be restored to User20–34). See the section on
non-volatile memory access in the VCL Common Functions manual for more
information.
Parameters EEPROM variables are a special type of EEPROM variable
that is intended to be used to create OEM defined programmable parameters.
These parameters can be defined as 16-bit by using the P_User variables or
os
30
8 — VCL
107

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

1234e1234se1236e1236se1238e1232se

Table of Contents