[simpits-tech] EPL-code

Frank Riedel simpits-tech@simpits.org
Sat, 15 Mar 2003 01:03:19 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_0028_01C2EA8E.AB40EE10
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

MY FIRST EPIC PRG, (keyhit(J) - YYYYEEEESSSSSSSSS
5 days in studing and help from all over the world.... and i'm
on the hardcore team for programing ;o))))
Now around 60 days of programing waits and i'm in the sky in my viper !

man - i'm happy ;o)

Frank

  ----- Original Message -----=20
  From: Mark Doran=20
  To: simpits-tech@simpits.org=20
  Sent: Tuesday, March 11, 2003 8:47 AM
  Subject: RE: [simpits-tech] EPL-code


  There need to be semi-colons after the setpoint() and clearpoint() =
calls (i.e. before each closing curly brace.  Also the terms "keypress1" =
and "keypress2" are not defined - the compiler tries to interpret those =
are module/row/button specifiers and can't unless you either a) use the =
correct syntax inline in the definebutton() statement or #define them to =
be something that matches the correct syntax.

  =20

  The EPICenter compiler will give you clear error messages for all of =
the above.  If you didn't see those I wonder if you are actually =
building the code in EPICenter or just trying to download it.  If you =
don't compile it first, you won't see the error messages from the =
compiler about your bugs in the EPL code and it would also explain why =
you are getting an error on a .joy file.the process of compiling =
generates the .joy file (and the others required).  Are you doing a =
project->make before you do a project->load??  The correct process =
requires a "make" then a "load" - sorry if you already know that but =
what you describe fits a 'missing compile' step so I'm just checking for =
simple solutions first! ;-)

  =20

  Also did you mean to have the "on" press of keypress1 turn the LED on =
while the "off" release of the keypress2 turns the light off??  That's =
not wrong, just looks a bit odd ;-)

  =20

  To which module/row/button numbers are the two keys you name keypress1 =
and keypress2 connected??

  =20

  I would strongly recommend that you take some time to read the EPIC =
EPL tutorials that are scattered around places such as:

  =20

    =
http://www.epicmapper.com/SupportPages/en/EPIC/CommandRef/CmdRef1.htm

  =20

  A bit out of date versus the newest of the new compilers but it's an =
online copy of Ralph's documentation.  Plus there's a more tutorial =
treatment at the same site:

  =20

    http://www.epicmapper.com/SupportPages/en/EPIC/EpicTutorial.htm

  =20

  Seems to be incomplete at the end but great as far as it does go.

  =20

  And once you get the basic switches sorted out you will probably want =
to play with Martin Schmit's most excellent F4Reader and the pigeon hole =
EPL coding that you can read about at Martin's site:

  =20

    http://www.xflight.de/f16/index_e.htm

  =20

  then look under "simulator->Communication->EPIC"

  =20

  Lots of good help to get you going.

  =20

  Cheers,

  =20

  Mark.

  =20

  =20

  -----Original Message-----
  From: simpits-tech-admin@simpits.org =
[mailto:simpits-tech-admin@simpits.org] On Behalf Of Frank Riedel
  Sent: Monday, March 10, 2003 7:15 AM
  To: simpits-tech@simpits.org
  Subject: [simpits-tech] EPL-code

  =20

  Hi Guys !

  Whats wrong here:

  =20

  #define FASTSCAN 0=20
  definemodule(0,FASTSCAN,0,7)=20

  =20

  #define OUTPUT 2
  definemodule (0,OUTPUT,0,4)
  #define Testled 0,0,0b00000001

  =20

  :LedOn {setpoint(Testled)}
  :LedOff {clearpoint(Testled)}
  definebutton(keypress1,on,LedOn)
  definebutton(keypress2,off,LedOff)

  =20


  All the best

  Frank


