PLBWEB_PORTNUM Keyword
PLBWEB_PORTNUM={portnum}
This keyword defines the port number used for the listening socket as created for the PLBWEB_HOSTNAME keyword.
Since the PL/B Web Server does not have a pre-assigned IANA port number available, this keyword needs to specified a unique port number that is not used on the server system for the IP address which is specified by the PLBWEB_HOSTNAME keyword.
If the PLBWEB_PUBLIC or the ADMIN_MAINLOGON keyword is specified, administrative functions will be available via this port number. The ADMIN_PORTNUM keyword allows specification of a unique port for administrative services.
If a value is specified for the ADMIN_PORTNUM keyword, it must not be the same as the value of this keyword.
Examples:
PLBWEB_PORTNUM=2100
See Also: Server Configuration Keywords, Server Command Line
![]() |