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