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