Post Reply 
Major bug on G2
10-18-2019, 11:06 PM
Post: #11
RE: Major bug on G2
I bought my G2 about a week ago (October 7).
In my case, I don't have a BREAK in my code but WAIT/ON seems implicated.
Normally (G1) this code draws a picture and waits for a key press and returns the same.

Typically I'll press the ON key and get '46' in an alert box.
However, as I duplicated this sequence I periodically the get three second reset warning (no keycode) and then the Prime resets.
I hope this helps someone who knows what is happening.

Code:

EXPORT ORBITDGM()
BEGIN
RECT();
FOR C FROM −2 TO 0.25 STEP 0.00625 DO
X:=0;
M:=142*(C+2);
FOR I FROM 2 TO 100 DO
X:=X*X+C;
IF I < 30 THEN
CONTINUE;
END;
N:=60*(2-X);
PIXON_P(M,N,#FF00FF);
END;
END;
WAIT;
END;

Thanks,

Steve Brenton
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Major bug on G2 - Oulan - 03-06-2019, 12:47 PM
RE: Major bug on G2 - Martin - 05-13-2019, 08:45 PM
RE: Major bug on G2 - Martin - 05-17-2019, 07:38 PM
RE: Major bug on G2 - Jacob Wall - 05-18-2019, 02:44 AM
RE: Major bug on G2 - toml_12953 - 05-18-2019, 07:08 PM
RE: Major bug on G2 - Dirk.nl - 05-18-2019, 01:02 PM
RE: Major bug on G2 - DA74254 - 05-18-2019, 07:35 PM
RE: Major bug on G2 - mbeddo - 10-15-2019, 03:49 AM
RE: Major bug on G2 - Tim Wessman - 10-15-2019, 05:18 AM
RE: Major bug on G2 - David Hayden - 10-15-2019, 05:58 PM
RE: Major bug on G2 - srbrenton - 10-18-2019 11:06 PM



User(s) browsing this thread: 1 Guest(s)