<root>
<file schema='103' />
<macros >
<macro >
<flowline name='Printscreen_Camera' description='' statediag='0' >
<return name='Return' type='v0' description='' isconst='0' isHidden='0' isinit='0' usrinit='' setinit='' />
<local name='filename' type='u8' description='' isconst='0' isHidden='0' isinit='0' usrinit='&quot;&quot;' setinit='' >
<array size='80' />
</local>
<local name='pannel_id' type='u16' description='' isconst='0' isHidden='0' isinit='1' usrinit='0' setinit='0' />
<local name='Time_strg' type='T8' description='' isconst='0' isHidden='0' isinit='0' usrinit='&quot;&quot;' setinit='' >
<array size='20' />
</local>
<local name='filename_strg' type='T8' description='' isconst='0' isHidden='0' isinit='1' usrinit='&quot;&quot;' setinit='&quot;&quot;' >
<array size='80' />
</local>
<local name='filename_time_strg' type='T8' description='' isconst='0' isHidden='0' isinit='1' usrinit='&quot;&quot;' setinit='&quot;&quot;' >
<array size='40' />
</local>
<command class_type='comment' title='' comment='For the filenames, note the double &quot;\\&quot; - this is because a single &quot;\&quot; is an escape sequence' textarea='12,0,12,0' />
<command class_type='sim' title='Built-in Function creat the directory for the printscreen' macro='File.CreateDir' >
<argument exp='&quot;c:\\All_export&quot;' />
</command>
<command class_type='sim' title='Component Macro' component='TimeStamp_filename' macro='GetTimeStamp' >
<return exp='.filename_time_strg' />
</command>
<command class_type='calculation' title='Calculation' >
<exp exp='.filename_strg = &quot;Cam1&quot; + &quot;_20&quot;' />
<exp exp='.filename_strg = .filename_strg + .filename_time_strg' />
<exp exp='.filename_strg = .filename_strg + &quot;.png&quot;' />
<exp exp='.filename_strg = &quot;c:\\All_export\\&quot; + .filename_strg' />
</command>
<command class_type='sim' title='Built-in Function get the panel iD with the component to save' macro='Component.GetPanel' >
<return exp='.pannel_id' />
<argument exp='BaseChart_newton' />
</command>
<command class_type='sim' title='Built-in Function save the panel as png' macro='Panel.ExportPanelAsImage' >
<argument exp='.pannel_id' />
<argument exp='.filename_strg' />
</command>
</flowline>
</macro>
</macros>
<variables />
</root>
