2009-01-13 1.1.0

org.eclipse.soda.dk.generic.io.device.service
Interface GenericIoDeviceService

All Known Implementing Classes:
GenericIoDevice

public interface GenericIoDeviceService

Generic Digital and Analog I/O Device. The device service interface defines the service to be registered for the GenericIoDevice device.

The following measurements are supported:

DigitalInputCount
DigitalOutputCount
AnalogInputCount
AnalogOutputCount
DigitalOutputs Maintain the output pins.
DigitalInputs Maintain the input.
AnalogOutputs Maintain the output pins.
AnalogInputs Maintain the input.

The list of exported services:

Version:
1.1.0
See Also:
GenericIoDeviceService, org.eclipse.soda.dk.device.service.DeviceService

Field Summary
static java.lang.String AI1_DATA_KEY
          Analog Input 1.
static java.lang.String AI10_DATA_KEY
          Analog Input 10.
static java.lang.String AI11_DATA_KEY
          Analog Input 11.
static java.lang.String AI12_DATA_KEY
          Analog Input 12.
static java.lang.String AI13_DATA_KEY
          Analog Input 13.
static java.lang.String AI14_DATA_KEY
          Analog Input 14.
static java.lang.String AI15_DATA_KEY
          Analog Input 15.
static java.lang.String AI16_DATA_KEY
          Analog Input 16.
static java.lang.String AI17_DATA_KEY
          Analog Input 17.
static java.lang.String AI18_DATA_KEY
          Analog Input 18.
static java.lang.String AI19_DATA_KEY
          Analog Input 19.
static java.lang.String AI2_DATA_KEY
          Analog Input 2.
static java.lang.String AI20_DATA_KEY
          Analog Input 20.
static java.lang.String AI21_DATA_KEY
          Analog Input 21.
static java.lang.String AI22_DATA_KEY
          Analog Input 22.
static java.lang.String AI23_DATA_KEY
          Analog Input 23.
static java.lang.String AI24_DATA_KEY
          Analog Input 24.
static java.lang.String AI25_DATA_KEY
          Analog Input 25.
static java.lang.String AI26_DATA_KEY
          Analog Input 26.
static java.lang.String AI27_DATA_KEY
          Analog Input 27.
static java.lang.String AI28_DATA_KEY
          Analog Input 28.
static java.lang.String AI29_DATA_KEY
          Analog Input 29.
static java.lang.String AI3_DATA_KEY
          Analog Input 3.
static java.lang.String AI30_DATA_KEY
          Analog Input 30.
static java.lang.String AI31_DATA_KEY
          Analog Input 31.
static java.lang.String AI32_DATA_KEY
          Analog Input 32.
static java.lang.String AI4_DATA_KEY
          Analog Input 4.
static java.lang.String AI5_DATA_KEY
          Analog Input 5.
static java.lang.String AI6_DATA_KEY
          Analog Input 6.
static java.lang.String AI7_DATA_KEY
          Analog Input 7.
static java.lang.String AI8_DATA_KEY
          Analog Input 8.
static java.lang.String AI9_DATA_KEY
          Analog Input 9.
static java.lang.String[] ALL_COMMANDS
          Comprehensive list of all the command identifiers.
static java.lang.String[] ALL_MEASUREMENTS
          Comprehensive list of all the measurement identifiers.
static java.lang.String[] ALL_SIGNALS
          Comprehensive list of all the signal identifiers.
static java.lang.String ANALOG_INPUT_COUNT_ERROR_EXTERNAL_KEY
          Defines the AnalogInputCount measurement Integer.
static java.lang.String ANALOG_INPUT_COUNT_EXTERNAL_KEY
          Defines the AnalogInputCount measurement Integer.
static java.lang.String ANALOG_INPUT_COUNT_GET_EXTERNAL_KEY
          Defines the AnalogInputCount measurement Integer.
static java.lang.String ANALOG_INPUT_COUNT_KEY
          Configuration ANALOG_INPUT_COUNT_KEY key.
static java.lang.String ANALOG_INPUT_COUNT_READ_EXTERNAL_KEY
          Defines the AnalogInputCount measurement Integer.
static java.lang.String ANALOG_INPUTS_ERROR_EXTERNAL_KEY
          Maintain the input.
static java.lang.String ANALOG_INPUTS_EXTERNAL_KEY
          Maintain the input.
static java.lang.String ANALOG_INPUTS_GET_EXTERNAL_KEY
          Maintain the input.
static java.lang.String ANALOG_INPUTS_READ_EXTERNAL_KEY
          Maintain the input.
static java.lang.String ANALOG_OUTPUT_COUNT_ERROR_EXTERNAL_KEY
          Defines the AnalogOutputCount measurement Integer.
static java.lang.String ANALOG_OUTPUT_COUNT_EXTERNAL_KEY
          Defines the AnalogOutputCount measurement Integer.
static java.lang.String ANALOG_OUTPUT_COUNT_GET_EXTERNAL_KEY
          Defines the AnalogOutputCount measurement Integer.
static java.lang.String ANALOG_OUTPUT_COUNT_KEY
          Configuration ANALOG_OUTPUT_COUNT_KEY key.
static java.lang.String ANALOG_OUTPUT_COUNT_READ_EXTERNAL_KEY
          Defines the AnalogOutputCount measurement Integer.
static java.lang.String ANALOG_OUTPUTS_ERROR_EXTERNAL_KEY
          Maintain the output pins.
static java.lang.String ANALOG_OUTPUTS_EXTERNAL_KEY
          Maintain the output pins.
static java.lang.String ANALOG_OUTPUTS_GET_EXTERNAL_KEY
          Maintain the output pins.
static java.lang.String ANALOG_OUTPUTS_WRITE_EXTERNAL_KEY
          Maintain the output pins.
static java.lang.String AnalogInputCount
          Defines the AnalogInputCount measurement Integer.
static java.lang.String ANALOGINPUTCOUNT_ERROR_EXTERNAL_KEY
          Deprecated. use ANALOG_INPUT_COUNT_ERROR_EXTERNAL_KEY
static java.lang.String ANALOGINPUTCOUNT_EXTERNAL_KEY
          Deprecated. use ANALOG_INPUT_COUNT_EXTERNAL_KEY
static java.lang.String ANALOGINPUTCOUNT_GET_EXTERNAL_KEY
          Deprecated. use ANALOG_INPUT_COUNT_GET_EXTERNAL_KEY
static java.lang.String ANALOGINPUTCOUNT_KEY
          Deprecated. use ANALOG_INPUT_COUNT_KEY
