diff --git a/data/html/Command-Reference.html b/data/html/Command-Reference.html
index 034fb877d6..44aec1a94f 100644
--- a/data/html/Command-Reference.html
+++ b/data/html/Command-Reference.html
@@ -101,298 +101,302 @@
Command reference
Create an aircraft |
+CRECONFS |
+Create an aircraft that is in conflict with an existing aircraft |
+
+
DATAFEED |
Select an ADS-B data source for traffic |
-
+
DEFWPT |
Define a waypoint only for this run |
-
+
DEL |
Delete command |
-
-DELAY |
+
+DELAY |
Delay a command by a specified time |
-
+
DELRTE |
Delete the complete route/dest/orig |
-
+
DELWPT |
Delete a waypoint from a route |
-
+
DEST |
Set destination airport |
-
+
DIRECT |
Go direct to specified waypoint in route |
-
+
DIST |
Distance and direction calculation between two coordinates positions |
-
+
DT |
Set simulation time step |
-
+
DTLOOK |
Set lookahead time in seconds for conflict detection |
-
+
DTMULT |
Sel multiplication factor for fast-time simulation |
-
+
DTNOLOOK |
Set interval for conflict detection |
-
+
DUMPRTE |
Write route to output |
-
+
ECHO |
Show a text in command window for user to read |
-
+
ENG |
Specify a different engine type |
-
+
FF |
Fast forward the simulation |
-
+
FIXDT |
Fix the time step |
-
+
GETWIND |
Get wind at a specified position |
-
+
HDG |
Heading command |
-
+
HELP |
Show help on a command, show pdf or write list of commands to file |
-
+
HOLD |
Pause the simulation |
-
+
IC |
Revert to initial conditions of scenario |
-
+
INSEDIT |
Insert text op edit line in command window |
-
+
INSTLOG |
Turn instant data logging on |
-
+
LINE |
Draw a line on the radar screen |
-
+
LISTRTE |
Show list of route in window per page of 5 waypoints |
-
+
LNAV |
LNAV switch for autopilot |
-
+
MCRE |
Multiple random create of n aircraft in current view |
-
+
METRIC |
Complexity metrics module |
-
+
MOVE |
Move an aircraft to a new position |
-
+
ND |
Show navigation display with CDTI |
-
+
NOISE |
Turbulence/noise switch |
-
+
NOM |
Set nominal acceleration for this aircraft |
-
+
NORESO |
Switch off conflict resolution for this aircraft |
-
+
OP |
Start simulation or continue after pause |
-
+
ORIG |
Set origin airport of aircraft |
-
+
PAN |
Move view to a location |
-
+
PCALL |
Call commands in another scenario file |
-
+
POLY |
Define a polygon-shaped area |
-
+
POLYALT |
Define a polygon-shaped area in 3D |
-
+
POS |
Get info on aircraft |
-
+
PRIORULES |
Define priority rules for conflict resolution |
-
+
QUIT |
Quit program/Stop simulation |
-
+
RESET |
Reset simulation |
-
+
RESO |
Set resolution method |
-
+
RESOOFF |
Switch for conflict resolution module |
-
+
RFACH |
Set resolution factor horizontal |
-
+
RFACV |
Set resolution factor vertical |
-
+
RMETHH |
Set resolution method to be used horizontally |
-
+
RMETHV |
Set resolution method to be used vertically |
-
+
RSZONEDH |
Set half of vertical dimension of resolution zone in ft |
-
+
RSZONER |
Set horizontal radius of resolution zone in nm |
-
+
RUNWAYS |
List available runways on an airport |
-
+
SAVEIC |
Save current situation as IC |
-
+
SCEN |
Give current situation a scenario name |
-
-SCHEDULE |
+
+SCHEDULE |
Define a time when a command is executed |
-
+
SEED |
Set seed for all functions using a randomizer |
-
+
SKYLOG |
SKYLOG data logging on |
-
+
SNAPLOG |
SNAPLOG data logging on |
-
+
SPD |
Speed command |
-
+
SSD |
Show conflict prevention display |
-
+
SWRAD |
Switch on/off elements and background of map/radar view |
-
+
SYMBOL |
Toggle aircraft symbol |
-
+
SYN |
Macro for generating geometric traffic scenarios |
-
+
TAXI |
Switch on/off ground/low altitude mode, prevents auto-delete at 1500 ft |
-
+
TIME |
Set simulated clock time |
-
+
TRAIL |
Toggle aircraft trails on/off |
-
+
VNAV |
Switch on/off VNAV mode, the vertical FMS mode |
-
+
VS |
Vertical speed command |
-
+
WIND |
Define a wind vector as part of the 2D or 3D wind field |
-
+
ZONEDH |
Set half of the vertical protected zone dimensions in ft |
-
+
ZONER |
Set the radius of the horizontal protected zone dimensions in nm |
-
+
ZOOM |
Zoom display in/out, you can also use +++ or ----- |
diff --git a/data/html/creconfs.html b/data/html/creconfs.html
new file mode 100644
index 0000000000..1c04d25549
--- /dev/null
+++ b/data/html/creconfs.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
CRECONFS: Creconfs
+
Create an aircraft that is in conflict with 'targetid'
+
Usage:
+
CRECONFS id, type, targetid, dpsi, cpa, tlos_hor, dH, tlos_ver, spd
+
Arguments:
+
+
+
+
+
+
+id |
+txt |
+No |
+Aircraft id for the new aircraft |
+
+
+type |
+txt |
+No |
+Aircraft type |
+
+
+targetid |
+acid |
+No |
+Id of the aircraft you want to create a conflict with |
+
+
+dpsi |
+hdg |
+No |
+Relative heading [deg] |
+
+
+cpa |
+float |
+No |
+Distance at closest point of approach [nm] |
+
+
+tlos_hor |
+time |
+No |
+Time until horizontal loss of separation [sec] |
+
+
+dH |
+alt |
+Yes |
+Altitude difference [ft] |
+
+
+tlos_ver |
+time |
+Yes |
+Time until vertical loss of separation [sec] |
+
+
+spd |
+spd |
+Yes |
+Aircraft speed |
+
+
+
+
Back to command reference.
+
+
+
+
+
\ No newline at end of file
diff --git a/data/html/delay.html b/data/html/delay.html
new file mode 100644
index 0000000000..ee448269eb
--- /dev/null
+++ b/data/html/delay.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
DELAY: Delay
+
Add a delayed command to stack
+
Usage:
+
DELAY time offset, COMMAND+ARGS
+
Arguments:
+
+
+
+
+
+
+
+
+
+
+
+
+time offset |
+time |
+No |
+The time difference between now and the time the command needs to be executed |
+
+
+COMMAND+ARGS |
+txt |
+No |
+The command to be scheduled |
+
+
+
+
Back to command reference.
+
+
+
+
+
\ No newline at end of file
diff --git a/data/html/schedule.html b/data/html/schedule.html
new file mode 100644
index 0000000000..2ffc34f189
--- /dev/null
+++ b/data/html/schedule.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
SCHEDULE: Schedule
+
Schedule a stack command at a given time
+
Usage:
+
SCHEDULE time, COMMAND+ARGS
+
Arguments:
+
+
+
+
+
+
+time |
+time |
+No |
+The time you want the command to be scheduled |
+
+
+COMMAND+ARGS |
+txt |
+No |
+The command to be scheduled |
+
+
+
+
Back to command reference.
+
+
+
+
+
\ No newline at end of file