8I20 12
OPERATION
DRIVE PARAMETER SETUP
The 8I20 has both working and EEPROM drive parameters. The working
parameters are volatile (lost at power down) 8I20 uses the working parameters for all
normal operations. At power up or reset, a subset of the working parameters get initialized
from non-volatile EEPROM memory. Because of this, when adjusting parameters the
working parameters can be changed ‘live’ but changing the EEPROM parameters will not
have any effect until the 8I20 is reset. All EEPROM parameters have a NV prefix.
SETUP COMMUNICATION WITH 8I20
To enable communication between a PC and the 8I20 three things are required:
1. 8I20 must have logic power (normally supplied via TB1)
2. Setup jumper must be in "SETUP" position = DOWN
3. A RS-422 adapter must connect from the PCs serial port/ USB serial adapter to the
8I20. This adapter is available from Mesa (3I21, 3I22 )or home made adapter shown above
4. The parameter read and write programs are simple command line utilities that require
some environment variables to be set before use:
SET COMPORT = COM1
( set to match the serial port )
SET BAUDRATE = 115200
SET PROTOCOL = LBP
WPD
The WPD utility writes 8I20 parameters including non-volatile setup parameters. It
uses symbolic names for the parameters so numeric constants do not need to be
memorized, for example
WPD BRAKEONV 30000
Would set the working brake-on voltage parameter to 300V
(units of voltage are .1V)
WPD NVBRAKEONV 32000
Would set the EEPROM brake-on voltage parameter to 320V