| 
       Sets Event IO-signal 
      Syntax: 
      
        Event;<PulseLen=value;>name=0/1/tagname;<PulseLen=value;> 
        <name=0/1/tagname;> 
       
      Command response: 
      
        EventResponse;<PulseLen=OK/Error;><name=OK/Error;> 
        <PulseLen=OK/Error;> 
        <name=OK/Error;>Result=OK/Error; 
       
      Example: 
      
      Event; 0:OSigEResultReady=0 
      Event;pulselen=100;0:OSigEResultReady=1Eyes.Count 
       
      Note: 
      Results from the tagdatabase can be used
      as on/off value in Event. 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. 
       
      Event assumes that Scorpion has installed an OPC
      interface. The Status and Alarm commands are also used towards OPC
      interfaces.
       
     |