Visara Master Console Center Scripting Guide Uživatelský manuál Strana 129

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 262
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 128
Chapter 5 Script Commands
Scripting Guide 129
HUMID
Syntax:
HUMID( %Port) ==> %Humidity
Description:
Reads the current humidity from a sensor unit.
Action:
The humidity value is read from the sensor unit connected to the
specified port.
Parameters:
%Port. Numeric expression. The assigned sensor port number to
which the sensor is connected. Refer to Ports on page 24 for further
information.
Returns:
Numeric value. The current humidity reading.
Notes:
This command is not commonly used.
Example:
%Hum := HUMID( 2)
LOG( LOG_EXEC, ”HUMIDITY 2 = ” + STR( %Hum))
See Also:
TEMP
Zobrazit stránku 128
1 2 ... 124 125 126 127 128 129 130 131 132 133 134 ... 261 262

Komentáře k této Příručce

Žádné komentáře