static java.lang.String ANALOGINPUTCOUNT_READ_EXTERNAL_KEY
          Deprecated. use ANALOG_INPUT_COUNT_READ_EXTERNAL_KEY
static java.lang.String AnalogInputs
          Maintain the input.
static java.lang.String ANALOGINPUTS_ERROR_EXTERNAL_KEY
          Deprecated. use ANALOG_INPUTS_ERROR_EXTERNAL_KEY
static java.lang.String ANALOGINPUTS_EXTERNAL_KEY
          Deprecated. use ANALOG_INPUTS_EXTERNAL_KEY
static java.lang.String ANALOGINPUTS_GET_EXTERNAL_KEY
          Deprecated. use ANALOG_INPUTS_GET_EXTERNAL_KEY
static java.lang.String ANALOGINPUTS_READ_EXTERNAL_KEY
          Deprecated. use ANALOG_INPUTS_READ_EXTERNAL_KEY
static java.lang.String AnalogOutputCount
          Defines the AnalogOutputCount measurement Integer.
static java.lang.String ANALOGOUTPUTCOUNT_ERROR_EXTERNAL_KEY
          Deprecated. use ANALOG_OUTPUT_COUNT_ERROR_EXTERNAL_KEY
static java.lang.String ANALOGOUTPUTCOUNT_EXTERNAL_KEY
          Deprecated. use ANALOG_OUTPUT_COUNT_EXTERNAL_KEY
static java.lang.String ANALOGOUTPUTCOUNT_GET_EXTERNAL_KEY
          Deprecated. use ANALOG_OUTPUT_COUNT_GET_EXTERNAL_KEY
static java.lang.String ANALOGOUTPUTCOUNT_KEY
          Deprecated. use ANALOG_OUTPUT_COUNT_KEY
static java.lang.String ANALOGOUTPUTCOUNT_READ_EXTERNAL_KEY
          Deprecated. use ANALOG_OUTPUT_COUNT_READ_EXTERNAL_KEY
static java.lang.String AnalogOutputs
          Maintain the output pins.
static java.lang.String ANALOGOUTPUTS_ERROR_EXTERNAL_KEY
          Deprecated. use ANALOG_OUTPUTS_ERROR_EXTERNAL_KEY
static java.lang.String ANALOGOUTPUTS_EXTERNAL_KEY
          Deprecated. use ANALOG_OUTPUTS_EXTERNAL_KEY
static java.lang.String ANALOGOUTPUTS_GET_EXTERNAL_KEY
          Deprecated. use ANALOG_OUTPUTS_GET_EXTERNAL_KEY
static java.lang.String ANALOGOUTPUTS_WRITE_EXTERNAL_KEY
          Deprecated. use ANALOG_OUTPUTS_WRITE_EXTERNAL_KEY
static java.lang.String AO1_DATA_KEY
          Analog Output 1.
static java.lang.String AO10_DATA_KEY
          Analog Output 10.
static java.lang.String AO11_DATA_KEY
          Analog Output 11.
static java.lang.String AO12_DATA_KEY
          Analog Output 12.
static java.lang.String AO13_DATA_KEY
          Analog Output 13.
static java.lang.String AO14_DATA_KEY
          Analog Output 14.
static java.lang.String AO15_DATA_KEY
          Analog Output 15.
static java.lang.String AO16_DATA_KEY
          Analog Output 16.
static java.lang.String AO17_DATA_KEY
          Analog Output 17.
static java.lang.String AO18_DATA_KEY
          Analog Output 18.
static java.lang.String AO19_DATA_KEY
          Analog Output 19.
static java.lang.String AO2_DATA_KEY
          Analog Output 2.
static java.lang.String AO20_DATA_KEY
          Analog Output 20.
static java.lang.String AO21_DATA_KEY
          Analog Output 21.
static java.lang.String AO22_DATA_KEY
          Analog Output 22.
static java.lang.String AO23_DATA_KEY
          Analog Output 23.
static java.lang.String AO24_DATA_KEY
          Analog Output 24.
static java.lang.String AO25_DATA_KEY
          Analog Output 25.
static java.lang.String AO26_DATA_KEY
          Analog Output 26.
static java.lang.String AO27_DATA_KEY
          Analog Output 27.
static java.lang.String AO28_DATA_KEY
          Analog Output 28.
static java.lang.String AO29_DATA_KEY
          Analog Output 29.
static java.lang.String AO3_DATA_KEY
          Analog Output 3.
static java.lang.String AO30_DATA_KEY
          Analog Output 30.
static java.lang.String AO31_DATA_KEY
          Analog Output 31.
static java.lang.String AO32_DATA_KEY
          Analog Output 32.
static java.lang.String AO4_DATA_KEY
          Analog Output 4.
static java.lang.String AO5_DATA_KEY
          Analog Output 5.
static java.lang.String AO6_DATA_KEY
          Analog Output 6.
static java.lang.String AO7_DATA_KEY
          Analog Output 7.
static java.lang.String AO8_DATA_KEY
          Analog Output 8.
static java.lang.String AO9_DATA_KEY
          Analog Output 9.
static java.lang.String DIGITAL_INPUT_COUNT_ERROR_EXTERNAL_KEY
          Defines the DigitalInputCount measurement Integer.
static java.lang.String DIGITAL_INPUT_COUNT_EXTERNAL_KEY
          Defines the DigitalInputCount measurement Integer.
static java.lang.String DIGITAL_INPUT_COUNT_GET_EXTERNAL_KEY
          Defines the DigitalInputCount measurement Integer.
static java.lang.String DIGITAL_INPUT_COUNT_KEY
          Configuration DIGITAL_INPUT_COUNT_KEY key.
static java.lang.String DIGITAL_INPUT_COUNT_READ_EXTERNAL_KEY
          Defines the DigitalInputCount measurement Integer.
static java.lang.String DIGITAL_INPUTS_ERROR_EXTERNAL_KEY
          Maintain the input.
static java.lang.String DIGITAL_INPUTS_EXTERNAL_KEY
          Maintain the input.
static java.lang.String DIGITAL_INPUTS_GET_EXTERNAL_KEY
          Maintain the input.
static java.lang.String DIGITAL_INPUTS_READ_EXTERNAL_KEY
          Maintain the input.
static java.lang.String DIGITAL_OUTPUT_COUNT_ERROR_EXTERNAL_KEY
          Defines the DigitalOutputCount measurement Integer.
static java.lang.String DIGITAL_OUTPUT_COUNT_EXTERNAL_KEY
          Defines the DigitalOutputCount measurement Integer.
static java.lang.String DIGITAL_OUTPUT_COUNT_GET_EXTERNAL_KEY
          Defines the DigitalOutputCount measurement Integer.
