[simpits-tech] EPL-code

Frank Riedel simpits-tech@simpits.org
Mon, 10 Mar 2003 16:15:05 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_001F_01C2E720.36D23230
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Guys !
Whats wrong here:

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

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

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


All the best
Frank

------=_NextPart_000_001F_01C2E720.36D23230
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2723.2500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi Guys !</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Whats wrong here:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>#define FASTSCAN 0 =
<BR>definemodule(0,FASTSCAN,0,7)=20
</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>#define OUTPUT 2<BR>definemodule=20
(0,OUTPUT,0,4)<BR>#define Testled 0,0,0b00000001</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>:LedOn {setpoint(Testled)}<BR>:LedOff=20
{clearpoint(Testled)}<BR>definebutton(keypress1,on,LedOn)<BR>definebutton=
(keypress2,off,LedOff)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV><FONT face=3DArial =
size=3D2>
<DIV><BR>All the best</DIV>
<DIV>Frank</FONT></DIV></BODY></HTML>

------=_NextPart_000_001F_01C2E720.36D23230--