<< Prev        Next >>

ID : 3460

HandCurPressure

Function

To read the pressure sensor value of electric vacuum generator.

This command is available in Ver.2.8.* or higher.

Syntax

HandCurPressure

Return Value

The pressure sensor value currently applied on the electric vacuum generator is returned by double precision real number type data. (kPa)

Description

To read the pressure sensor value of electric vacuum generator.

Related Terms

-

Attention

-

Example

'!TITLE "Read the pressure currently applied to electric vacuum generator"
' Read the pressure currently applied to electric vacuum generator
Sub Sample_HandCurPressure

  Dim aaa As Double

  ' Read the pressure sensor's value currently applied to electric vacuum generator
  aaa = HandCurPressure

  ' Display the pressure sensor's value in the message output window
  PrintDbg aaa

End Sub

ID : 3460

<< Prev        Next >>