Run at Powerup

LANGUAGE: Karel

CREATED: 2016-10-31

MODIFIED: 2019-11-21

CODE    tag icon

/PROG  POWERUP
/ATTR
OWNER  = MNEDITOR;
COMMENT  = “RUN AT POWERUP”;
PROG_SIZE = 1231;
CREATE  = DATE 16-10-31  TIME 13:33:52;
MODIFIED = DATE 19-11-21  TIME 11:36:00;
FILE_NAME = ;
VERSION  = 0;
LINE_COUNT = 27;
MEMORY_SIZE = 1503;
PROTECT  = READ_WRITE;
TCD:  STACK_SIZE = 0,
TASK_PRIORITY = 50,
TIME_SLICE = 0,
BUSY_LAMP_OFF = 0,
ABORT_REQUEST = 0,
PAUSE_REQUEST = 7;
DEFAULT_GROUP = *,*,*,*,*;
CONTROL_CODE = 00000000 00000000;
/APPL

AUTO_SINGULARITY_HEADER;
ENABLE_SINGULARITY_AVOIDANCE   : TRUE;
/MN
1:  –eg:Copyright (c) 2019 DIY-Robotics.com All rights reserved. ;
2:  –eg: ;
3:  –eg:Redistribution and use in source and binary forms, with or without ;
4:  –eg:modification, are permitted provided that the following conditions
:  are ;
5:  –eg:met: ;
6:  –eg: ;
7:  –eg:Redistributions of source code must retain the above copyright ;
8:  –eg:notice, this list of conditions and the following disclaimer. ;
9:  –eg:Redistributions in binary form must reproduce the above ;
10:  –eg:copyright notice, this list of conditions and the following
:  disclaimer ;
11:  –eg:in the documentation and/or other materials provided with the ;
12:  –eg:distribution. ;
13:  –eg:Neither the name of DIY-Robotics.com nor the names of its ;
14:  –eg:contributors may be used to endorse or promote products derived from ;
15:  –eg:this software without specific prior written permission. ;
16:  –eg: ;
17:  !Loop500ms Timer Start ;
18:  TIMER[19]=RESET ;
19:  TIMER[19]=START ;
20:   ;
21:  !StartResetLock Timer ;
22:  TIMER[20]=RESET ;
23:  TIMER[20]=START ;
24:   ;
25:  WAIT   1.00(sec) ;
26:  RUN UALM_LOG ;
27:   ;
/POS
/END