EthercatDevice_QECRXXD.startBrokenWireTest()

[EthercatDevice_QECRXXD]

Description

Start Broken Wire Test.

Class Modules

class EthercatDevice_QECR11DF0D;    /* 16 Inputs,  0 Outputs. RJ45 power [1, 1]. With broken wire detector. */
class EthercatDevice_QECR00DF0D;    /* 16 Inputs,  0 Outputs. RJ45 power [0, 0]. With broken wire detector. */
class EthercatDevice_QECR11DF0H;    /* 16 Inputs,  0 Outputs. RJ45 power [1, 1]. High speed digital I/O. High Speed. */

Format

uint16_t startBrokenWireTest(uint16_t bitMask, uint32_t timeout_ms = 1000);

Syntax

EthercatDevice_QECR11DF0H slave;
slave.startBrokenWireTest(bitMask, timeout_ms);

Parameters

  • uint16_t bitMask
  • uint32_t timeout_ms = 1000

Returns

Int: 0 for successful; if the return value is smaller than 0 means an error.


Libraries Reference Home

The text of the 86Duino reference is a modification of the Arduino reference and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.

Leave a Comment

Scroll to Top