static java.lang.String DIGITAL_OUTPUT_COUNT_KEY
          Configuration DIGITAL_OUTPUT_COUNT_KEY key.
static java.lang.String DIGITAL_OUTPUT_COUNT_READ_EXTERNAL_KEY
          Defines the DigitalOutputCount measurement Integer.
static java.lang.String DIGITAL_OUTPUTS_ERROR_EXTERNAL_KEY
          Maintain the output pins.
static java.lang.String DIGITAL_OUTPUTS_EXTERNAL_KEY
          Maintain the output pins.
static java.lang.String DIGITAL_OUTPUTS_GET_EXTERNAL_KEY
          Maintain the output pins.
static java.lang.String DIGITAL_OUTPUTS_WRITE_EXTERNAL_KEY
          Maintain the output pins.
static java.lang.String DigitalInputCount
          Defines the DigitalInputCount measurement Integer.
static java.lang.String DIGITALINPUTCOUNT_ERROR_EXTERNAL_KEY
          Deprecated. use DIGITAL_INPUT_COUNT_ERROR_EXTERNAL_KEY
static java.lang.String DIGITALINPUTCOUNT_EXTERNAL_KEY
          Deprecated. use DIGITAL_INPUT_COUNT_EXTERNAL_KEY
static java.lang.String DIGITALINPUTCOUNT_GET_EXTERNAL_KEY
          Deprecated. use DIGITAL_INPUT_COUNT_GET_EXTERNAL_KEY
static java.lang.String DIGITALINPUTCOUNT_KEY
          Deprecated. use DIGITAL_INPUT_COUNT_KEY
static java.lang.String DIGITALINPUTCOUNT_READ_EXTERNAL_KEY
          Deprecated. use DIGITAL_INPUT_COUNT_READ_EXTERNAL_KEY
static java.lang.String DigitalInputs
          Maintain the input.
static java.lang.String DIGITALINPUTS_ERROR_EXTERNAL_KEY
          Deprecated. use DIGITAL_INPUTS_ERROR_EXTERNAL_KEY
static java.lang.String DIGITALINPUTS_EXTERNAL_KEY
          Deprecated. use DIGITAL_INPUTS_EXTERNAL_KEY
static java.lang.String DIGITALINPUTS_GET_EXTERNAL_KEY
          Deprecated. use DIGITAL_INPUTS_GET_EXTERNAL_KEY
static java.lang.String DIGITALINPUTS_READ_EXTERNAL_KEY
          Deprecated. use DIGITAL_INPUTS_READ_EXTERNAL_KEY
static java.lang.String DigitalOutputCount
          Defines the DigitalOutputCount measurement Integer.
static java.lang.String DIGITALOUTPUTCOUNT_ERROR_EXTERNAL_KEY
          Deprecated. use DIGITAL_OUTPUT_COUNT_ERROR_EXTERNAL_KEY
static java.lang.String DIGITALOUTPUTCOUNT_EXTERNAL_KEY
          Deprecated. use DIGITAL_OUTPUT_COUNT_EXTERNAL_KEY
static java.lang.String DIGITALOUTPUTCOUNT_GET_EXTERNAL_KEY
          Deprecated. use DIGITAL_OUTPUT_COUNT_GET_EXTERNAL_KEY
static java.lang.String DIGITALOUTPUTCOUNT_KEY
          Deprecated. use DIGITAL_OUTPUT_COUNT_KEY
static java.lang.String DIGITALOUTPUTCOUNT_READ_EXTERNAL_KEY
          Deprecated. use DIGITAL_OUTPUT_COUNT_READ_EXTERNAL_KEY
static java.lang.String DigitalOutputs
          Maintain the output pins.
static java.lang.String DIGITALOUTPUTS_ERROR_EXTERNAL_KEY
          Deprecated. use DIGITAL_OUTPUTS_ERROR_EXTERNAL_KEY
static java.lang.String DIGITALOUTPUTS_EXTERNAL_KEY
          Deprecated. use DIGITAL_OUTPUTS_EXTERNAL_KEY
static java.lang.String DIGITALOUTPUTS_GET_EXTERNAL_KEY
          Deprecated. use DIGITAL_OUTPUTS_GET_EXTERNAL_KEY
static java.lang.String DIGITALOUTPUTS_WRITE_EXTERNAL_KEY
          Deprecated. use DIGITAL_OUTPUTS_WRITE_EXTERNAL_KEY
static java.lang.String GenericIoDevice
          Define the GenericIoDevice key.
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 

Field Detail

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
Define the OSGi service name.

See Also:
Constant Field Values

GenericIoDevice

public static final java.lang.String GenericIoDevice
Define the GenericIoDevice key.

See Also:
Constant Field Values

DigitalInputCount

public static final java.lang.String DigitalInputCount
Defines the DigitalInputCount measurement Integer.

See Also:
Constant Field Values

DIGITAL_INPUT_COUNT_EXTERNAL_KEY

public static final java.lang.String DIGITAL_INPUT_COUNT_EXTERNAL_KEY
Defines the DigitalInputCount measurement Integer.

See Also:
The value of this field is "prefix/DigitalInputCount", Constant Field Values

DIGITALINPUTCOUNT_EXTERNAL_KEY

public static final java.lang.String DIGITALINPUTCOUNT_EXTERNAL_KEY
Deprecated. use DIGITAL_INPUT_COUNT_EXTERNAL_KEY

Defines the DigitalInputCount measurement Integer.

See Also:
The value of this field is "prefix/DigitalInputCount", Constant Field Values

DIGITAL_INPUT_COUNT_GET_EXTERNAL_KEY

public static final java.lang.String DIGITAL_INPUT_COUNT_GET_EXTERNAL_KEY
Defines the DigitalInputCount measurement Integer.

See Also:
The value of this field is "prefix/DigitalInputCount/get"

DIGITALINPUTCOUNT_GET_EXTERNAL_KEY

public static final java.lang.String DIGITALINPUTCOUNT_GET_EXTERNAL_KEY
Deprecated. use DIGITAL_INPUT_COUNT_GET_EXTERNAL_KEY

Defines the DigitalInputCount measurement Integer.

See Also:
The value of this field is "prefix/DigitalInputCount/get"

DIGITAL_INPUT_COUNT_READ_EXTERNAL_KEY

public static final java.lang.String DIGITAL_INPUT_COUNT_READ_EXTERNAL_KEY
Defines the DigitalInputCount measurement Integer.

See Also:
DigitalInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/DigitalInputCount/read"

DIGITALINPUTCOUNT_READ_EXTERNAL_KEY

