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