awips2/edexOsgi/com.raytheon.edex.uengine/scripts/sampleVtecEventUpdate.js

12 lines
319 B
JavaScript
Raw Normal View History

/**
* Performs an update of a single VTN.
*
* Change the values in the "setFields" method
* to control the actual VTN being updated.
*/
include("VtecEventUpdate.js");
var runner = new VtecUpdater();
runner.setTimeOut(10);
runner.setClientID("VTEC Update");
runner.setFields("KOAX","BZ","W",1);
runner.execute();