public static final java.lang.String DIGITALINPUTCOUNT_READ_EXTERNAL_KEY
Deprecated. use DIGITAL_INPUT_COUNT_READ_EXTERNAL_KEY

Defines the DigitalInputCount measurement Integer.

See Also:
DigitalInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/DigitalInputCount/read"

DIGITAL_INPUT_COUNT_ERROR_EXTERNAL_KEY

public static final java.lang.String DIGITAL_INPUT_COUNT_ERROR_EXTERNAL_KEY
Defines the DigitalInputCount measurement Integer.

See Also:
DigitalInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/DigitalInputCount/error"

DIGITALINPUTCOUNT_ERROR_EXTERNAL_KEY

public static final java.lang.String DIGITALINPUTCOUNT_ERROR_EXTERNAL_KEY
Deprecated. use DIGITAL_INPUT_COUNT_ERROR_EXTERNAL_KEY

Defines the DigitalInputCount measurement Integer.

See Also:
DigitalInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/DigitalInputCount/error"

DIGITAL_INPUT_COUNT_KEY

public static final java.lang.String DIGITAL_INPUT_COUNT_KEY
Configuration DIGITAL_INPUT_COUNT_KEY key.

See Also:
Constant Field Values

DIGITALINPUTCOUNT_KEY

public static final java.lang.String DIGITALINPUTCOUNT_KEY
Deprecated. use DIGITAL_INPUT_COUNT_KEY

Configuration DIGITAL_INPUT_COUNT_KEY key.

See Also:
Constant Field Values

DigitalOutputCount

public static final java.lang.String DigitalOutputCount
Defines the DigitalOutputCount measurement Integer.

See Also:
Constant Field Values

DIGITAL_OUTPUT_COUNT_EXTERNAL_KEY

public static final java.lang.String DIGITAL_OUTPUT_COUNT_EXTERNAL_KEY
Defines the DigitalOutputCount measurement Integer.

See Also:
The value of this field is "prefix/DigitalOutputCount", Constant Field Values

DIGITALOUTPUTCOUNT_EXTERNAL_KEY

public static final java.lang.String DIGITALOUTPUTCOUNT_EXTERNAL_KEY
Deprecated. use DIGITAL_OUTPUT_COUNT_EXTERNAL_KEY

Defines the DigitalOutputCount measurement Integer.

See Also:
The value of this field is "prefix/DigitalOutputCount", Constant Field Values

DIGITAL_OUTPUT_COUNT_GET_EXTERNAL_KEY

public static final java.lang.String DIGITAL_OUTPUT_COUNT_GET_EXTERNAL_KEY
Defines the DigitalOutputCount measurement Integer.

See Also:
The value of this field is "prefix/DigitalOutputCount/get"

DIGITALOUTPUTCOUNT_GET_EXTERNAL_KEY

public static final java.lang.String DIGITALOUTPUTCOUNT_GET_EXTERNAL_KEY
Deprecated. use DIGITAL_OUTPUT_COUNT_GET_EXTERNAL_KEY

Defines the DigitalOutputCount measurement Integer.

See Also:
The value of this field is "prefix/DigitalOutputCount/get"

DIGITAL_OUTPUT_COUNT_READ_EXTERNAL_KEY

public static final java.lang.String DIGITAL_OUTPUT_COUNT_READ_EXTERNAL_KEY
Defines the DigitalOutputCount measurement Integer.

See Also:
DigitalOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/DigitalOutputCount/read"

DIGITALOUTPUTCOUNT_READ_EXTERNAL_KEY

public static final java.lang.String DIGITALOUTPUTCOUNT_READ_EXTERNAL_KEY
Deprecated. use DIGITAL_OUTPUT_COUNT_READ_EXTERNAL_KEY

Defines the DigitalOutputCount measurement Integer.

See Also:
DigitalOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/DigitalOutputCount/read"

DIGITAL_OUTPUT_COUNT_ERROR_EXTERNAL_KEY

public static final java.lang.String DIGITAL_OUTPUT_COUNT_ERROR_EXTERNAL_KEY
Defines the DigitalOutputCount measurement Integer.

See Also:
DigitalOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/DigitalOutputCount/error"

DIGITALOUTPUTCOUNT_ERROR_EXTERNAL_KEY

public static final java.lang.String DIGITALOUTPUTCOUNT_ERROR_EXTERNAL_KEY
Deprecated. use DIGITAL_OUTPUT_COUNT_ERROR_EXTERNAL_KEY

Defines the DigitalOutputCount measurement Integer.

See Also:
DigitalOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/DigitalOutputCount/error"

DIGITAL_OUTPUT_COUNT_KEY

public static final java.lang.String DIGITAL_OUTPUT_COUNT_KEY
Configuration DIGITAL_OUTPUT_COUNT_KEY key.

See Also:
Constant Field Values

DIGITALOUTPUTCOUNT_KEY

public static final java.lang.String DIGITALOUTPUTCOUNT_KEY
Deprecated. use DIGITAL_OUTPUT_COUNT_KEY

Configuration DIGITAL_OUTPUT_COUNT_KEY key.

See Also:
Constant Field Values

AnalogInputCount

public static final java.lang.String AnalogInputCount
Defines the AnalogInputCount measurement Integer.

See Also:
Constant Field Values

ANALOG_INPUT_COUNT_EXTERNAL_KEY

public static final java.lang.String ANALOG_INPUT_COUNT_EXTERNAL_KEY
Defines the AnalogInputCount measurement Integer.

See Also:
The value of this field is "prefix/AnalogInputCount", Constant Field Values

ANALOGINPUTCOUNT_EXTERNAL_KEY

public static final java.lang.String ANALOGINPUTCOUNT_EXTERNAL_KEY
Deprecated. use ANALOG_INPUT_COUNT_EXTERNAL_KEY

Defines the AnalogInputCount measurement Integer.

See Also:
The value of this field is "prefix/AnalogInputCount", Constant Field Values

ANALOG_INPUT_COUNT_GET_EXTERNAL_KEY

public static final java.lang.String ANALOG_INPUT_COUNT_GET_EXTERNAL_KEY
Defines the AnalogInputCount measurement Integer.

See Also:
The value of this field is "prefix/AnalogInputCount/get"

ANALOGINPUTCOUNT_GET_EXTERNAL_KEY

public static final java.lang.String ANALOGINPUTCOUNT_GET_EXTERNAL_KEY
Deprecated. use ANALOG_INPUT_COUNT_GET_EXTERNAL_KEY

Defines the AnalogInputCount measurement Integer.

See Also:
The value of this field is "prefix/AnalogInputCount/get"

ANALOG_INPUT_COUNT_READ_EXTERNAL_KEY

