07-15-2011 02:10 AM
dear sir
i have developed a program to read and write a data from a controller using labview VISA. Eventhough i have configured the visa. i have the error can anyone explain how to solve this in detail... and the error is
Solved! Go to Solution.
07-15-2011 03:01 AM
07-15-2011 04:31 AM
thank you sir for your kind reply. i have attached my program along with this mail..sir can you tell want is exact in the program
07-15-2011 06:13 AM
Hi
You did not save with real values (or at least did not make current values default)
This frontpanel has no filled in values so cannot work.
You probably miss a while loop between init and close so I added this
Furthermore I changed read and write control into pushbuttons.
and added a possibility to clear the read string
07-15-2011 07:41 AM
even though i set the parameter in the front panel like ( visa name = com1, baud rate=9600, data bit =8, parity=none, stop bit =1, flow control =none.) error is occuring sir..... and one of my friend said you need to declare IDN for serial communication .. i dont have idea about IDN ... whether it is the cause of the error
07-15-2011 07:44 AM
sir one more doubt
i did three three different program
in my main front panel i am decided to keep three tab and when i click the first tab in the main front panel, first program should run and the front panel for the particular program have to be displayed and when i chick the second tab second program have to displayed and so on ... i am new to the labview can you tell how to program like this ....
wit regards
sathish
07-15-2011 08:14 AM
IDN is in some controllers a message to which they react with sending their identification and version.
You did not give any information about your controller so helping is very difficult.
I don't understand anything about tabs and programs so please clarify your question.
Did you run my version?
What error occurred?
07-15-2011 11:37 PM
good morning sir ,
i am using PIC microcomtroller.i run your program but now also same error occuring .... can you explain what to do .. and the error code and error is given below.
1073807330 | The specified state of the attribute is not valid, or is not supported as defined by the resource. |
07-16-2011 04:57 AM
07-19-2011 01:46 PM