------=_NextPart_000_0028_01C2EA8E.AB40EE10
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20
"urn:schemas-microsoft-com:vml" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:w =3D=20
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3DWord.Document name=3DProgId>
<META content=3D"MSHTML 6.00.2723.2500" name=3DGENERATOR>
<META content=3D"Microsoft Word 10" name=3DOriginator><LINK=20
href=3D"cid:filelist.xml@01C2E75F.6F182D40" rel=3DFile-List><!--[if gte =
mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]-->
<STYLE>@font-face {
	font-family: Tahoma;
}
@font-face {
	font-family: Lucida Console;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; =
mso-header-margin: .5in; mso-footer-margin: .5in; mso-paper-source: 0; }
P.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: "Times New Roman"
}
DIV.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: "Times New Roman"
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.EmailStyle17 {
	FONT-WEIGHT: normal; COLOR: blue; FONT-STYLE: normal; FONT-FAMILY: =
"Lucida Console"; TEXT-DECORATION: none; text-underline: none; =
mso-style-type: personal-reply; mso-style-noshow: yes; =
mso-ansi-font-size: 10.0pt; mso-bidi-font-size: 10.0pt; =
mso-ascii-font-family: "Lucida Console"; mso-hansi-font-family: "Lucida =
Console"; text-line-through: none
}
SPAN.SpellE {
	mso-style-name: ""; mso-spl-e: yes
}
SPAN.GramE {
	mso-style-name: ""; mso-gram-e: yes
}
DIV.Section1 {
	page: Section1
}
</STYLE>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */=20
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=3DEN-US style=3D"tab-interval: .5in" vLink=3Dpurple =
link=3Dblue=20
bgColor=3Dwhite>
<DIV><FONT face=3DArial size=3D2>MY FIRST EPIC PRG, (keyhit(J) -=20
YYYYEEEESSSSSSSSS</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>5 days in studing and help from all =
over the=20
world.... and i'm</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>on the hardcore team for programing=20
;o))))</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Now around 60 days of programing waits =
and i'm in=20
the sky in my viper !</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>man - i'm happy ;o)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Frank</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial =
size=3D2></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dmsdoran@attbi.com href=3D"mailto:msdoran@attbi.com">Mark =
Doran</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3Dsimpits-tech@simpits.org=20
  href=3D"mailto:simpits-tech@simpits.org">simpits-tech@simpits.org</A> =
</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Tuesday, March 11, 2003 =
8:47=20
  AM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> RE: [simpits-tech]=20
EPL-code</DIV>
  <DIV><BR></DIV>
  <DIV class=3DSection1>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">There need=20
  to be semi-colons after the <SPAN class=3DSpellE><SPAN=20
  class=3DGramE>setpoint</SPAN></SPAN><SPAN class=3DGramE>(</SPAN>) and =
<SPAN=20
  class=3DSpellE>clearpoint</SPAN>() calls (i.e. before each closing =
curly=20
  brace.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>Also the terms =
=93keypress1=94=20
  and =93keypress2=94 are not defined =96 the compiler tries to =
interpret those are=20
  module/row/button <SPAN class=3DSpellE>specifiers</SPAN> and can=92t =
unless you=20
  either a) use the correct syntax inline in the <SPAN =
class=3DSpellE><SPAN=20
  class=3DGramE>definebutton</SPAN></SPAN><SPAN class=3DGramE>(</SPAN>) =
statement or=20
  #define them to be something that matches the correct=20
  syntax.<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">The <SPAN=20
  class=3DSpellE>EPICenter</SPAN> compiler will give you clear error =
messages for=20
  all of the above.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>If =
you didn=92t=20
  see those I wonder if you are actually building the code in <SPAN=20
  class=3DSpellE>EPICenter</SPAN> or just trying to download it.<SPAN=20
  style=3D"mso-spacerun: yes">&nbsp; </SPAN>If you don=92t compile it =
first, you=20
  won=92t see the error messages from the compiler about your bugs in =
the EPL code=20
  and it would also explain why you are getting an error on a .joy =
file=85the=20
  process of compiling generates the .joy file (and the others =
required).<SPAN=20
  style=3D"mso-spacerun: yes">&nbsp; </SPAN>Are you doing a =
project-&gt;make=20
  before you do a project-&gt;load??<SPAN style=3D"mso-spacerun: =
yes">&nbsp;=20
  </SPAN>The correct process requires a =93make=94 then a =93load=94 =96 =
sorry if you=20
  already know that but what you describe fits a =91missing compile=92 =
step so I=92m=20
  just checking for simple solutions first! =
;-)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">Also did=20
  you mean to have the =93on=94 press of keypress1 turn the LED on while =
the =93off=94=20
  release of the keypress2 turns the light off??<SPAN=20
  style=3D"mso-spacerun: yes">&nbsp; </SPAN>That=92s not wrong, just =
looks a bit odd=20
  ;-)<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">To which=20
  module/row/button numbers are the two keys you name keypress1 and =