public static final java.lang.String ANALOG_INPUT_COUNT_READ_EXTERNAL_KEY
Defines the AnalogInputCount measurement Integer.

See Also:
AnalogInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/AnalogInputCount/read"

ANALOGINPUTCOUNT_READ_EXTERNAL_KEY

public static final java.lang.String ANALOGINPUTCOUNT_READ_EXTERNAL_KEY
Deprecated. use ANALOG_INPUT_COUNT_READ_EXTERNAL_KEY

Defines the AnalogInputCount measurement Integer.

See Also:
AnalogInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/AnalogInputCount/read"

ANALOG_INPUT_COUNT_ERROR_EXTERNAL_KEY

public static final java.lang.String ANALOG_INPUT_COUNT_ERROR_EXTERNAL_KEY
Defines the AnalogInputCount measurement Integer.

See Also:
AnalogInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/AnalogInputCount/error"

ANALOGINPUTCOUNT_ERROR_EXTERNAL_KEY

public static final java.lang.String ANALOGINPUTCOUNT_ERROR_EXTERNAL_KEY
Deprecated. use ANALOG_INPUT_COUNT_ERROR_EXTERNAL_KEY

Defines the AnalogInputCount measurement Integer.

See Also:
AnalogInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/AnalogInputCount/error"

ANALOG_INPUT_COUNT_KEY

public static final java.lang.String ANALOG_INPUT_COUNT_KEY
Configuration ANALOG_INPUT_COUNT_KEY key.

See Also:
Constant Field Values

ANALOGINPUTCOUNT_KEY

public static final java.lang.String ANALOGINPUTCOUNT_KEY
Deprecated. use ANALOG_INPUT_COUNT_KEY

Configuration ANALOG_INPUT_COUNT_KEY key.

See Also:
Constant Field Values

AnalogOutputCount

public static final java.lang.String AnalogOutputCount
Defines the AnalogOutputCount measurement Integer.

See Also:
Constant Field Values

ANALOG_OUTPUT_COUNT_EXTERNAL_KEY

public static final java.lang.String ANALOG_OUTPUT_COUNT_EXTERNAL_KEY
Defines the AnalogOutputCount measurement Integer.

See Also:
The value of this field is "prefix/AnalogOutputCount", Constant Field Values

ANALOGOUTPUTCOUNT_EXTERNAL_KEY

public static final java.lang.String ANALOGOUTPUTCOUNT_EXTERNAL_KEY
Deprecated. use ANALOG_OUTPUT_COUNT_EXTERNAL_KEY

Defines the AnalogOutputCount measurement Integer.

See Also:
The value of this field is "prefix/AnalogOutputCount", Constant Field Values

ANALOG_OUTPUT_COUNT_GET_EXTERNAL_KEY

public static final java.lang.String ANALOG_OUTPUT_COUNT_GET_EXTERNAL_KEY
Defines the AnalogOutputCount measurement Integer.

See Also:
The value of this field is "prefix/AnalogOutputCount/get"

ANALOGOUTPUTCOUNT_GET_EXTERNAL_KEY

public static final java.lang.String ANALOGOUTPUTCOUNT_GET_EXTERNAL_KEY
Deprecated. use ANALOG_OUTPUT_COUNT_GET_EXTERNAL_KEY

Defines the AnalogOutputCount measurement Integer.

See Also:
The value of this field is "prefix/AnalogOutputCount/get"

ANALOG_OUTPUT_COUNT_READ_EXTERNAL_KEY

public static final java.lang.String ANALOG_OUTPUT_COUNT_READ_EXTERNAL_KEY
Defines the AnalogOutputCount measurement Integer.

See Also:
AnalogOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/AnalogOutputCount/read"

ANALOGOUTPUTCOUNT_READ_EXTERNAL_KEY

public static final java.lang.String ANALOGOUTPUTCOUNT_READ_EXTERNAL_KEY
Deprecated. use ANALOG_OUTPUT_COUNT_READ_EXTERNAL_KEY

Defines the AnalogOutputCount measurement Integer.

See Also:
AnalogOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/AnalogOutputCount/read"

ANALOG_OUTPUT_COUNT_ERROR_EXTERNAL_KEY

public static final java.lang.String ANALOG_OUTPUT_COUNT_ERROR_EXTERNAL_KEY
Defines the AnalogOutputCount measurement Integer.

See Also:
AnalogOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/AnalogOutputCount/error"

ANALOGOUTPUTCOUNT_ERROR_EXTERNAL_KEY

public static final java.lang.String ANALOGOUTPUTCOUNT_ERROR_EXTERNAL_KEY
Deprecated. use ANALOG_OUTPUT_COUNT_ERROR_EXTERNAL_KEY

Defines the AnalogOutputCount measurement Integer.

See Also:
AnalogOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/AnalogOutputCount/error"

ANALOG_OUTPUT_COUNT_KEY

public static final java.lang.String ANALOG_OUTPUT_COUNT_KEY
Configuration ANALOG_OUTPUT_COUNT_KEY key.

See Also:
Constant Field Values

ANALOGOUTPUTCOUNT_KEY

public static final java.lang.String ANALOGOUTPUTCOUNT_KEY
Deprecated. use ANALOG_OUTPUT_COUNT_KEY

Configuration ANALOG_OUTPUT_COUNT_KEY key.

See Also:
Constant Field Values

DigitalOutputs

public static final java.lang.String DigitalOutputs
Maintain the output pins.

See Also:
Constant Field Values

DIGITAL_OUTPUTS_EXTERNAL_KEY

public static final java.lang.String DIGITAL_OUTPUTS_EXTERNAL_KEY
Maintain the output pins.

See Also:
The value of this field is "prefix/DigitalOutputs", Constant Field Values

DIGITALOUTPUTS_EXTERNAL_KEY

public static final java.lang.String DIGITALOUTPUTS_EXTERNAL_KEY
Deprecated. use DIGITAL_OUTPUTS_EXTERNAL_KEY

Maintain the output pins.

See Also:
The value of this field is "prefix/DigitalOutputs", Constant Field Values

DIGITAL_OUTPUTS_GET_EXTERNAL_KEY

public static final java.lang.String DIGITAL_OUTPUTS_GET_EXTERNAL_KEY
Maintain the output pins.

See Also:
The value of this field is "prefix/DigitalOutputs/get"

DIGITALOUTPUTS_GET_EXTERNAL_KEY

public static final java.lang.String DIGITALOUTPUTS_GET_EXTERNAL_KEY
Deprecated. use DIGITAL_OUTPUTS_GET_EXTERNAL_KEY

Maintain the output pins.

