ADMIN_HOSTNAME Keyword
10.7, PLBWIN Only
ADMIN_HOSTNAME6={ipv6}
This keyword controls access to administrative data when PLBWIN is running as an automation server. The {ipv6} parameter specifies an 'Internet Protocol Version 6' address/hostname for the administrative task.
If both the ADMIN_HOSTNAME and the ADMIN_HOSTNAME6 keywords are specified in the PL/B runtime '.ini' configuration file, the ADMIN_HOSTNAME6 takes priority and is used.
If the ADMIN_HOSTNAME6 keyword is found and the IPV6 address is not resolved, no administrative logon task is created.
If the ADMIN_HOSTNAME6 does not exist, the PL/B runtime looks for the ADMIN_HOSTNAME keyword and continues an normally expected.
Note:
If no logon task is created, an ADMLOGON statement will only work when 'local' is specified for an I/P address.
Examples of IPV6 addresses:
ADMIN_HOSTNAME6=::1
ADMIN_HOSTNAME6=fe80::1cab:8479:b8ee:4d1
ADMIN_HOSTNAME6=FE80:0000:0000:0000:0202:B3FF:FE1E:8329
ADMIN_HOSTNAME6=FE80::::0202:B3FF:FE1E:8329
See Also: PLBWIN Keywords, Compiler and Runtime Options
![]() |