keypress2=20
  connected??<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">I would=20
  strongly recommend that you take some time to read the EPIC EPL =
tutorials that=20
  are scattered around places such as:<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><SPAN=20
  style=3D"mso-spacerun: yes">&nbsp; </SPAN><A=20
  =
href=3D"http://www.epicmapper.com/SupportPages/en/EPIC/CommandRef/CmdRef1=
.htm">http://www.epicmapper.com/SupportPages/en/EPIC/CommandRef/CmdRef1.h=
tm</A><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">A bit out=20
  of date versus the newest of the new compilers but it=92s an online =
copy of=20
  Ralph=92s documentation.<SPAN style=3D"mso-spacerun: yes">&nbsp; =
</SPAN>Plus=20
  there=92s a more tutorial treatment at the same=20
  site:<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><SPAN=20
  style=3D"mso-spacerun: yes">&nbsp; </SPAN><A=20
  =
href=3D"http://www.epicmapper.com/SupportPages/en/EPIC/EpicTutorial.htm">=
http://www.epicmapper.com/SupportPages/en/EPIC/EpicTutorial.htm</A><o:p><=
/o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><SPAN class=3DGramE><FONT face=3D"Lucida Console" =
color=3Dblue=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">Seems to=20
  be incomplete at the end but great as far as it does=20
  go.</SPAN></FONT></SPAN><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">And once=20
  you get the basic switches sorted out you will probably want to play =
with=20
  Martin <SPAN class=3DSpellE>Schmit=92s</SPAN> most excellent F4Reader =
and the=20
  pigeon hole EPL coding that you can read about at Martin=92s=20
  site:<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><SPAN=20
  style=3D"mso-spacerun: yes">&nbsp; </SPAN><A=20
  =
href=3D"http://www.xflight.de/f16/index_e.htm">http://www.xflight.de/f16/=
index_e.htm</A><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><SPAN class=3DGramE><FONT face=3D"Lucida Console" =
color=3Dblue=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">then</SPAN></FONT></SPAN><FONT=20
  face=3D"Lucida Console" color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida Console'"> =
look=20
  under =
=93simulator-&gt;Communication-&gt;EPIC=94<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><SPAN class=3DGramE><FONT face=3D"Lucida Console" =
color=3Dblue=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">Lots of=20
  good help to get you going.</SPAN></FONT></SPAN><FONT face=3D"Lucida =
Console"=20
  color=3Dblue size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">Cheers,<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'">Mark.<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Lucida Console" color=3Dblue =
size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Lucida =
Console'"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <DIV=20
  style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: =
medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: blue =
1.5pt solid; PADDING-TOP: 0in; BORDER-BOTTOM: medium none">
  <P class=3DMsoNormal><FONT face=3DTahoma size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">-----Original=20
  Message-----<BR><B><SPAN style=3D"FONT-WEIGHT: bold">From:</SPAN></B>=20
  simpits-tech-admin@simpits.org [mailto:simpits-tech-admin@simpits.org] =

  <B><SPAN style=3D"FONT-WEIGHT: bold">On Behalf Of </SPAN></B>Frank=20
  Riedel<BR><B><SPAN style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> =
Monday, March=20
  10, 2003 7:15 AM<BR><B><SPAN style=3D"FONT-WEIGHT: =
bold">To:</SPAN></B>=20
  simpits-tech@simpits.org<BR><B><SPAN=20
  style=3D"FONT-WEIGHT: bold">Subject:</SPAN></B> [simpits-tech]=20
  EPL-code</SPAN></FONT></P>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hi Guys=20
  !</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Whats wrong=20
  here:</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">#define FASTSCAN 0=20
  <BR>definemodule(0,FASTSCAN,0,7) </SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">#define OUTPUT =
2<BR>definemodule=20
  (0,OUTPUT,0,4)<BR>#define Testled=20
  0,0,0b00000001</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">:LedOn=20
  {setpoint(Testled)}<BR>:LedOff=20
  =
{clearpoint(Testled)}<BR>definebutton(keypress1,on,LedOn)<BR>definebutton=
(keypress2,off,LedOff)</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial"><BR>All the=20
  best<o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">Frank</SPAN></FONT><o:p></o:p></P></DIV></DIV></DIV></BLOCKQUOTE><=
/BODY></HTML>

------=_NextPart_000_0028_01C2EA8E.AB40EE10--