#Router A/B x Port 3 (EUI/PHI/EPD) VAR_pl := "n/a"; # # Router A/B 1 if ((NSMD2211.raw == 10) lor (NSMD2211.raw == 11)) then VAR_pl := "EUI"; endif; # # Router A/B 2 if ((NSMD2211.raw == 12) lor (NSMD2211.raw == 13)) then VAR_pl := "PHI"; endif; # # Router A/B 3 if ((NSMD2211.raw == 14) lor (NSMD2211.raw == 15)) then VAR_pl := "EPD"; endif; # return (VAR_pl);