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