Options
All
  • Public
  • Public/Protected
  • All
Menu

IEthernetIP have api and monitoring data variable. These elements are related to Ethernet IP communication function.

api-version

1

user
deprecated

Hierarchy

  • IEthernetIP

Index

Properties

api-version

1

user
deprecated

Methods

  • setMonitoring(start: boolean): Promise<boolean>
  • Setting whether to monitor industrial Ethernet status

    api-version

    1

    system
    deprecated

    Parameters

    • start: boolean

      monitoring 0: stop 1: start

    Returns Promise<boolean>

    Promise returns true if successful, false if unsuccessful.

  • Set an industrial ethernet protocol general purpose register value.
    Controls and alters the Industrial Ethernet GPR output.

    api-version

    1

    user
    deprecated

    Parameters

    • gprType: EthernetIpGprDataType

      data type. 0:bit, 1:int, 2:float

    • gprAddress: number

      Variable address

    • data: string

      Variable output data- 128 byte string

    Returns Promise<boolean>

    Return Fulfills with true if the request has been operated successfully, otherwise false.

Generated using TypeDoc