.

Can.InhibitTime

The minimum time between two successive Process Data Object (PDO) messages.

A PDO is a CAN message that contains operational data. If the source node's events occur at a very fast rate, the number of messages generated can swamp the network and block out other messages. To prevent an excess of messages, nodes can optionally support inhibit times for their transmit PDOs.

Version History

Introduced in MPX 2.0.

Units

Seconds

Type

Double

Default

0.0

Visual Basic

Syntax

Property InhibitTime As Double

Sample Code

 

x = Controller.Can(0).InhibitTime

 

C#

Syntax

double InhibitTime;

Sample Code

 

double oldInhibitTime = Controller.Can[0].InhibitTime;

Controller.Can[0].InhibitTime = 0.01;

 

See Also

CANOpen Overview

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering