<?xml version="1.0" encoding="UTF-8"?>

<ExportedUserProgram
    Version="1.0.0">
   <VariableTable>
   <Variable
       Offset="32"
       TagName="MyVariable"
       Format="REAL"
       DefaultValue="0"/>
   <Variable
       Offset="33"
       TagName="mz"
       Format="DWORD"
       DefaultValue="16#00000000"
       Description="Do not edit. This is for the internal state of the RAND function."/>
   <Variable
       Offset="34"
       TagName="mw"
       Format="DWORD"
       DefaultValue="16#00000000"
       Description="Do not edit. This is for the internal state of the RAND function."/>
</VariableTable>
   <DiscreteIO/>
   <UserProgram
    Name="CalcRandomNumber"
    Type="STEP"
    Number="26"
    Desc=""
    SingleInstance="True"
    TaskMask="32767">
   <ProgramBlock
       Type="STEP">
      <Step>
         <Expression
             Src="MyVariable := RAND(mz,mw);"/>
      </Step>
      <Transition>
         <Jump
             Type="JUMP"
             Next="Repeat"/>
      </Transition>
   </ProgramBlock>
</UserProgram>
</ExportedUserProgram>
