11-10-2008 06:57 AM
I create a DigitalSingleChannelWriter instance using "digitalWriteTask.DOChannels.CreateChannel(sLine,"TimeOutWhite",ChannelLineGrouping.OneChannelForEachLine);"
What the differences between the methods below?
WriteSingleSampleSingleLine(true, false);
WriteSingleSamplePort(true, 0);
Regards,
Alexandre A.
Solved! Go to Solution.
11-12-2008 11:41 AM
Portuguese:
Olá,
A diferença entre esses dois comandos é que o comando "WriteSingleSampleSingleLine(true, false);" escreve uma úniva amostra em uma única linha digital. O comando WriteSingleSamplePort(true, 0); escreve uma única amostra em uma porta digital, que por sua vez tem 8 linhas digitais.
English:
The difference between these two commands is that the "WriteSingleSampleSingleLine(true, false);" command writes a single sample in a single digital line. The "WriteSingleSamplePort(true, 0);" writes a single sample in a digital port, that has 8 digital lines.
Atenciosamente,
Luciano Borges
National Instruments Brazil