This example shows how to use the record type "*" to set/overwrite a field of a record already defined. That can be useful when you are working with records from a module and want to change any of the fields already defined or set some field that was not originally defined.
EPICS base built.
To test this example, you can start the ioc using this command:
$EPICS_BIN/softIocPVA example1.cmdAnd then on a different terminal with , you can do like that:
$EPICS_BIN/caget MYRECORD.DRVL
# you should get the value 0
$EPICS_BIN/caget MYRECORD.DRVH
# you should get the value 10