@@ -42,31 +42,32 @@ Run `fexcel help` for more information on usage.
42
42
43
43
## Global Flags
44
44
45
- | | Flag | Type | Description | Default |
46
- | - | ---------- | ---- | ----------- | ------- |
47
- | | --ains | string | start cell\* of analog input ids | |
48
- | | --aouts | string | start cell\* of analog output ids | |
49
- | | --dins | string | start cell\* of digital input ids | |
50
- | | --douts | string | start cell\* of digital output ids | |
51
- | | --flags | string | start cell\* of flag ids | |
52
- | | --gins | string | start cell\* of group input ids | |
53
- | | --gouts | string | start cell\* of group output ids | |
54
- | -h| --help | | help for fexcel | |
55
- | | --noupdate | | don't check for fexcel updates | |
56
- | | --numregs | string | start cell\* of numeric register ids | |
57
- | | --offset | int | column offset between ids and comments | 1 |
58
- | | --posregs | string | start cell\* of position register ids | |
59
- | | --rins | string | start cell\* of robot input ids | |
60
- | | --routs | string | start cell\* of robot output ids | |
61
- | | --save | | save flagset to config file | |
62
- | | --sheet | string | default sheet to look at when unspecified in the start cell\* | "Sheet1" |
63
- | | --sregs | string | start cell\* of string register ids | |
64
- | | --timeout | int | timeout value in seconds (default 5) |
65
- | | --ualms | string | start cell\* of user alarm ids | |
45
+ | | Flag | Type | Description | Default |
46
+ | - | ----------- | ---- | ----------- | ------- |
47
+ | | --ains | string | start cell\* of analog input ids | |
48
+ | | --aouts | string | start cell\* of analog output ids | |
49
+ | | --constants | string | start cell\* of constant definitions | |
50
+ | | --dins | string | start cell\* of digital input ids | |
51
+ | | --douts | string | start cell\* of digital output ids | |
52
+ | | --flags | string | start cell\* of flag ids | |
53
+ | | --gins | string | start cell\* of group input ids | |
54
+ | | --gouts | string | start cell\* of group output ids | |
55
+ | -h| --help | | help for fexcel | |
56
+ | | --noupdate | | don't check for fexcel updates | |
57
+ | | --numregs | string | start cell\* of numeric register ids | |
58
+ | | --offset | int | column offset between ids and comments | 1 |
59
+ | | --posregs | string | start cell\* of position register ids | |
60
+ | | --rins | string | start cell\* of robot input ids | |
61
+ | | --routs | string | start cell\* of robot output ids | |
62
+ | | --save | | save flagset to config file | |
63
+ | | --sheet | string | default sheet to look at when unspecified in the start cell\* | "Sheet1" |
64
+ | | --sregs | string | start cell\* of string register ids | |
65
+ | | --timeout | int | timeout value in seconds (default 5) |
66
+ | | --ualms | string | start cell\* of user alarm ids | |
66
67
67
68
\* * start cell flags can be optionally prefixed with a sheet name that
68
69
overrides the default ` -sheet ` flag. (e.g. ` --numregs Data:A2 ` ). They
69
- can also include a custom offset (e.g. `--dins IO:A2:6 ) where digital
70
+ can also include a custom offset (e.g. `--dins 6: IO: A2 ) where digital
70
71
inputs are located on the "IO" sheet starting at A2 and the comments
71
72
are in column G.*
72
73
0 commit comments