Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to communicate with Fluke 434 power quality analyzer via labview.

I buy a Fluke 434(power quality analyzer meter),it can communicated with windows hypterminal but can't receive anything,therefore it can't receive anything by labview also .I don't know if I must got the instrument's serial port protocol or command sheet.
Thanks for your answer.
Message 1 of 9
(8,727 Views)
You should certainly get the programming manual so you understand all of the commands and syntax. However, if you send a command in Hyperterminal and get a response but it doesn't work in LabVIEW, then my guess is that you're not sending a termination character. You, as the programmer, have to do that in LabVIEW. The programmer of Hyperterminal did that by sending a CR/LF when you press the enter key. Try sending both or either. If you have the manual, it should say.
0 Kudos
Message 2 of 9
(8,723 Views)
Where I can get the programming manual? I don't know which command should send in the windows hyperterminal and can get the data from the serial port?
0 Kudos
Message 3 of 9
(8,712 Views)
Get it from Fluke.
0 Kudos
Message 4 of 9
(8,703 Views)
Sorry, i can't found any programing command in the service manual and user manual.it says very simply about serial port .
0 Kudos
Message 5 of 9
(8,696 Views)
I can't find any mention of any remote control commands in the manual either. The only thing I see is the ability to dump a screen to a printer or the serial port with the provided software. Are you sure that the instrument supports anything else?
0 Kudos
Message 6 of 9
(8,680 Views)
I found some dll file in the Flukeview (the Fluke company provided software),can i call the dll by Labview ?
0 Kudos
Message 7 of 9
(8,666 Views)
See Chapter 2 of the Using External Code in LabVIEW manual. This will detail the steps that you need to take to use the dll for this instrument or any dll for that matter in LabVIEW. Good luck!

Logan S.
0 Kudos
Message 8 of 9
(8,651 Views)

Hi, have you found how to communicate with power analyzer? I have the same problem.... have you found dll libraries?

thanks

0 Kudos
Message 9 of 9
(7,433 Views)