if [ "$PLB_SYSTEM" != "" ]
  then
    plb $PLB_SYSTEM/suned.plc $*
  else
    plb suned.plc $*
fi
