<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>

<channel>
	<title>Prof</title>
	<link>http://prof.guedon.org/</link>
	<description></description>
	<language>fr</language>
	<generator>SPIP - www.spip.net</generator>





	<item>
		<title>projet casse brique &#224; l'aide du logiciel AUTOMGEN 7</title>
		<link>http://prof.guedon.org/spip.php?article231</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article231</guid>
		<dc:date>2010-08-26T14:58:17Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique70">Projets de fin d'ann&#233;e</category>


		<description>Notre version du jeu se pr&#233;sente sous la forme d'un casse brique, le but est de marquer le maximum du point en passant sur diff&#233;rents capteur de couleur.

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique70" rel="directory"&gt;Projets de fin d'ann&#233;e&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;h3 class=&quot;spip&quot;&gt; &lt;strong class=&quot;spip&quot;&gt;CASSE BRIQUES&lt;/strong&gt; &lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;1&#176;) Nous nous sommes aid&#233;s du jeu propos&#233; par Mr Guedon afin de l'am&#233;liorer. Le jeu de base avait pour but de marqu&#233; le plus de point possible en pla&#231;ant convenablement la balle avant de lancer un nouvelle partie, nous ne pouvions pas choisir la trajectoire de la balle ;
Notre version du jeu se pr&#233;sente sous la forme d'un casse brique, le but est de marquer le maximum du point en passant sur diff&#233;rents capteur de couleur. Durant la partie nous pouvons d&#233;placer la &#8220;raquette&#8221; afin de pouvoir agir sur la trajectoire de la balle et ainsi d&#233;cid&#233; la direction que la balle va prendre. Du point de vue du grafcet notre jeu se compose en plusieurs parties :
&lt;br /&gt; Une partie qui g&#232;re le d&#233;placement de la balle
&lt;br /&gt; Une partie qui g&#232;re les conditions de d&#233;part
&lt;br /&gt; Une partie qui g&#232;re l'incr&#233;mentation des points &lt;br /&gt; Une partie qui g&#232;re le for&#231;age &#224; l'&#233;tat initial&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;2&#176;) Analyse fonctionnelle&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;Diagramme b&#234;te &#224; corne. &lt;span class='spip_document_964 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/Sans_titre-63.jpg' width='520' height='381' alt=&quot;&quot; style='height:381px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;3&#176;) Explication du programme&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_965 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/jeu1-2.jpg' width='520' height='400' alt=&quot;&quot; style='height:400px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Nom des diff&#233;rents capteurs et d&#233;placements&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;I3 : Mur gauche&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;I4 : Mur haut&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;I5 : Mur droite&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;I20, I21, I22, I23, I25, I26, I27 : Capteur de point&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;I100 : Capteur gauche raquette&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;I101 : Capteur central raquette&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;I102 : Capteur droit raquette&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Le fonctionnement du jeu est tr&#232;s simple.
La balle au d&#233;part va au point O0, O8. Quand on appuie sur le bouton d&#233;part, la balle se d&#233;place en diagonale rentre en contact avec le mur i5, change de direction et rentre en contact avec i4 et enfin i3.
Ensuite suivant le capteur de la raquette actionn&#233;, la balle prend des directions diff&#233;rentes :
i100 : haut &#224; gauche&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;i101 : haut&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;i102 : haut &#224; droite&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;On peut marquer des points en faisant passer la balle selon les diff&#233;rents capteurs (i20 &#224; i27).&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;La fin du jeu se fait au bout d'un temps d&#233;fini (2mn).Le jeu peut &#234;tre remis &#224; z&#233;ro &#224; tout moment avec le bouton reset, ainsi le compteur de points et la balle seront remis &#224; z&#233;ro.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/doc/programmes.doc&quot; class=&quot;spip_in&quot;&gt;Programmes automgen joints&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://prof.guedon.org/IMG/doc/programmes.doc" length="1065472" type="application/msword" />
		

	</item>



	<item>
		<title>JEU balle rebondissante</title>
		<link>http://prof.guedon.org/spip.php?article230</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article230</guid>
		<dc:date>2010-03-27T15:28:59Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique70">Projets de fin d'ann&#233;e</category>


		<description>description du jeu avec un exemple r&#233;alis&#233; sous automgen

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique70" rel="directory"&gt;Projets de fin d'ann&#233;e&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;DESCRIPTION DU JEU&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;Principe :&lt;/strong&gt; une balle envoy&#233;e au hasard sur l'&#233;cran qui touchent ou pas des cibles (4 couleurs diff&#233;rentes, rouge, bleue, jaune, verte)&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_960 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/Sans_titre-62.jpg' width='520' height='525' alt=&quot;&quot; style='height:525px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;GRAFCETS EXEMPLES&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_961 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/jeu1.jpg' width='520' height='371' alt=&quot;grafcets&quot; title=&quot;grafcets&quot; style='height:371px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/zip/Projet1.rar.zip&quot; class=&quot;spip_in&quot;&gt;PROGRAMME&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://prof.guedon.org/IMG/zip/Projet1.rar.zip" length="33001" type="application/zip" />
		

	</item>



	<item>
		<title>Aiguillage de colis</title>
		<link>http://prof.guedon.org/spip.php?article229</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article229</guid>
		<dc:date>2010-03-18T10:23:17Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique69">Exercice, compte rendus, TP, TD pour 1GE</category>


		<description>Exercice pneumatique sous Pfff et logique sous automgen. Correction compl&#232;te en ligne fichier joint

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique69" rel="directory"&gt;Exercice, compte rendus, TP, TD pour 1GE&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;AIGUILLAGE DE COLIS&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;Le syst&#232;me ci dessous est compos&#233; de :&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Deux v&#233;rins&lt;strong class=&quot;spip&quot;&gt; V&lt;/strong&gt; et&lt;strong class=&quot;spip&quot;&gt; H&lt;/strong&gt; double effet pilot&#233;s en double pilotage&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;5 capteurs de position&lt;strong class=&quot;spip&quot;&gt; a, b, c, d, e&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;un Bouton poussoir &quot;&lt;strong class=&quot;spip&quot;&gt;m&lt;/strong&gt;&quot;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_953 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/local/cache-vignettes/L482xH332/colis-7d4c1.jpg' width='482' height='332' alt=&quot;&quot; style='height:332px;width:482px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Le cycle propos&#233; est le suivant :&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_954 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/cycle.jpg' width='520' height='415' alt=&quot;cycle pour aiguillage&quot; title=&quot;cycle pour aiguillage&quot; style='height:415px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;TRAVAIL :&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt; Donner les &#233;quations des pilotes&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; R&#233;aliser le sch&#233;ma &#233;lectrique&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; R&#233;aliser le programme automgen (logigramme)&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Essai&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; R&#233;aliser le sch&#233;ma pneumatique sous Pfff&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;essai&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;MODIFICATION DE FONCTIONNEMENT&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_955 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/cycle1.jpg' width='520' height='393' alt=&quot;Aiguillage modif&quot; title=&quot;Aiguillage modif&quot; style='height:393px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; Donner les &#233;quations des pilotes&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; R&#233;aliser le sch&#233;ma &#233;lectrique&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; R&#233;aliser le programme automgen (logigramme)&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Essai&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; R&#233;aliser le sch&#233;ma pneumatique sous Pfff&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;essai&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;PROLONGEMENT&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Un commutateur &#171; K &#187; doit permettre de passer d'un fonctionnement &#224; l'autre.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Modifier le programme sous pfff&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/zip/coliscomp.pww.zip&quot; class=&quot;spip_in&quot;&gt;CORRECTION en Pfff&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://prof.guedon.org/IMG/zip/coliscomp.pww.zip" length="2163" type="application/zip" />
		

	</item>



	<item>
		<title>TP pneumatique</title>
		<link>http://prof.guedon.org/spip.php?article228</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article228</guid>
		<dc:date>2010-03-12T21:56:46Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique69">Exercice, compte rendus, TP, TD pour 1GE</category>


		<description>cycle carr&#233; et en L r&#233;alis&#233; par le logiciel PFFF

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique69" rel="directory"&gt;Exercice, compte rendus, TP, TD pour 1GE&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;h3 class=&quot;spip&quot;&gt; &lt;strong class=&quot;spip&quot;&gt;CYCLE CARRE&lt;/strong&gt; &lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_948 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/local/cache-vignettes/L513xH593/1-ceb91.jpg' width='513' height='593' alt=&quot;Cycle carr&#233; pneumatique&quot; title=&quot;Cycle carr&#233; pneumatique&quot; style='height:593px;width:513px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 728x15, date de cr&#233;ation 27/03/09 */ google_ad_slot = &quot;6959082015&quot;; google_ad_width = 728; google_ad_height = 15; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/zip/cycle_carre.pww.zip&quot; class=&quot;spip_in&quot;&gt;Voir Programme PFFF&lt;/a&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;CYCLE EN L&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_950 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/local/cache-vignettes/L364xH498/2-17421.jpg' width='364' height='498' alt=&quot;GRAFCET ET EQUATIONS&quot; title=&quot;GRAFCET ET EQUATIONS&quot; style='height:498px;width:364px;' class='' /&gt;&lt;/span&gt;
&lt;span class='spip_document_951 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/1-2.jpg' width='520' height='504' alt=&quot;CYCLE EN L&quot; title=&quot;CYCLE EN L&quot; style='height:504px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/zip/cycle_L.pww.zip&quot; class=&quot;spip_in&quot;&gt;Voir Programme PFFF&lt;/a&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 728x15, date de cr&#233;ation 27/03/09 */ google_ad_slot = &quot;6959082015&quot;; google_ad_width = 728; google_ad_height = 15; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;Prolongement : &lt;a href=&quot;http://prof.guedon.org/spip.php?article129&quot; class=&quot;spip_in&quot;&gt;un autre exercice r&#233;solu&lt;/a&gt; vous pouvez aussi t&#233;l&#233;charger le logiciel PFFF sur la page de son cr&#233;ateur :
http://admr.cad.free.fr/&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://prof.guedon.org/IMG/zip/cycle_carre.pww.zip" length="1085" type="application/zip" />
		
		<enclosure url="http://prof.guedon.org/IMG/zip/cycle_L.pww.zip" length="1349" type="application/zip" />
		

	</item>



	<item>
		<title>TP feux tricolores</title>
		<link>http://prof.guedon.org/spip.php?article161</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article161</guid>
		<dc:date>2009-12-30T11:11:15Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique66">Comptes rendus TP GE</category>


		<description>exemple de grafcet possible

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique66" rel="directory"&gt;Comptes rendus TP GE&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_576 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/local/cache-vignettes/L405xH298/feux-4f7f3.jpg' width='405' height='298' alt=&quot;&quot; style='height:298px;width:405px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;RESUME FONCTIONNEMENT&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;
Le feu vert de &lt;strong class=&quot;spip&quot;&gt;la voie A&lt;/strong&gt; est modul&#233; suivant le trafic. Un capteur &quot;cA&quot; comptabilise les voitures :&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;si Nb &lt;10 alors le feu reste &lt;strong class=&quot;spip&quot;&gt;20 secs&lt;/strong&gt; vert ,entre 10 et 20 il sera de &lt;strong class=&quot;spip&quot;&gt;30s&lt;/strong&gt;, au dessus de 20 v&#233;hicules il passe &#224; &lt;strong class=&quot;spip&quot;&gt;40s&lt;/strong&gt;.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;La nuit(contact NUIT/JOUR auto horloge)ce feu est obligatoirement vert. Un v&#233;hicule d&#233;tect&#233; sur la &lt;strong class=&quot;spip&quot;&gt;voie B&lt;/strong&gt; fait basculer (apr&#232;s 30secs) le feu &lt;strong class=&quot;spip&quot;&gt;voie A&lt;/strong&gt; au rouge et &lt;strong class=&quot;spip&quot;&gt;voie B&lt;/strong&gt; au vert (dur&#233;e 15 secs).&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;GRAFCET VU PC POSSIBLE&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 728x15, date de cr&#233;ation 27/03/09 */ google_ad_slot = &quot;6959082015&quot;; google_ad_width = 728; google_ad_height = 15; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_577 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/Sans_titre-42.jpg' width='520' height='327' alt=&quot;&quot; style='height:327px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>



	<item>
		<title>devoir GE et SI niveau premi&#232;re</title>
		<link>http://prof.guedon.org/spip.php?article227</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article227</guid>
		<dc:date>2009-12-16T18:34:29Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique17">EXERCICES, DEVOIRS, CORRIGES, compte rendus, sujets ESTI..... pour les GE</category>


		<description>&lt;p class=&quot;spip&quot;&gt;retour salutaire en terre &quot;g&#233;nie &#233;lectrique&quot; pour ne pas oublier les acquis d'hier &#224; l'heure des r&#233;formes tueuses de la technologie&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&#233;volution possible en int&#233;grant d'autres devoirs&lt;/p&gt;

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique17" rel="directory"&gt;EXERCICES, DEVOIRS, CORRIGES, compte rendus, sujets ESTI..... pour les GE&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/pompage_d_un_puits.pdf&quot; class=&quot;spip_in&quot;&gt;1-POMPAGE D'UN PUITS&lt;/a&gt;&lt;/strong&gt; pour 1SI&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/TRAITEMENT_PIECES.pdf&quot; class=&quot;spip_in&quot;&gt;2-TRAITEMENT DE PIECES&lt;/a&gt;&lt;/strong&gt; pour 1SI&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/BARRIERE_PARKING.pdf&quot; class=&quot;spip_in&quot;&gt;3-BARRI&#200;RE DE PARKING&lt;/a&gt;&lt;/strong&gt; pour 1SI&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/spip.php?article945&quot; class=&quot;spip_in&quot;&gt;4-PAVILLON&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/indtemp.pdf&quot; class=&quot;spip_in&quot;&gt;5-INDICATEUR DE TEMPERATURE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;6-TRAITEMENT THERMIQUE&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://prof.guedon.org/IMG/pdf/pompage_d_un_puits.pdf" length="17325" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/TRAITEMENT_PIECES.pdf" length="22962" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/BARRIERE_PARKING.pdf" length="61053" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/DS_oct.pdf" length="54157" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/indtemp.pdf" length="68682" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/traitement_thermique.pdf" length="111520" type="application/pdf" />
		

	</item>



	<item>
		<title>dossier centrale &#224; b&#233;ton</title>
		<link>http://prof.guedon.org/spip.php?article226</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article226</guid>
		<dc:date>2009-12-04T07:14:00Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique13">CENTRALE A BETON</category>


		<description>&lt;p class=&quot;spip&quot;&gt;le dossier complet expliqu&#233;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique13" rel="directory"&gt;CENTRALE A BETON&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;DESCRIPTIF&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_932 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/descriptif.jpg' width='520' height='360' alt=&quot;&quot; style='height:360px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;CONNECTIQUE&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt; &lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/spip.php?article24&quot; class=&quot;spip_in&quot;&gt;
