source: MML/trunk/machine/SOLEIL/common/geophone/trig_geophones.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: 299 bytes
Line 
1function trig_geophones
2
3deviceName = 'ANS/DG/SURVIB.1';
4
5% create Tango Device Proxy
6tango_ping(deviceName);
7
8argin.svalue={'dstp://survib/declenchementtango'};
9argin.svalue={'dstp://172.17.23.160/declenchementtango'};
10argin.lvalue=int32(1);
11
12tango_command_inout2(deviceName, 'WriteBool', argin);
13
Note: See TracBrowser for help on using the repository browser.