[an error occurred while processing this directive]

ADM to EDEN Translator - Simon Yung's Work

Using ADM

Usage:
        adm ADMFILE > EDENFILE
                 or
        adm < ADMFILE > EDENFILE

A typical adm file consists of an adm program enclosed by lines beginning with %adm:

non-processed lines (e.g. lines with Scout, DoNaLD and EDEN)
...
%adm
...
program in adm
...
%adm
...
non-processed lines

Note: an adm file may have at most ONE adm program.

After translation, the EDEN file (may have also Scout, DoNaLD ...) can be executed as usual.

After start-up, you may change a few simulation parameters (EDEN variables) before starting the simulation:

stopTime (Default: -1)
The simulation will stop at or after this system time. Note that the system time will not reset after stopping, so you have to set the stopTime forward in order to continue execution. Negative numbers such as -1 carry the special meaning of executing continuously.
Pause (Default: 0)
Minimum time gap between two adm execution cycles, in seconds.
Silent (Default: 0)
Set to suppress messages from the simulation

To start or continue the simulation, type:

        startClock = 1;

To stop the simulation before the preset time is reached, type:

        stopClock = 1;
[an error occurred while processing this directive]