Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to write from P0.8 to P0.15

Hi

 

Add this to your code to see if you're acutaly set the bit

after

 

writer.WriteSingleSampleSingleLine(True, Value)

 

Dim readData As Boolean

Dim reader As New DigitalSingleChannelReader(digitalWriteTask.Stream)
readData = reader.ReadSingleSampleSingleLine

Debug.WriteLine("read " & readData)

 

Curt

0 Kudos
Message 11 of 12
(1,299 Views)

Hello

 

it say "Read True"

But just now I have resolved the error that come from wrong hardware connection....Smiley Frustrated

0 Kudos
Message 12 of 12
(1,294 Views)