C&#194;BLAGE ARMOIRE&lt;/a&gt;&lt;/strong&gt; &lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_933 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/Sans_titre-57.jpg' width='520' height='302' alt=&quot;&quot; style='height:302px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_934 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/Sans_titre-59.jpg' width='520' height='336' alt=&quot;&quot; style='height:336px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_935 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/Sans_titre-60.jpg' width='520' height='355' alt=&quot;&quot; style='height:355px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;GMMA&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_936 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/IMG/jpg/Sans_titre-61.jpg' width='520' height='339' alt=&quot;&quot; style='height:339px;width:520px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;LES GRAFCETS&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_939 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/local/cache-vignettes/L405xH686/descriptif-3-c3378.jpg' width='405' height='686' alt=&quot;Grafcet de production normale&quot; title=&quot;Grafcet de production normale&quot; style='height:686px;width:405px;' class='' /&gt;&lt;/span&gt;
&lt;span class='spip_document_937 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/local/cache-vignettes/L446xH728/descriptif-2-da239.jpg' width='446' height='728' alt=&quot;&quot; style='height:728px;width:446px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>



	<item>
		<title>TP SKIP centrale &#224; b&#233;ton + GEMMA</title>
		<link>http://prof.guedon.org/spip.php?article183</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article183</guid>
		<dc:date>2009-12-02T11:11:00Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique66">Comptes rendus TP GE</category>


		<description>&lt;p class=&quot;spip&quot;&gt;TP N&#176;1 sur la centrale &#224; b&#233;ton en application du cours sur le GMMA&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique66" rel="directory"&gt;Comptes rendus TP GE&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;MISE EN SITUATION&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;i class=&quot;spip&quot;&gt; &lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;Le cycle de production est d&#233;fini comme suit :&lt;/strong&gt; &lt;/i&gt;D&#232;s l'action sur &#171; Sy &#187;&lt;/p&gt; &lt;dl class='spip_document_702 spip_documents spip_documents_center' &gt;
