.

SqNodeSegment.DigitalInBit

A digital input bit on an SynqNet node segment.

This property cannot be saved to flash memory.

Version History

Introduced in MPX 2.0.

Type

Boolean (read only)

Visual Basic

Syntax

Property DigitalInBit(bit As Long) As Boolean

Sample Code

 

Example 1
x = Controller.SqNode(3).SqNodeSegment(1).DigitalInBit(5)

Example 2
Dim RobotIoSegment As MPXCtl.SqNodeSegment
Set RobotIoSegment = Controller.SqNode(3).SqNodeSegment(1)

robotSensorState = RobotIoSegment.DigitalInBit(4)


Sample Application

 

C#

Syntax

 

 

Sample Code

 

See Also

DigitalOutBit

 

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