I write a record like this:
record(calc,"spam0") { field(INPA, "spam0.VAL CP") field(CALC,"A+1") }
Then I start two terminals to monitor the value change of spam0, as you can see in the picture below, the left terminal runs camonitor and right pvmonitor. But I found that in the pvmonitor there exists a lot of value loss(it is supposed to +1 each time) while in camonitor it looks good. Does this mean pvaccess has a bad transmission performance compared with channel access?
