02-04-2010 11:08 PM
Solved! Go to Solution.
02-04-2010 11:38 PM
How are you sending the esc character? You can't just type esc. It's hex 1B so you could right click on the string control and select 'Hex Display'. There are other functions such a typecast and Byte Array to string that are helpful when doing non-ASCII.
02-05-2010 02:01 AM
02-05-2010 10:05 AM
07-06-2011 10:14 AM
Can you tell me how u read the data for Denver Instrument? I am using the basic read and write vi for reading but the mass reading always comes to zero? Is there some specific command?
07-06-2011 11:40 AM
Hi,
I am using labview to read and write data from Denver Balance and am using the basic read and write vi from the Labview help. But the mass is always recorded as zero. Although no error messages are shown. Can u please tell me where i am going wrong. I have checked the baud rate etc. in both the vi and instrument. They are okay. But the mass reading is always zero. Can anybody help me out. It's really urgent!
07-06-2011 12:54 PM
Can u upload ur step by step procedure and vi for DEnver instruments to Labview. I have been trying since Last month but unable to connect it.
07-06-2011 02:00 PM
Provide the model number, the manual, the exact command you are sending, and the type of cable you are using to connect.
Also, have you tried using a program such as Hyperterminal? If that does not work, did you contact Denver Instruments for help?
07-06-2011 03:00 PM
Model number: P4002D. Denver Instrument : Electronic MAss balance instrument.
My block diagram is Basic Serial Write and Read.vi from Labview Example help file.
In the string to read command i have entered : hex 1B+P
it is reading the number of bytes coming to the serial port but not the exact mass reading in the balance.
so if i put a weight on the balance the return is like bytes read : 26 or 35 or 7 and so on while the reading in the balance is 60 /80/2 gms
The manual i have doesnot provide me the C-command for labview reading. I am new to labview so i may have some basic errors. Please help.
07-06-2011 03:00 PM
Type of cable is RS232 cable.