Field formula files, *.FLF


(Contents)(Previous)(Next)

The field formula files contain the definitions of all components of the original field using the MaX-1 formula interpreter language. The default field formula file is shown below. Note that this defines a simple zero field. Since the file is quite long, some data has been omitted. Omitted data is indicated by ……

In MAXaax.EXE, three numbers have been added to the second line that contains the field definition data. Therefore, the file identification string of MAXaax.EXE is "CHFLF Version 1.1" instead of "CHFLF Version 1.0". MAXaax.EXE can read both version 1.0 and version 1.1 files. The three additional numbers in the version 1.1 files are the values of the col., con., and dom. boxes of the Field formula dialog.

Note that version 2 (MAXaax.EXE) contains additional data on the second input line. Version 2 of MaX-1 can read version 1 files. It will replace the missing data by default values.

File identification

Field definition data
use MMP expansions
0: false (use formula)
1: true
MMP expansion number
(0: use all expansions)
compute abbreviations once
0: false
1: true
Version 2 (MAXaax.EXE) contains the following additional data on this line:
Color flag (for MMP expansions)
Connection flag
Domain flag
Parameter flag

Real constants c6,c7,c8

Dummy text

Abbreviations (20 strings)




Dummy text

E field definition formula in x, y, z



Dummy text

H field definition formula in x, y, z



Dummy text

A field definition formula in x, y, z



Dummy text

V field definition formula in x, y, z
CHFLF Version 2.0

1 0 0 0 0 0 0
















1 1 1

abbreviations

inv(sub(log(0.25),log(0.95)))
neg(mul(q1,log(0.95)))
……
div(mul(2,dt),dz)

E-field

0
0
0

H-field

0
0
0

A-field

0
0
0

V-field

0
0
0


(Contents)(Previous)(Next)