PLBWEB_IDLETERM Keyword


9.7C

     PLBWEB_IDLETERM={ HtmlFileName | PlcProgName }

 

This keyword defines the default behavior that occurs after an idle child task is terminated and the client browser user attempts to perform a UI interaction because there is no PWS child task to continue the session.

 

 In this case, the {HtmlFileName|PlcProgName} can be restarted if the PLBWEB_IDLETERM keyword is used. Otherwise, the default PL/B Web Server web page named 'plbwebidleterm.html' is invoked at the client browser.

Examples:

 

     PLBWEB_IDLETERM=UserIdleTerm.html

 

     PLBWEB_IDLETERM={PlcProgName}

 

In this case, the application PLB program name is used\executed.

 

     PLBWEB_IDLETERM=.plc

 

This would use the 'answer.plc' started in the answer\master mode.

 

 

See Also: Server Configuration Keywords, Server Command Line



PL/B Web Server PLBWEB_HTTPTASK_DEBUG PLBWEB_IDLE_MAX_TIMEOUT