02-26-2007 11:21 AM
Hi Centerbolt and everybody in the forum.
Well, at least the interface is running, and it works perfectly. All the hardware as I supposed was fine, the program in a big sense is right too, but there´s a little tiny mistake that provoke that the entire system doesn´t works as I expected. The problem was that I didn´t wire the TERMINATION CHARACTER ENABLE so, because the default state is TRUE, when the system recognizes this character ends the reception, so the solution was WIRE A BOOLEAN CONTROL AND TURN IT TO FALSE. When I did this all begins to works.
I can´t identify the problem before because the analog inputs of the system in much cases were connected to voltages greater than 0 V. So the default termination character is a 0xA, when the voltage goes down enough, the reception is terminated because the detection of this character in the stream of RS232 data.
So, my advice is: CHECK ALL THE UNWIRED CONNECTIONS and CHECK THE DEFAULT VALUES of the blocks that you´re using in your VIs.
Thanks to all for the tips and suggestions, specially Centerbolt for dedicate so much time to my problem.
03-16-2008 05:21 PM