Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Point of ● Run CPU ● DI120-150

TCD - 174 Present Floor Error Application


detection ○ Speed CPU ● DI180-420

[Meaning] If The current data value of present floor by rotary encoder is out [Action to take]
of range in floor height table, the present floor error will be
occurred. And if the distance for stop by slow down is out of range
in floor height table, the precedent floor error will be occurred.

[Explanation]
cur_enco < (floor_table[1]-PULSE_PER_METER/2)

cur_enco >
(floor_table[top_index]+PULSE_PER_METER/2)

ERR_NVRAM_FHT_SUM ERR_EEPROM_FHT_SUM

OR(DIGI_FL_CUR)
Err_Status->digital_fl

(Err_Status->digital_fl & DIGI_FL_CUR)


set_err(ERR_DIGI_FL_CUR)

UP_RUN cur_enco >


(Operation_Floor_Table[top_index]+PULSE_PER_METER/2)

DOWN_RU cur_enco < (Operation_Floor_Table[1]-PULSE_PER_METER/2)


N

AIS_SDS_FORCE_DEC_TESST OR(DIGI_FL_ADV)
Err_Status->digital_fl

(Err_Status->digital_fl & DIGI_FL_ADV)


set_err(ERR_DIGI_FL_ADV)

You might also like