Clearing a local variable after each read

2004-03-25 Thread ssmith490D
I want clear the value of a local variable(in this case a string) right after it's read. In this case the local is reading an indicator that's in another part of the VI.Can anyone help. Thanks in advance. S

Re: Clearing a local variable after each read

2004-03-25 Thread ssmith490D
The VI is generating a polling command for multiple 485 devices. The responses are received via TCP/IP. The receive WHILE loop continuously listens fro the responses. Using a LOCAL is the only to get the responses out of the loop while they're being received. Thanks for the help. Now I have to

How can I read In a list of numbers

2004-03-11 Thread ssmith490D
I have a group of addressable sensors on a RS-485 line. I have LV generating the string that polls each of the sensors and then receives the data string as a response. Right now I can only poll the sensors sequentially. I need to poll eg. 01,04,05,06,09,etc. How can I get a user defined list of