@WSAR1-V1@Y@COMMENT@Set LCD features@DPS@ 2)b[:Us_~sT~Ypٍ!uTM=Y *kcDumPy& qS`mPy& yR:-K\~_M=Y *kr@q]ͽpٍ!|Y]|UͽpTcDy:@NOTE@glcd_init Activates VP-2117 controller's LCD features Manual can be found at 1. CD-ROM:\napdos\isagraf\8000\english_manu\c16.pdf 2. http://www.icpdas.com/products/8000/isagraf.htm *** Target : Target 1: VP-2117 parameter: lcd_off : Setting initial LCD status. 0 is LCD on, 1 is LCD off. lcd_off_timer : Set LCD off timer, valid value is 0 ~ 30 min. For ex, Setting 0 is cancel the automatic shut-off LCD function. Setting 5 is the button continuously for 5 minutes without action will close the LCD. lcd_bright : Setting initial LCD brightness. valid value is 0 ~ 10. bright_timer : Set LCD brightness timer, valid value is 0 ~ 30 min. For ex, Setting 0 is cancel the automatic shut-off LCD brightness function. Setting 3 is the button continuously for 3 minutes without action; the LCD brightness set to 0. Channels: lcd_clr: 1 boolean output : Diaplay Clear . When the boolean state of LCD_clr rises from FALSE to TRUE will display clear. lcd_cls: 1 boolean output : Display ON/Off. 1 is LCD off, 0 is LCD on. lcd_bri: 1 integer output : Setting LCD brightness. valid value is 0 ~ 10. ICP DAS , Taiwan Feb.04,2010 @PARAM@#B+O[1,1]0205=lcd_clr #AH:ref,220 ##END #B+O[1,1]0205=lcd_cls #AH:ref,221 #LA:lcd_off,0 #LA:lcd_off_time,0 ##END #A+O[1,1]0205=lcd_bri #AH:ref,222 #LA:lcd_bright,0 #LA:bright_time,0 ##END @END@