<root>
<document schema='101' license='-1,88263627,K38DMR' title='' description='' target='PIC.16F.16F628A' >
	<config data='!0,3f5a%0,12%2,0%3,1%6,1%5,0%7,0%8,1%d,1' clkspd='20000000' simspd='1' usewdt='0' constif='0' />
	<plugins >
		<dll_dbg_icd enabled='0' >
			<data name='debug' value='1' />
			<data name='userpins' value='0' />
			<data name='speed' value='0' />
			<data name='usev9' value='0' />
			<data name='breaks' value='8' />
			<data name='stacks' value='8' />
			<data name='clkport' value='1' />
			<data name='clkbit' value='6' />
			<data name='dataport' value='1' />
			<data name='databit' value='7' />
			<data name='ghostype' value='0' />
			<data name='monitor' value='1' />
			<data name='ictloop' value='0' />
			<data name='ictrate' value='20000' />
			<data name='ictmask' value='0' />
			<data name='anlpres' value='255' />
			<data name='digmask1' value='-1' />
			<data name='digmask2' value='-1' />
		</dll_dbg_icd>
		<dll_models enabled='1' />
		<dll_upgrader enabled='1' />
		<dll_webhelp enabled='1' />
	</plugins>
	<supplement use='0' head='' body='' />
	<debug />
	<components >
		<settings autoimg='1' center='1' unitscale='0' fixedscale='0' fixedx='1' fixedy='1' fixedz='1' headcode='0' />
		<definition guid='1501de6d-18f6-4f8f-966b-ff7ba716d35f' vstate='40' vmin='0' vmaj='1' srcleaf='' visiblename='' description='' category='' catenable='1' author='' manuname='' manucode='' sysinfo='0' keywords='' dynamic='0' iconpath='' />
		<component class_type='root' codename='panel' x='0' y='0' z='0' xsz='1' ysz='1' zsz='1' xang='0' yang='0' zang='0' xquat='0' yquat='0' zquat='0' wquat='1' visible='1' interactive='1' solid='1' layer='0' poslock='0' >
			<resources />
			<properties />
			<values />
			<events />
			<apis />
			<variables >
				<variable public='0' >
					<def class_type='variable' name='reset' type='u8' description='' isconst='0' isinit='1' usrinit='0' setinit='0' />
				</variable>
				<variable public='0' >
					<def class_type='variable' name='false' type='b1' description='' isconst='1' isinit='1' usrinit='0' setinit='0' />
				</variable>
				<variable public='0' >
					<def class_type='variable' name='value' type='u8' description='az elmentett jelcounter amithasználok a &quot;választáshoz&quot;' isconst='0' isinit='1' usrinit='0' setinit='0' />
				</variable>
				<variable public='0' >
					<def class_type='variable' name='jel' type='u8' description='A bemeneti jel &quot;változója&quot;' isconst='0' isinit='1' usrinit='0' setinit='0' />
				</variable>
				<variable public='0' >
					<def class_type='variable' name='jelcounter' type='u8' description='Bemeneti jel számolása' isconst='0' isinit='1' usrinit='0' setinit='0' />
				</variable>
				<variable public='0' >
					<def class_type='variable' name='true' type='b1' description='' isconst='1' isinit='1' usrinit='1' setinit='1' />
				</variable>
			</variables>
			<macros >
				<macro >
					<flowline name='tmr_2' description='' >
						<return name='Return' type='v0' description='' isconst='0' isinit='0' usrinit='' setinit='' />
						<command class_type='comment' title='' comment='0,05ms behívott makró