See Also:
The value of this field is "prefix/DigitalOutputs/get"

DIGITAL_OUTPUTS_WRITE_EXTERNAL_KEY

public static final java.lang.String DIGITAL_OUTPUTS_WRITE_EXTERNAL_KEY
Maintain the output pins.

See Also:
DigitalOutputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/DigitalOutputs/write"

DIGITALOUTPUTS_WRITE_EXTERNAL_KEY

public static final java.lang.String DIGITALOUTPUTS_WRITE_EXTERNAL_KEY
Deprecated. use DIGITAL_OUTPUTS_WRITE_EXTERNAL_KEY

Maintain the output pins.

See Also:
DigitalOutputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/DigitalOutputs/write"

DIGITAL_OUTPUTS_ERROR_EXTERNAL_KEY

public static final java.lang.String DIGITAL_OUTPUTS_ERROR_EXTERNAL_KEY
Maintain the output pins.

See Also:
DigitalOutputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/DigitalOutputs/error"

DIGITALOUTPUTS_ERROR_EXTERNAL_KEY

public static final java.lang.String DIGITALOUTPUTS_ERROR_EXTERNAL_KEY
Deprecated. use DIGITAL_OUTPUTS_ERROR_EXTERNAL_KEY

Maintain the output pins.

See Also:
DigitalOutputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/DigitalOutputs/error"

DigitalInputs

public static final java.lang.String DigitalInputs
Maintain the input.

See Also:
Constant Field Values

DIGITAL_INPUTS_EXTERNAL_KEY

public static final java.lang.String DIGITAL_INPUTS_EXTERNAL_KEY
Maintain the input.

See Also:
The value of this field is "prefix/DigitalInputs", Constant Field Values

DIGITALINPUTS_EXTERNAL_KEY

public static final java.lang.String DIGITALINPUTS_EXTERNAL_KEY
Deprecated. use DIGITAL_INPUTS_EXTERNAL_KEY

Maintain the input.

See Also:
The value of this field is "prefix/DigitalInputs", Constant Field Values

DIGITAL_INPUTS_GET_EXTERNAL_KEY

public static final java.lang.String DIGITAL_INPUTS_GET_EXTERNAL_KEY
Maintain the input.

See Also:
The value of this field is "prefix/DigitalInputs/get"

DIGITALINPUTS_GET_EXTERNAL_KEY

public static final java.lang.String DIGITALINPUTS_GET_EXTERNAL_KEY
Deprecated. use DIGITAL_INPUTS_GET_EXTERNAL_KEY

Maintain the input.

See Also:
The value of this field is "prefix/DigitalInputs/get"

DIGITAL_INPUTS_READ_EXTERNAL_KEY

public static final java.lang.String DIGITAL_INPUTS_READ_EXTERNAL_KEY
Maintain the input.

See Also:
DigitalInputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/DigitalInputs/read"

DIGITALINPUTS_READ_EXTERNAL_KEY

public static final java.lang.String DIGITALINPUTS_READ_EXTERNAL_KEY
Deprecated. use DIGITAL_INPUTS_READ_EXTERNAL_KEY

Maintain the input.

See Also:
DigitalInputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/DigitalInputs/read"

DIGITAL_INPUTS_ERROR_EXTERNAL_KEY

public static final java.lang.String DIGITAL_INPUTS_ERROR_EXTERNAL_KEY
Maintain the input.

See Also:
DigitalInputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/DigitalInputs/error"

DIGITALINPUTS_ERROR_EXTERNAL_KEY

public static final java.lang.String DIGITALINPUTS_ERROR_EXTERNAL_KEY
Deprecated. use DIGITAL_INPUTS_ERROR_EXTERNAL_KEY

Maintain the input.

See Also:
DigitalInputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/DigitalInputs/error"

AnalogOutputs

public static final java.lang.String AnalogOutputs
Maintain the output pins.

See Also:
Constant Field Values

ANALOG_OUTPUTS_EXTERNAL_KEY

public static final java.lang.String ANALOG_OUTPUTS_EXTERNAL_KEY
Maintain the output pins.

See Also:
The value of this field is "prefix/AnalogOutputs", Constant Field Values

ANALOGOUTPUTS_EXTERNAL_KEY

public static final java.lang.String ANALOGOUTPUTS_EXTERNAL_KEY
Deprecated. use ANALOG_OUTPUTS_EXTERNAL_KEY

Maintain the output pins.

See Also:
The value of this field is "prefix/AnalogOutputs", Constant Field Values

ANALOG_OUTPUTS_GET_EXTERNAL_KEY

public static final java.lang.String ANALOG_OUTPUTS_GET_EXTERNAL_KEY
Maintain the output pins.

See Also:
The value of this field is "prefix/AnalogOutputs/get"

ANALOGOUTPUTS_GET_EXTERNAL_KEY

public static final java.lang.String ANALOGOUTPUTS_GET_EXTERNAL_KEY
Deprecated. use ANALOG_OUTPUTS_GET_EXTERNAL_KEY

Maintain the output pins.

See Also:
The value of this field is "prefix/AnalogOutputs/get"

ANALOG_OUTPUTS_WRITE_EXTERNAL_KEY

public static final java.lang.String ANALOG_OUTPUTS_WRITE_EXTERNAL_KEY
Maintain the output pins.

See Also:
AnalogOutputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/AnalogOutputs/write"

ANALOGOUTPUTS_WRITE_EXTERNAL_KEY

public static final java.lang.String ANALOGOUTPUTS_WRITE_EXTERNAL_KEY
Deprecated. use ANALOG_OUTPUTS_WRITE_EXTERNAL_KEY

Maintain the output pins.

See Also:
AnalogOutputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/AnalogOutputs/write"

ANALOG_OUTPUTS_ERROR_EXTERNAL_KEY

public static final java.lang.String ANALOG_OUTPUTS_ERROR_EXTERNAL_KEY
Maintain the output pins.

See Also:
AnalogOutputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/AnalogOutputs/error"

ANALOGOUTPUTS_ERROR_EXTERNAL_KEY

public static final java.lang.String ANALOGOUTPUTS_ERROR_EXTERNAL_KEY
Deprecated. use ANALOG_OUTPUTS_ERROR_EXTERNAL_KEY

Maintain the output pins.

See Also:
AnalogOutputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/AnalogOutputs/error"

AnalogInputs

public static final java.lang.String AnalogInputs
Maintain the input.

See Also:
Constant Field Values

ANALOG_INPUTS_EXTERNAL_KEY

public static final java.lang.String ANALOG_INPUTS_EXTERNAL_KEY
Maintain the input.

