Discussion:
How to get binary values from EPICS?
(too old to reply)
andersd
2008-07-30 16:40:06 UTC
Permalink
I am logging process variable from EPICS and everything works correctly, except the binary values I want to log. They are simply 0 all the time and don't change when they should. I'm assuming there's some kind of data type issue I'm not understanding, but I can't figure out what it is. In my db file I set the PVs as bi or bo, and in EPICS I've tried making them integers and booleans converted to doubles. Any suggestions?
Jeremy_B
2008-07-31 22:40:19 UTC
Permalink
Hi andersd, Are you using an EPICS client I/O server in DSC?
andersd2
2008-08-05 15:40:09 UTC
Permalink
Hi,
Yes, I am using an EPICS I/O server in DSC.
Jeremy_B
2008-08-06 17:10:08 UTC
Permalink
Hi, How are you confirming what the actual values should be?  What kind of data are you expecting?  Are these just boolean switches?
Loading...