LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Watlow F4 Controller with LabView

Hi All,

I'm trying to read the temp on the F4 using labview, with the controller connected through the internet. I can see the controller using the “PING” command on a cmd window, but I cannot see it in the MAX .

Thanks, Erez

0 Kudos
Message 1 of 15
(5,818 Views)

Hi Erez,

 

why do you expect to see you F4 in MAX?

MAX is a tool from NI to configure all hardware from NI.

MAX is not intended to be used for 3rd party hardware…

Best regards,
GerdW


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

Can you please elaborate a little bit on your setup? I have worked with F4 controllers in LabVIEW, but I'm not sure about the part that you mentioned you are connected through internet and the pings. These controllers have a Modbus port. I use an ICS Electronics adapter GPIB to Modbus adapter similar to the following one: http://www.icselect.com/gpib_modbus-4899A.html

Then I use a GPIB to USB adapter from NI similar to this one: https://www.ni.com/en-us/shop/model/gpib-usb-hs.html

With this setup I can go to MAX and scan for GPIB instruments connected to the adapter and that's how I get a VISA address for the controller. My VIs can then use that VISA address to talk to it.

Certified LabVIEW Architect (CLA), LabVIEW 2015.
0 Kudos
Message 3 of 15
(5,769 Views)

Dear All,

Thanks for the help

All I want to do is to read the FT4 current temperature.

My FT4 is connected to the internet (this is why I mentioned the “ping”)

I was hoping that I can talk to it using “Visa” (just like Tektronix scope or Keithley data logger)

So my set up: I have the FT4 connected to the net (IP 10.0.202.25) and my host computer in on the same subnet.

Thanks, Erez

0 Kudos
Message 4 of 15
(5,756 Views)

can you able to communicate with device using Assigned IP using LabVIEW (if so no point in expecting to display in NI MAX)

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 5 of 15
(5,750 Views)

no

Trying to open Visa result in an error

0 Kudos
Message 6 of 15
(5,747 Views)

BTW, I’ve downloaded a software from Watlow that can communicate with the F4T using the net

thanks, Erez

0 Kudos
Message 7 of 15
(5,742 Views)

Are you using Serial port or Ethernet port if ethernet port you can use TCP/IP

There may be LabVIEW Drivers available for your specific device you can browse and download

 

There are other softwares available to communicate with a device (Putty, Tera Term), which will clarify the problem whether it is a problem with hardware or the LabVIEW which is not detecting.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 8 of 15
(5,727 Views)

I’m using the Ethernet port (BTW, I thought that Visa include TCP/IP). I’ve already downloaded a different software that communicate great with the FT4.

Best, Erez

0 Kudos
Message 9 of 15
(5,724 Views)

Can you share your actual code?

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 10 of 15
(5,718 Views)