Value Text
0 diS
1 Fd.Rv
2 Rev
Unidrive KI remote keypad only.
If ReferenceSelectedIndicator (01.049) = 4 then EnableAuxiliaryKey (06.013) can be used to enable the Auxiliary key as a reverse key. If EnableAuxiliaryKey (06.013) = 1 then each time the
Auxiliary key is pressed ReverseSelect (01.012) is toggled. If EnableAuxiliaryKey (06.013) = 2 then the Auxiliary key behaves in a similar way to the Run key except that the drive runs in the
reverse direction when it is pressed.
Parameter 06.014 Disable Auto Reset On Enable
Short description Set to 1 to disable auto reset on enable
Mode Open‑loop
Minimum 0 Maximum 1
Default 0 Units
Type 1 Bit User Save Update Rate 4ms
Display Format Standard Decimal Places 0
Coding RW
Trips are automatically reset on the application of an enable signal. This feature can be disabled using this parameter if DisableAutoResetOnEnable (06.014) = 1.
Parameter 06.015 Drive Enable
Short description Set to 1 to enable the drive
Mode Open‑loop
Minimum 0 Maximum 1
Default 1 Units
Type 1 Bit User Save Update Rate 4ms
Display Format Standard Decimal Places 0
Coding RW, BU
DriveEnable (06.015) must be active for the drive to be enabled. See Menu 06.
Parameter 06.016 Date
Short description Displays the current date
Mode Open‑loop
Minimum
0
(Display: 00-00-00)
Maximum
311299
(Display: 31-12-99)
Default Units
Type 32 Bit Volatile Update Rate Background read/write
Display Format Date Decimal Places 0
Coding RW, ND, NC, PT
Date (06.016), Time (06.017) and DayOfWeek (06.018) show the date and time as selected by Date/TimeSelector (06.019). Date (06.016) stores the date in dd.mm.yy format regardless of
the setting made in DateFormat (06.020) however if the parameter is viewed using a keypad the date will be displayed in the format selected in DateFormat (06.020). If a real time clock is
selected from an option module then the days, months and years are from the real time clock and the day of the week is displayed in DayOfWeek (06.018). Otherwise the days have a
minimum value of 0 and roll over after 30, the months have a minimum value of 0 and roll over after 11, and DayOfWeek (06.018) is always 0 (Sunday).
If when setting the date/time this parameter is being written via comms then the value should be written in standard dd/mm/yy format as described below.
The value of this parameter as seen over comms is as follows.
Value = (day[1..31] x 10000) + (month[1..11] x 100) + year[0..99]
Parameter 06.017 Time
Short description Dispalys the current time
Mode Open‑loop
Minimum
0
(Display: 00:00:00)
Maximum
235959
(Display: 23:59:59)
Default Units
Type 32 Bit Volatile Update Rate Background read/write
Display Format Time Decimal Places 0
Coding RW, ND, NC, PT
See Date (06.016).
The value of this parameter as seen over comms is as follows.
Value = (hour[0..23] x 10000) + (minute[0..59] x 100) + seconds[0..59]
Parameter 06.018 Day Of Week
Short description Displays the current day of the week
Mode Open‑loop
Minimum 0 Maximum 6
Default Units
Type 8 Bit Volatile Update Rate Background write
Display Format Standard Decimal Places 0
Coding RO, TE, ND, NC, PT
Value Text
0 Sun
1 Non
2 Tue
3 Ued
4 Thu
5 Fri
6 Sat
See Date (06.016).