' textarea='375,200,375,200' />
						<command class_type='input' title='Bemenet' mode='1' port='1048576' mask='1' exp='jel' />
						<command class_type='decision' title='Feltételes elágazás' exp='jel &gt; 0' swap='0' >
							<flowline >
								<command class_type='decision' title='Feltételes elágazás' exp='reset = 0' swap='0' >
									<flowline >
										<command class_type='calculation' title='Számítás' >
											<exp exp='jelcounter = 0' />
											<exp exp='reset = 1' />
										</command>
									</flowline>
									<flowline />
								</command>
								<command class_type='calculation' title='Számítás' >
									<exp exp='jelcounter = jelcounter + 1' />
								</command>
							</flowline>
							<flowline >
								<command class_type='calculation' title='Számítás' >
									<exp exp='value = jelcounter' />
									<exp exp='reset = 0' />
								</command>
							</flowline>
						</command>
					</flowline>
				</macro>
				<macro >
					<flowline name='Main' description='' >
						<return name='Return' type='v0' description='' isconst='0' isinit='0' usrinit='' setinit='' />
						<command class_type='interrupt' title='Megszakítás' enable='1' name='TMR2' call='tmr_2' >
							<settings timer='1' prescale='1' postscale='2' rollover='125' bitcount='-1' trigger='3' maskhi='--------------------------------------------------------------------------------------------------------------------------------------------------------------------------8' masklo='--------------------------------------------------------------------------------------------------------------------------------------------------------------------------8' >
								<option value='0' />
								<option value='1' />
								<option value='125' />
								<option value='-1' />
							</settings>
						</command>
						<command class_type='loop' title='Ciklus' type='0' exp='1' >
							<flowline >
								<command class_type='decision' title='Feltételes elágazás' exp='value &gt; 24' swap='0' >
									<flowline >
										<command class_type='decision' title='Feltételes elágazás' exp='value &gt; 28' swap='0' >
											<flowline >
												<command class_type='decision' title='Feltételes elágazás' exp='value &gt; 32' swap='0' >
													<flowline >
														<command class_type='decision' title='Feltételes elágazás' exp='value &gt; 36' swap='0' >
															<flowline >
																<command class_type='output' title='Kimenet' mode='2' port='1048576' mask='254' exp='0b00000100' />
															</flowline>
															<flowline >
																<command class_type='output' title='Kimenet' mode='2' port='1048576' mask='254' exp='0b00001000' />
															</flowline>
														</command>
													</flowline>
													<flowline >
														<command class_type='output' title='Kimenet' mode='2' port='1048576' mask='254' exp='0b00010000' />
													</flowline>
												</command>
											</flowline>
											<flowline >
												<command class_type='output' title='Kimenet' mode='2' port='1048576' mask='254' exp='0b00100000' />
											</flowline>
										</command>
									</flowline>
									<flowline >
										<command class_type='output' title='Kimenet' mode='2' port='1048576' mask='254' exp='0b00000000' />
									</flowline>
								</command>
							</flowline>
						</command>
					</flowline>
				</macro>
			</macros>
		</component>
	</components>
	<keymap />
	<panel2d shadows='0' lighting='2' brightness='0' perspective='0' >
		<background rgb='9737364' img='' style='0' />
		<camera xe='0' ye='0' ze='300' xt='0' yt='0' zt='0' xquat='0' yquat='0' zquat='0' wquat='1' />
	</panel2d>
	<panel3d shadows='0' lighting='2' brightness='0' perspective='0' >
		<background rgb='8409120' img='' style='0' />
		<table rgb='7360576' img='' style='0' size='25' />
		<camera xe='0' ye='0' ze='300' xt='0' yt='0' zt='0' xquat='0' yquat='0' zquat='0' wquat='1' />
	</panel3d>
	<layout >
		<view type='0' name='Main' mode='0' placement='LAAAAAAAAAABAAAA---------------------wAAAAAUAAAAIQMAAHUDAAA' zoom='50' scrollx='0' scrolly='0' flags='0' />
		<view type='0' name='tmr_2' mode='0' placement='LAAAAAAAAAABAAAA---------------------wAAAAAUAAAAIQMAAHUDAAA' zoom='75' scrollx='0' scrolly='0' flags='0' />
	</layout>
</document>
</root>
