PLBWEB_ADDRESS6 Keyword
10.7
PLBWEB_ADDRESS6={ ipv6 | URL }
PLBWEB_ADDRESS6={ [ipv6 | URL]:portnum }
This keyword is optional and creates an IPV6 listening socket that allows clients to logon and execute PL/B programs. The {portnum} is optional and defaults to a value of ‘8081’ if it is not specified. The IPV6 listening socket requires that normal HTTP protocol messages as generated by industry standard Web Browsers. The parameter specifies an IPV6 address or URL that resolves to an IPV6 address for the PL/B Web Server.
If both the PLBWEB_ADDRESS and the PLBWEB_ADDRESS6 keywords are specified in the PL/B Web Server '.ini' configuration file, the PLBWEB_ADDRESS6 takes priority.
If the PLBWIN_ADDRESS6 keyword is found and the IPV6 address is not resolved, an error is logged and the PL/B Web Server task is terminated.
If the PLBWEB_ADDRESS6 does not exist, the PL/B Web server looks for the PLBWEB_ADDRESS keyword and continues an normally expected.
Examples of IPV6 addresses without port number:
Uses default port number 8081.
Examples of IPV6 addresses with port number:
Uses default port number 8082 as specified.
See Also: PLBWEBSRV Keywords, Server Command Line
![]() |