03-12-2012 07:13 AM
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
03-12-2012 11:05 AM
Hello
it say "Read True"
But just now I have resolved the error that come from wrong hardware connection....![]()