See Also:
The value of this field is "prefix/AnalogInputs", Constant Field Values

ANALOGINPUTS_EXTERNAL_KEY

public static final java.lang.String ANALOGINPUTS_EXTERNAL_KEY
Deprecated. use ANALOG_INPUTS_EXTERNAL_KEY

Maintain the input.

See Also:
The value of this field is "prefix/AnalogInputs", Constant Field Values

ANALOG_INPUTS_GET_EXTERNAL_KEY

public static final java.lang.String ANALOG_INPUTS_GET_EXTERNAL_KEY
Maintain the input.

See Also:
The value of this field is "prefix/AnalogInputs/get"

ANALOGINPUTS_GET_EXTERNAL_KEY

public static final java.lang.String ANALOGINPUTS_GET_EXTERNAL_KEY
Deprecated. use ANALOG_INPUTS_GET_EXTERNAL_KEY

Maintain the input.

See Also:
The value of this field is "prefix/AnalogInputs/get"

ANALOG_INPUTS_READ_EXTERNAL_KEY

public static final java.lang.String ANALOG_INPUTS_READ_EXTERNAL_KEY
Maintain the input.

See Also:
AnalogInputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/AnalogInputs/read"

ANALOGINPUTS_READ_EXTERNAL_KEY

public static final java.lang.String ANALOGINPUTS_READ_EXTERNAL_KEY
Deprecated. use ANALOG_INPUTS_READ_EXTERNAL_KEY

Maintain the input.

See Also:
AnalogInputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/AnalogInputs/read"

ANALOG_INPUTS_ERROR_EXTERNAL_KEY

public static final java.lang.String ANALOG_INPUTS_ERROR_EXTERNAL_KEY
Maintain the input.

See Also:
AnalogInputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/AnalogInputs/error"

ANALOGINPUTS_ERROR_EXTERNAL_KEY

public static final java.lang.String ANALOGINPUTS_ERROR_EXTERNAL_KEY
Deprecated. use ANALOG_INPUTS_ERROR_EXTERNAL_KEY

Maintain the input.

See Also:
AnalogInputs, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/AnalogInputs/error"

ALL_COMMANDS

public static final java.lang.String[] ALL_COMMANDS
Comprehensive list of all the command identifiers.


ALL_SIGNALS

public static final java.lang.String[] ALL_SIGNALS
Comprehensive list of all the signal identifiers.


ALL_MEASUREMENTS

public static final java.lang.String[] ALL_MEASUREMENTS
Comprehensive list of all the measurement identifiers.


AO1_DATA_KEY

public static final java.lang.String AO1_DATA_KEY
Analog Output 1. The value of this field is "ao1"

See Also:
Constant Field Values

AO2_DATA_KEY

public static final java.lang.String AO2_DATA_KEY
Analog Output 2. The value of this field is "ao2"

See Also:
Constant Field Values

AO3_DATA_KEY

public static final java.lang.String AO3_DATA_KEY
Analog Output 3. The value of this field is "ao3"

See Also:
Constant Field Values

AO4_DATA_KEY

public static final java.lang.String AO4_DATA_KEY
Analog Output 4. The value of this field is "ao4"

See Also:
Constant Field Values

AO5_DATA_KEY

public static final java.lang.String AO5_DATA_KEY
Analog Output 5. The value of this field is "ao5"

See Also:
Constant Field Values

AO6_DATA_KEY

public static final java.lang.String AO6_DATA_KEY
Analog Output 6. The value of this field is "ao6"

See Also:
Constant Field Values

AO7_DATA_KEY

public static final java.lang.String AO7_DATA_KEY
Analog Output 7. The value of this field is "ao7"

See Also:
Constant Field Values

AO8_DATA_KEY

public static final java.lang.String AO8_DATA_KEY
Analog Output 8. The value of this field is "ao8"

See Also:
Constant Field Values

AO9_DATA_KEY

public static final java.lang.String AO9_DATA_KEY
Analog Output 9. The value of this field is "ao9"

See Also:
Constant Field Values

AO10_DATA_KEY

public static final java.lang.String AO10_DATA_KEY
Analog Output 10. The value of this field is "ao10"

See Also:
Constant Field Values

AO11_DATA_KEY

public static final java.lang.String AO11_DATA_KEY
Analog Output 11. The value of this field is "ao11"

See Also:
Constant Field Values

AO12_DATA_KEY

public static final java.lang.String AO12_DATA_KEY
Analog Output 12. The value of this field is "ao12"

See Also:
Constant Field Values

AO13_DATA_KEY

public static final java.lang.String AO13_DATA_KEY
Analog Output 13. The value of this field is "ao13"

See Also:
Constant Field Values

AO14_DATA_KEY

public static final java.lang.String AO14_DATA_KEY
Analog Output 14. The value of this field is "ao14"

See Also:
Constant Field Values

AO15_DATA_KEY

public static final java.lang.String AO15_DATA_KEY
Analog Output 15. The value of this field is "ao15"

See Also:
Constant Field Values

AO16_DATA_KEY

public static final java.lang.String AO16_DATA_KEY
Analog Output 16. The value of this field is "ao16"

See Also:
Constant Field Values

AO17_DATA_KEY

public static final java.lang.String AO17_DATA_KEY
Analog Output 17. The value of this field is "ao17"

See Also:
Constant Field Values

AO18_DATA_KEY

public static final java.lang.String AO18_DATA_KEY
Analog Output 18. The value of this field is "ao18"

See Also:
Constant Field Values

AO19_DATA_KEY

public static final java.lang.String AO19_DATA_KEY
Analog Output 19. The value of this field is "ao19"

See Also:
Constant Field Values

AO20_DATA_KEY

public static final java.lang.String AO20_DATA_KEY
Analog Output 20. The value of this field is "ao20"

See Also:
Constant Field Values

AO21_DATA_KEY

public static final java.lang.String AO21_DATA_KEY
Analog Output 21. The value of this field is "ao21"

See Also:
Constant Field Values

AO22_DATA_KEY

public static final java.lang.String AO22_DATA_KEY
Analog Output 22. The value of this field is "ao22"

See Also:
Constant Field Values

AO23_DATA_KEY

public static final java.lang.String AO23_DATA_KEY
Analog Output 23. The value of this field is "ao23"

See Also:
Constant Field Values

AO24_DATA_KEY

public static final java.lang.String AO24_DATA_KEY
Analog Output 24. The value of this field is "ao24"

See Also:
Constant Field Values

AO25_DATA_KEY

public static final java.lang.String AO25_DATA_KEY
Analog Output 25. The value of this field is "ao25"

See Also:
Constant Field Values

AO26_DATA_KEY

