Changes between Version 7 and Version 8 of GEC22Agenda/LabWiki/ModuleC/Execute


Ignore:
Timestamp:
03/10/15 17:13:37 (9 years ago)
Author:
eswer18@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC22Agenda/LabWiki/ModuleC/Execute

    v7 v8  
    118118  query = ms('ping').select { [ :remote] }
    119119  data = defQuery(query)
    120   # Alternatively the above line could also be:
    121   # data = defQuery('select oml_ts_client, value from signalgen_sin')
    122   #
    123   # Also if you want to rename 'oml_ts_client' to 'ts'
    124   # query = ms('sin').select { [ oml_ts_client.as(:ts), :value ] }
    125   # data = defQuery('select oml_ts_client as ts, value from signalgen_sin')
    126120
    127121  triggered = false
     
    139133end
    140134onEvent :MY_EVENT do
    141   #group('switch').exec("ping www.google.com")
    142135  group('Source3').startApplications
    143136end