PLBWEB_NOCLIENT Keyword
PLBWEB_NOCLIENT={ ON | OFF }
The default operation of the PL/B Web Server detects a communication error at the 256 instruction check point when the PL/B Web Client has prematurely terminated. In this case, the program at the server terminates immediately eliminating a hung thread situation.
For those users who wish to execute in a manner that does not terminate a program at the 256 instruction checkpoint, the PLBWEB_NOCLIENT keyword can be used. Setting this keyword ON will cause the PLBWEBSRV runtime to ignore any communications errors at the 256 instruction check point. However, a PL/B program error can occur for a PL/B instruction is executed that requires communications to the PL/B Web client.
Example:
PLBWEB_NOCLIENT=ON
See Also: Server Configuration Keywords, Server Command Line
![]() |