public static final java.lang.String AO26_DATA_KEY
Analog Output 26. The value of this field is "ao26"

See Also:
Constant Field Values

AO27_DATA_KEY

public static final java.lang.String AO27_DATA_KEY
Analog Output 27. The value of this field is "ao27"

See Also:
Constant Field Values

AO28_DATA_KEY

public static final java.lang.String AO28_DATA_KEY
Analog Output 28. The value of this field is "ao28"

See Also:
Constant Field Values

AO29_DATA_KEY

public static final java.lang.String AO29_DATA_KEY
Analog Output 29. The value of this field is "ao29"

See Also:
Constant Field Values

AO30_DATA_KEY

public static final java.lang.String AO30_DATA_KEY
Analog Output 30. The value of this field is "ao30"

See Also:
Constant Field Values

AO31_DATA_KEY

public static final java.lang.String AO31_DATA_KEY
Analog Output 31. The value of this field is "ao31"

See Also:
Constant Field Values

AO32_DATA_KEY

public static final java.lang.String AO32_DATA_KEY
Analog Output 32. The value of this field is "ao32"

See Also:
Constant Field Values

AI1_DATA_KEY

public static final java.lang.String AI1_DATA_KEY
Analog Input 1. The value of this field is "ai1"

See Also:
Constant Field Values

AI2_DATA_KEY

public static final java.lang.String AI2_DATA_KEY
Analog Input 2. The value of this field is "ai2"

See Also:
Constant Field Values

AI3_DATA_KEY

public static final java.lang.String AI3_DATA_KEY
Analog Input 3. The value of this field is "ai3"

See Also:
Constant Field Values

AI4_DATA_KEY

public static final java.lang.String AI4_DATA_KEY
Analog Input 4. The value of this field is "ai4"

See Also:
Constant Field Values

AI5_DATA_KEY

public static final java.lang.String AI5_DATA_KEY
Analog Input 5. The value of this field is "ai5"

See Also:
Constant Field Values

AI6_DATA_KEY

public static final java.lang.String AI6_DATA_KEY
Analog Input 6. The value of this field is "ai6"

See Also:
Constant Field Values

AI7_DATA_KEY

public static final java.lang.String AI7_DATA_KEY
Analog Input 7. The value of this field is "ai7"

See Also:
Constant Field Values

AI8_DATA_KEY

public static final java.lang.String AI8_DATA_KEY
Analog Input 8. The value of this field is "ai8"

See Also:
Constant Field Values

AI9_DATA_KEY

public static final java.lang.String AI9_DATA_KEY
Analog Input 9. The value of this field is "ai9"

See Also:
Constant Field Values

AI10_DATA_KEY

public static final java.lang.String AI10_DATA_KEY
Analog Input 10. The value of this field is "ai10"

See Also:
Constant Field Values

AI11_DATA_KEY

public static final java.lang.String AI11_DATA_KEY
Analog Input 11. The value of this field is "ai11"

See Also:
Constant Field Values

AI12_DATA_KEY

public static final java.lang.String AI12_DATA_KEY
Analog Input 12. The value of this field is "ai12"

See Also:
Constant Field Values

AI13_DATA_KEY

public static final java.lang.String AI13_DATA_KEY
Analog Input 13. The value of this field is "ai13"

See Also:
Constant Field Values

AI14_DATA_KEY

public static final java.lang.String AI14_DATA_KEY
Analog Input 14. The value of this field is "ai14"

See Also:
Constant Field Values

AI15_DATA_KEY

public static final java.lang.String AI15_DATA_KEY
Analog Input 15. The value of this field is "ai15"

See Also:
Constant Field Values

AI16_DATA_KEY

public static final java.lang.String AI16_DATA_KEY
Analog Input 16. The value of this field is "ai16"

See Also:
Constant Field Values

AI17_DATA_KEY

public static final java.lang.String AI17_DATA_KEY
Analog Input 17. The value of this field is "ai17"

See Also:
Constant Field Values

AI18_DATA_KEY

public static final java.lang.String AI18_DATA_KEY
Analog Input 18. The value of this field is "ai18"

See Also:
Constant Field Values

AI19_DATA_KEY

public static final java.lang.String AI19_DATA_KEY
Analog Input 19. The value of this field is "ai19"

See Also:
Constant Field Values

AI20_DATA_KEY

public static final java.lang.String AI20_DATA_KEY
Analog Input 20. The value of this field is "ai20"

See Also:
Constant Field Values

AI21_DATA_KEY

public static final java.lang.String AI21_DATA_KEY
Analog Input 21. The value of this field is "ai21"

See Also:
Constant Field Values

AI22_DATA_KEY

public static final java.lang.String AI22_DATA_KEY
Analog Input 22. The value of this field is "ai22"

See Also:
Constant Field Values

AI23_DATA_KEY

public static final java.lang.String AI23_DATA_KEY
Analog Input 23. The value of this field is "ai23"

See Also:
Constant Field Values

AI24_DATA_KEY

public static final java.lang.String AI24_DATA_KEY
Analog Input 24. The value of this field is "ai24"

See Also:
Constant Field Values

AI25_DATA_KEY

public static final java.lang.String AI25_DATA_KEY
Analog Input 25. The value of this field is "ai25"

See Also:
Constant Field Values

AI26_DATA_KEY

public static final java.lang.String AI26_DATA_KEY
Analog Input 26. The value of this field is "ai26"

See Also:
Constant Field Values

AI27_DATA_KEY

public static final java.lang.String AI27_DATA_KEY
Analog Input 27. The value of this field is "ai27"

See Also:
Constant Field Values

AI28_DATA_KEY

public static final java.lang.String AI28_DATA_KEY
Analog Input 28. The value of this field is "ai28"

See Also:
Constant Field Values

AI29_DATA_KEY

public static final java.lang.String AI29_DATA_KEY
Analog Input 29. The value of this field is "ai29"

See Also:
Constant Field Values

AI30_DATA_KEY

public static final java.lang.String AI30_DATA_KEY
Analog Input 30. The value of this field is "ai30"

See Also:
Constant Field Values

AI31_DATA_KEY

public static final java.lang.String AI31_DATA_KEY
Analog Input 31. The value of this field is "ai31"

See Also:
Constant Field Values

AI32_DATA_KEY

public static final java.lang.String AI32_DATA_KEY
Analog Input 32. The value of this field is "ai32"

See Also:
Constant Field Values

SERVICE_DESCRIPTION

public static final java.lang.String SERVICE_DESCRIPTION
Description of the test.

See Also:
Constant Field Values

2009-01-13 1.1.0

Copyright (c) 2008 IBM. See license in Legal section.