Class WsRemoteAnalogInput


public class WsRemoteAnalogInput extends AnalogInput
Reads a remote analog input.
  • Constructor Details

    • WsRemoteAnalogInput

      public WsRemoteAnalogInput(String p_name, String p_networkTbl)
      Construct the remote input.
      Parameters:
      p_name - Name of the input.
      p_networkTbl - Network table name.
  • Method Details

    • readRawValue

      public double readRawValue()
      Reads the value from the remote analog input.
      Specified by:
      readRawValue in class AnalogInput
      Returns:
      Raw value from input.