Changes between Version 18 and Version 19 of WikiStart


Ignore:
Timestamp:
2014-03-18 10:36:02 (11 years ago)
Author:
gengen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    8888In the Advanced tab, you will find various tuning parameters which may be used to improve performance. The values of these parameters may depend on how far your LCD controller is away from Vera as well as the firmware version of the controller. When you first create the device one of two sets of parameters is chosen depending on whether the firmware version is greater than 0.31 or not. This plug-in was developed mostly with firmware version 0.39. All delay parameters are in milliseconds 
    8989 
    90 ||= Parameter =||= Meaning =||= 0.31 default =||= 0.37 default =|| 
    91 || LCD_BaseDelay || Delay after redrawing any chunk of the screen || 2000 || 100 || 
    92 || LCD_ClearDelay || Delay after clearing the screen || 0 || 500 || 
    93 || LCD_LineDelay || Delay after redrawing each line of the screen || 0 || 100 || 
    94 || LCD_CharDelay || Delay after redrawing each character of the screen || 0 || 10 || 
    95 || LCD_ResponseDelay || Time needed to wait for a response after displaying a chunk || 30 || 30 || 
    96 || LCD_BackoffDelay || Delay to add after each failed attempt to draw a chunk || 50 || 50 || 
    97 || LCD_MaxParts || Maximum secions to draw in one chunk. Can be 1 or 2 || 1 || 2 || 
    98 || LCD_UseClearScreen || 1 to clear the whole scree, 0 to clear individual lines || 1 || 1 || 
    99 || LCD_Retries || maximum number of retries if redraw fails || 10 || 10 || 
    100 ||ShowSingleDevice || Set to 0 to show both the Z-Wave and peer devices in UI5 || 1 || 1 || 
     90||= Parameter =||= Meaning =||= 0.31 default =||= 0.37 default =||= 0.39 default =|| 
     91|| LCD_BaseDelay || Delay after redrawing any chunk of the screen || 2000 || 100 || 300 || 
     92|| LCD_ClearDelay || Delay after clearing the screen || 0 || 500 || 500 || 
     93|| LCD_LineDelay || Delay after redrawing each line of the screen || 0 || 100 || 35 || 
     94|| LCD_CharDelay || Delay after redrawing each character of the screen || 0 || 10 || 8 || 
     95|| LCD_ResponseDelay || Time needed to wait for a response after displaying a chunk || 30 || 30 || 30 || 
     96|| LCD_BackoffDelay || Delay to add after each failed attempt to draw a chunk || 50 || 50 || 50 || 
     97|| LCD_MaxParts || Maximum secions to draw in one chunk. Can be 1 or 2 || 1 || 2 || 2 || 
     98|| LCD_UseClearScreen || 1 to clear the whole scree, 0 to clear individual lines || 1 || 1 || 1 || 
     99|| LCD_Retries || maximum number of retries if redraw fails || 10 || 10 || 0 || 
     100|| LDD_SwitchScreenDelay || Delaye befor swiching screens || 50 || 50 || 50 || 
     101||ShowSingleDevice || Set to 0 to show both the Z-Wave and peer devices in UI5 || 1 || 1 || 1 || 
    101102 
    102103If your LCD1 firmware is older than 00.00.39, we recommend contacting Evolve Guest Controls for an upgrade to the latest firmware (unless you absolutely need support for foreign languages in some of the fixed screens, which was rrmoved in 00.00.39) since the new firmware is more reliable.