| 
       Sets Alarm IO-signal 
      Syntax: 
      
        Alarm;<PulseLen=value;>name=<0|1|tagname>; 
        <PulseLen=value;> 
        <name=<0|1|tagname>;> 
       
      Command response: 
      
        AlarmResponse;<name=OK/Error;><name=OK/Error;> 
        Result=OK/Error; 
       
      Example: 
      
      Alarm; 0:OSigEResultReady=0 
      Alarm; 0:OSigEResultReady=Eyes.Count 
       
      Note: 
      Results from the tagdatabase can be used
      as on/off values in Alarm. Numeric value=0 is off, numeric value<>0
      is on. 
      Multiple signals can be used in the same
      command separated with semi colon ';'. 
      To pulse one or more signals, use PulseLen=nn ms.  
      Note that PulseLen is activated only for IO-signals given after
      this. 
       
      Alarm assumes that Scorpion has installed an OPC
      interface.   
      The Status and Event commands are also used towards OPC
      interfaces. 
     |