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