&lt;dt&gt;&lt;img src='http://prof.guedon.org/local/cache-vignettes/L443xH346/courbvide-2-be1f0.jpg' width='443' height='346' alt='JPEG - 22.7 ko' style='height:346px;width:443px;' class='' /&gt;&lt;/dt&gt;
&lt;dt class='spip_doc_titre' style='width:350px;'&gt;&lt;strong&gt;Le cycle de &quot;PRODUCTION NORMALE&quot;&lt;/strong&gt;&lt;/dt&gt;
&lt;/dl&gt;
&lt;p class=&quot;spip&quot;&gt;1.	&lt;a href=&quot;http://prof.guedon.org/spip.php?article226&quot; class=&quot;spip_in&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;le dossier de la centrale &#224; b&#233;ton est donn&#233;&lt;/strong&gt;&lt;/a&gt; : r&#233;aliser un tableau r&#233;pertoriant l'ensemble des actionneurs ,pr&#233; actionneurs ,capteurs composant la partie op&#233;rative.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;2.	R&#233;aliser le sch&#233;ma de c&#226;blage PO-API&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;3.	pr&#233;ciser si le capteur opto est en &#171; dark on &#187; ou &#171; dark off &#187;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;4.	Effectuer le c&#226;blage des E/S API.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;5.	R&#233;aliser le GPN ,la programmation puis faire l'essai.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt; &lt;i class=&quot;spip&quot;&gt;	Le GMMA est donn&#233;.&lt;/i&gt; &lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;1.	R&#233;aliser les grafcets GC,GS ,et modifier le GPN&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;2.	Compl&#233;ter la programmation, ainsi que le c&#226;blage .Faire l'essai.&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;Le &lt;strong class=&quot;spip&quot;&gt; &lt;i class=&quot;spip&quot;&gt;GEMMA&lt;/i&gt; &lt;/strong&gt; est donn&#233; ci dessous&lt;/p&gt; &lt;dl class='spip_document_703 spip_documents spip_documents_center' &gt;
&lt;dt&gt;&lt;img src='http://prof.guedon.org/local/cache-vignettes/L352xH347/mem-4-ca74c.jpg' width='352' height='347' alt='JPEG - 24.9 ko' style='height:347px;width:352px;' class='' /&gt;&lt;/dt&gt;
&lt;dt class='spip_doc_titre' style='width:350px;'&gt;&lt;strong&gt;GEMMA&lt;/strong&gt;&lt;/dt&gt;
&lt;/dl&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;GRAFCETS &lt;/strong&gt; &lt;/strong&gt;
&lt;dl class='spip_document_704 spip_documents spip_documents_center' &gt;
&lt;dt&gt;&lt;img src='http://prof.guedon.org/local/cache-vignettes/L425xH446/skip_richard_brishoual-53ace.jpg' width='425' height='446' alt='JPEG - 19.9 ko' style='height:446px;width:425px;' class='' /&gt;&lt;/dt&gt;
&lt;dt class='spip_doc_titre' style='width:350px;'&gt;&lt;strong&gt;GRAFCETS&lt;/strong&gt;&lt;/dt&gt;
&lt;/dl&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>



	<item>
		<title>remplissage de camion </title>
		<link>http://prof.guedon.org/spip.php?article225</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article225</guid>
		<dc:date>2009-11-30T17:21:28Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique8">INFORMATIQUE INDUSTRIELLE</category>


		<description>&lt;p class=&quot;spip&quot;&gt;exercice combinatoire et son application sous automgenV7.(projet complet r&#233;alis&#233; par des &#233;l&#232;ves de 1GE) Le Neillon J&#233;r&#233;my- Sallez Louis et Ridard Thibault-Le Parc Emilie&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique8" rel="directory"&gt;INFORMATIQUE INDUSTRIELLE&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;Pes&#233;e de camion&lt;/h3&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;span class='spip_document_929 spip_documents spip_documents_center' &gt;
&lt;img src='http://prof.guedon.org/local/cache-vignettes/L421xH371/clion-2-3caba.jpg' width='421' height='371' alt=&quot;&quot; style='height:371px;width:421px;' class='' /&gt;&lt;/span&gt;&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt; &lt;i class=&quot;spip&quot;&gt;FONCTIONNEMENT :&lt;/i&gt; &lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;On d&#233;sire charger des camions en sable contenu dans un silo.
Il peut &#234;tre d&#233;livr&#233; 2 m3 ou 4 m3 de sable.
Au repos, il n'y a pas de camion sur la plate-forme et &quot;m&quot; n'est pas actionn&#233;. Le feu H1 (vert) est allum&#233;.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;1-La pr&#233;sence d'un camion est d&#233;tect&#233;e par le contact &quot;a&quot;.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;2-&quot;m&quot; est appuy&#233; (contact maintenu), la trappe s'ouvre (V=1) .Le feu orange H2 est allum&#233;, H1 s'&#233;teint.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;3-Le poids du sable enfonce la plate-forme qui vient actionner le contact &quot;b&quot;. La trappe se referme, le feu H3 (rouge) s'allume,H2 s'&#233;teint.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;4-&quot;m&quot; rel&#226;ch&#233;, la trappe reste ferm&#233;e le feu est rouge.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;5-deux cas peuvent se produire :&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; Chargement 2 m3 : Le camion quitte &quot;a&quot;, Il quitte alors la plate-forme, le feu rouge s'&#233;teint. Le feu vert s'allume. le syst&#232;me est pr&#234;t &#224; recevoir un autre camion.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; Chargement 4 m3 : Le camion d&#233;j&#224; charg&#233; de 2 m3 avance et quitte &quot;a&quot;.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;1.	&quot;m&quot; est de nouveau actionn&#233; ,le feu passe &#224; l'orange , la trappe s'ouvre de nouveau.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;2.	Le nouveau chargement &#224; pour effet d'actionner le contact &quot;c&quot;. La trappe se referme ,le feu passe au rouge.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;3.	&quot;m&quot; rel&#226;ch&#233; ,la trappe reste ferm&#233;e ,le feu reste rouge. Le camion quitte la plate-forme ,le feu repasse au vert.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; Par mesure de s&#233;curit&#233;, l'action sur &quot;m&quot; plate-forme vide n'a aucun effet.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; Le poids &#224; vide du camion n'a aucune influence sur la quantit&#233; de sable d&#233;livr&#233;e.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt; Lorsque le camion quitte la plate-forme, on admettra que les contacts &quot;c&quot; et &quot;b&quot; (&quot;c&quot; puis &quot;b&quot;) sont rel&#226;ch&#233;s avant que les roues arri&#232;res ne touchent &quot;a&quot;.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt; &lt;i class=&quot;spip&quot;&gt;TRAVAIL :&lt;/i&gt; &lt;/strong&gt;
1.	Analyser le fonctionnement puis trouver les &#233;quations de &quot;H1&quot;,H2&quot;,&quot;H3&quot; et V.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;s'aider du&lt;a href=&quot;http://prof.guedon.org/IMG/zip/tableau-3.zip&quot; class=&quot;spip_in&quot;&gt; logiciel de KARNAUGH joint&lt;/a&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;2.	Montrer que EV =/H1./H3&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;3.	R&#233;aliser alors le logigramme de l'ensemble du fonctionnement.&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;4.	R&#233;aliser la programmation .Respecter l'adressage suivant :&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;5.	Prolongement :Lorsque le chargement de 2m3 a &#233;t&#233; effectu&#233;, le feu rouge clignote .L'appui sur &#171; m &#187; plate-forme vide fait clignoter le feu VERT .R&#233;aliser la modification puis l'essai.&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/zip/correction_complete.agn.zip&quot; class=&quot;spip_in&quot;&gt; VOIR CORRECTION JOINTE&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://prof.guedon.org/IMG/zip/tableau-3.zip" length="254105" type="application/zip" />
		
		<enclosure url="http://prof.guedon.org/IMG/zip/correction_complete.agn.zip" length="16023" type="application/zip" />
		

	</item>



	<item>
		<title>devoirs propos&#233;s aux &#233;l&#232;ves de terminale STI GE</title>
		<link>http://prof.guedon.org/spip.php?article224</link>
		<guid isPermaLink="true">http://prof.guedon.org/spip.php?article224</guid>
		<dc:date>2009-11-23T17:31:15Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>prof</dc:creator>

<category domain="http://prof.guedon.org/spip.php?rubrique17">EXERCICES, DEVOIRS, CORRIGES, compte rendus, sujets ESTI..... pour les GE</category>


		<description>quelques devoirs pour se souvenir des diff&#233;rents apprentissages en STI et F3 au temps o&#249; les mots Sciences et Techniques avaient un sens.

-
&lt;a href="http://prof.guedon.org/spip.php?rubrique17" rel="directory"&gt;EXERCICES, DEVOIRS, CORRIGES, compte rendus, sujets ESTI..... pour les GE&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/zip/presse.rar.zip&quot; class=&quot;spip_in&quot;&gt;1-&lt;strong class=&quot;spip&quot;&gt;DEVOIR PRESSE&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/Pesage_de_sable_DS_NOV.pdf&quot; class=&quot;spip_in&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;2-PESAGE DE SABLE&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/zip/convoyeur_pour_scierie.rar.zip&quot; class=&quot;spip_in&quot;&gt;3-CONVOYEUR POUR SCIERIE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/pont_roulant.pdf&quot; class=&quot;spip_in&quot;&gt;
&lt;strong class=&quot;spip&quot;&gt;4-PONT ROULANT&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- google_ad_client = &quot;pub-3699987366604869&quot;; /* 234x60, date de cr&#233;ation 18/03/09 */ google_ad_slot = &quot;0614087658&quot;; google_ad_width = 234; google_ad_height = 60; //--&gt; &lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt; &lt;/script&gt;
&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/PORTE_DE_GARAGE.pdf&quot; class=&quot;spip_in&quot;&gt;
5-PORTE DE GARAGE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/triage_colis.pdf&quot; class=&quot;spip_in&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;6-TRIAGE DE COLIS&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;
&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/Bac_STI_Sujet_Centrale_a_beton.pdf&quot; class=&quot;spip_in&quot;&gt;7-SUJET BAC CENTRALE A BETON&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/sujetportail.pdf&quot; class=&quot;spip_in&quot;&gt;8-SUJET PORTAIL D'USINE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/montecharge.pdf&quot; class=&quot;spip_in&quot;&gt;9-MONTE CHARGE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/Pompes_centrifuges_horizontales_anti.pdf&quot; class=&quot;spip_in&quot;&gt;
&lt;strong class=&quot;spip&quot;&gt;10-POMPES CENTRIFUGES&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/zip/monte_charge_annee_97_.rar.zip&quot; class=&quot;spip_in&quot;&gt;
11-MONTE CHARGE (ann&#233;e 97)&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/derouleur_de_toles.pdf&quot; class=&quot;spip_in&quot;&gt;
&lt;strong class=&quot;spip&quot;&gt;12-DEROULEUR DE T&#212;LES&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class=&quot;spip&quot;&gt;&lt;a href=&quot;http://prof.guedon.org/IMG/pdf/Store.pdf&quot; class=&quot;spip_in&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;13-STORE EXTERIEUR POUR MAGASIN&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://prof.guedon.org/IMG/zip/presse.rar.zip" length="95904" type="application/zip" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/Pesage_de_sable_DS_NOV.pdf" length="47236" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/zip/convoyeur_pour_scierie.rar.zip" length="56595" type="application/zip" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/pont_roulant.pdf" length="66781" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/PORTE_DE_GARAGE.pdf" length="424327" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/triage_colis.pdf" length="19477" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/Bac_STI_Sujet_Centrale_a_beton.pdf" length="63444" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/montecharge.pdf" length="124304" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/sujetportail.pdf" length="162923" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/Pompes_centrifuges_horizontales_anti.pdf" length="152351" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/zip/monte_charge_annee_97_.rar.zip" length="63729" type="application/zip" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/derouleur_de_toles.pdf" length="574982" type="application/pdf" />
		
		<enclosure url="http://prof.guedon.org/IMG/pdf/Store.pdf" length="143431" type="application/pdf" />
		

	</item>





</channel>

</rss>
