I am facing the problem in displaying process variable (PV) data (Beam current, Magnet current etc data in accelerator control system) of EPICS platform into MATLAB GUI. I have tried by following steps 1) Downloaded MCA toolbox and done "set path" .... "added with subfolders" to interface to EPICS Channel Access (CA). 2) I have written the following lines to access from EPICS b = mcaopen(‘MMPS-Current’); mcamon(Handle); Value = mcacache(Handle); set(handles.Trim_15,'string',b); But not working. Can you please help me if anybody has done this types of work?

More Debasis Sinhamahaptra's questions See All
Similar questions and discussions