int64in Records

Note: The int64in (integer 64 bit input) record is only available from EPICS base R3.16 on.

Normal Operation

The variable x stands for the written or read value.

DOUBLE format (e.g. %f):
Not allowed.
LONG format (e.g. %i):
Output: x=VAL
Input: VAL=x
ENUM format (e.g. %{):
Output: x=VAL
Input: VAL=x
STRING format (e.g. %s):
Not allowed.

Initialization

During initialization, the @init handler is executed, if present. All format converters work like in normal operation.