| 
       Sets Status IO-signal 
      Syntax: 
      
        Status;name=value;<name=value;><name=value;> 
       
      Command response: 
      
        StatusResponse;name=value;<name=value;><name=value;>Result=OK|Error; 
       
      Example: 
      
      
      Status; 0:OSigSProduct=Product.Value;0:OSigSResultOK=ResultOK.Value 
       
      Note: 
      Results from the tagdatabase can be used
      as values in Status. The numeric value is directly set. An alias manager
      value can also be used to set a value. 
      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. 
       
      Status assumes that Scorpion has installed an OPC
      interface.   
     |