LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Example VI for acquiring data from horizon H-5000 fuel cell stack controller

Hello, 

 

I am trying to log data from horizon fuel cell stack controller in labview. I have been watching tutorial videos but I am currently running against a deadline and I was wondering if anyone has communicated with any horizon controller in labview and already has a vi I could use? 

 

Thanks.

 

0 Kudos
Message 1 of 9
(656 Views)

Hi aj,

 


@aj_dee wrote:

I am trying to log data from horizon fuel cell stack controller in labview. I have been watching tutorial videos but I am currently running against a deadline


From their brochures and manuals I see they offer a (virtual) serial port to communicate with their controller: you can use VISA functions for communication.

 

What have you tried so far and where are you stuck?

Do you have a programming manual, that describes the communication protocol?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 9
(635 Views)

On the manufacturer's website, they provide a user manual for a "Monitoring Software" that seems to be developed with LabVIEW. So maybe you can contact them and ask if they can provide you some VIs to communicate with the device.

 

Regards,

Raphaël.

0 Kudos
Message 3 of 9
(629 Views)

Thanks, I noticed that but once I installed labVIEW on my PC, I lost the original vi that we were previously using to communicate with the device. 

0 Kudos
Message 4 of 9
(607 Views)

Hi,

 

I have attached the manufacturer's serial communication information. So far all I have managed to do is configure the serial port (vi attached). I am trying to read temperature voltage and current data from the controller but I am unsure how to proceed. 

 

 

0 Kudos
Message 5 of 9
(571 Views)

Hi aj,

 

What you have is a user manual for an existing software, not a programming manual. With so little information, I'm afraid you will have to reverse engineer the existing software by monitoring the RS232 port using a serial port monitoring software. Then you can intercept the commands sent by the existing software to read voltage, current and temperature and try to recreate them in your own code.

 

Regards,

Raphaël.

0 Kudos
Message 6 of 9
(559 Views)

Hi,

 

I am trying to recreate the monitoring software with a labview code (vi attached). I am using a write to text file to record my data but when I stop the program, the text file is blank with no data recorded. What am I doing wrongly? Also, how do I split the incoming data separately into the current, voltage and temperature signals? The manufacturer recommends a quotient for each that I want to apply. 

 

Thanks. 

0 Kudos
Message 7 of 9
(501 Views)

So now your problem is how to separate and save the data, but are you sure you are getting any data at all ?

Have you tried to monitor the serial port while the existing "monitoring software" is acquiring ? Without sending a command first, I wonder how you are getting any response from your device… Also, keep in mind we don't have your device, so we cannot know the kind of data you are supposed to receive, unless you do Edit->"Make Current Values Default" after your controls have received typical data, so that it is saved in the VI.

 

I recommend you start from one of the VISA examples (go to Help->Find Examples->Search "read serial"). Example "Continuous Serial Write and Read.vi" is a good starting point.

 

Regards,

Raphaël.

0 Kudos
Message 8 of 9
(491 Views)

Hi,

 

this video is a much better starting point to implement serial communication with LabVIEW!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 9
(475 Views)