source: MML/trunk/machine/SOLEIL/common/synchro/do_update.m @ 17

Last change on this file since 17 was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1function do_update
2
3fprintf('*****Update des 16 cartes locales******\n')
4
5r=tango_command_inout2('ANS/SY/LOCAL.SDC.1','Update');  retour_update('ANS/SY/LOCAL.SDC.1',r);
6r=tango_command_inout2('LT1/SY/LOCAL.DG.1','Update');  retour_update('LT1/SY/LOCAL.DG.1',r);
7r=tango_command_inout2('LIN/SY/LOCAL.SPM.1','Update');  retour_update('LIN/SY/LOCAL.SPM.1',r);
8
9r=tango_command_inout2('BOO/SY/LOCAL.Binj.1','Update'); retour_update('BOO/SY/LOCAL.Binj.1',r);
10r=tango_command_inout2('BOO/SY/LOCAL.Alim.1','Update'); retour_update('BOO/SY/LOCAL.Alim.1',r);
11r=tango_command_inout2('BOO/SY/LOCAL.DG.3',  'Update'); retour_update('BOO/SY/LOCAL.DG.3',r);
12r=tango_command_inout2('BOO/SY/LOCAL.Bext.1','Update'); retour_update('BOO/SY/LOCAL.Bext.1',r);
13
14r=tango_command_inout2('ANS-C01/SY/LOCAL.Ainj.1','Update'); retour_update('ANS-C01/SY/LOCAL.Ainj.1',r);
15r=tango_command_inout2('ANS-C01/SY/LOCAL.Ainj.2','Update'); retour_update('ANS-C01/SY/LOCAL.Ainj.2',r);
16r=tango_command_inout2('ANS-C02/SY/LOCAL.DG.1',  'Update'); retour_update('ANS-C02/SY/LOCAL.DG.1',r);
17r=tango_command_inout2('ANS-C04/SY/LOCAL.DG.1',  'Update'); retour_update('ANS-C04/SY/LOCAL.DG.1',r);
18r=tango_command_inout2('ANS-C06/SY/LOCAL.DG.1',  'Update'); retour_update('ANS-C06/SY/LOCAL.DG.1',r);
19r=tango_command_inout2('ANS-C08/SY/LOCAL.DG.1',  'Update'); retour_update('ANS-C08/SY/LOCAL.DG.1',r);
20r=tango_command_inout2('ANS-C10/SY/LOCAL.DG.1',  'Update'); retour_update('ANS-C10/SY/LOCAL.DG.1',r);
21r=tango_command_inout2('ANS-C12/SY/LOCAL.DG.1',  'Update'); retour_update('ANS-C12/SY/LOCAL.DG.1',r);
22r=tango_command_inout2('ANS-C14/SY/LOCAL.DG.1',  'Update'); retour_update('ANS-C14/SY/LOCAL.DG.1',r);
23r=tango_command_inout2('ANS-C16/SY/LOCAL.DG.1',  'Update'); retour_update('ANS-C16/SY/LOCAL.DG.1',r);
24
25fprintf('**************************************\n')
Note: See TracBrowser for help on using the repository browser.