Go to the source code of this file.
Functions | |
record (longin,"$(P)$(Q)$(NAME):$(GAUGE):MEAS1EXP") | |
read exponent, mantissa, exponent and check exponent still same if not, we had a rollover from e.g. More... | |
record (longin,"$(P)$(Q)$(NAME):$(GAUGE):MEAS1") | |
number in range 10 to 99 corresponding to 1.0 to 9.9 More... | |
record (longin,"$(P)$(Q)$(NAME):$(GAUGE):MEAS2EXP") | |
record (calcout,"$(P)$(Q)$(NAME):$(GAUGE)CHECK") | |
if exponents haven't changed, counter did not rollover during reads so value should be OK (A-(A>32767?65536:0)) is to convert between signed and two's complement More... | |
record (ai,"$(P)$(Q)$(NAME):$(GAUGE)") | |
record (longin,"$(P)$(Q)$(NAME):$(GAUGE):MEAS1:SIM") | |
SIMULATION RECORDS ###. More... | |
record (longin,"$(P)$(Q)$(NAME):$(GAUGE):MEAS1EXP:SIM") | |
record (longin,"$(P)$(Q)$(NAME):$(GAUGE):MEAS2:SIM") | |
record (longin,"$(P)$(Q)$(NAME):$(GAUGE):MEAS2EXP:SIM") | |
P | Required argument. Template argument |
Q | Required argument. Template argument |
NAME | Required argument. Template argument |
GAUGE | Required argument. Template argument |
PORT | Required argument. Template argument |
ADDREXP | Required argument. Template argument |
ADDRP | Required argument. Template argument |
PVALIAS | Required argument. Template argument |
Definition in file press-main.template.
record | ( | longin | , |
"$(P)$(Q)$(NAME):$(GAUGE):MEAS1EXP" | |||
) |
read exponent, mantissa, exponent and check exponent still same if not, we had a rollover from e.g.
9e4 to 1e5 during read and may be inconsistent
Definition at line 4 of file press-main.template.
record | ( | longin | , |
"$(P)$(Q)$(NAME):$(GAUGE):MEAS1" | |||
) |
number in range 10 to 99 corresponding to 1.0 to 9.9
Definition at line 15 of file press-main.template.
record | ( | longin | , |
"$(P)$(Q)$(NAME):$(GAUGE):MEAS2EXP" | |||
) |
Definition at line 24 of file press-main.template.
record | ( | calcout | , |
"$(P)$(Q)$(NAME):$(GAUGE)CHECK" | |||
) |
if exponents haven't changed, counter did not rollover during reads so value should be OK (A-(A>32767?65536:0)) is to convert between signed and two's complement
DESC
field: Check Field
EGU
field: mbar
Definition at line 36 of file press-main.template.
record | ( | ai | , |
"$(P)$(Q)$(NAME):$(GAUGE)" | |||
) |
DESC
field: Pressure EGU
field: mbar
Definition at line 49 of file press-main.template.
References alias().
record | ( | longin | , |
"$(P)$(Q)$(NAME):$(GAUGE):MEAS1:SIM" | |||
) |
SIMULATION RECORDS ###.
Definition at line 62 of file press-main.template.
record | ( | longin | , |
"$(P)$(Q)$(NAME):$(GAUGE):MEAS1EXP:SIM" | |||
) |
Definition at line 68 of file press-main.template.
record | ( | longin | , |
"$(P)$(Q)$(NAME):$(GAUGE):MEAS2:SIM" | |||
) |
Definition at line 74 of file press-main.template.
record | ( | longin | , |
"$(P)$(Q)$(NAME):$(GAUGE):MEAS2EXP:SIM" | |||
) |
Definition at line 80 of file press-main.template.