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