You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Steps

Step 1

First file to be edited is model_nameListFACETProf.m.

Add a line to the model_nameListFACETProf.m file to define the name associated with the PV (and location, server, trigger, etc) e.g:

'CHER',             'CMOS:LI20:3506',   '',                'S20 sCMOS',    'cpu-li20-pm06',    'TRIG:LI20:PM06:0:TCTL',    'ACSW:LI20:NW06:2';...

Step 2

Second file to be edited is profmon_gui.m and add a line

handles.sector.F2_ELEC.PVLists={...
	'CAMR:LT10:500', ...
	...
	...
	'CMOS:LI20:3506'};
  • No labels