Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it posible to control FP/cFP from PC with ETS?

I would like to setup a PC-based control system running ETS and Labview RT. In addition I would also like to have one or more FieldPoint or cFP controlled by it. I would prefer to use Ethernet modules, such as 1808, to interface to FP frame. Here's what I have a mind:
 
PC with up to 12 PCI slot backplane and single board computer, which would have several NI-DAQ boards and 2 network interfaces. 1 interface to talk to outside world, another to control field point devices. The fieldpoint side would have to go through a pair of copper/fiber-optic Ethernet media converters for safety reasons.
 
I would appreciate to hear some comments on feasibility of such solution before I commit to the design.
 
Fedor.
0 Kudos
Message 1 of 10
(7,465 Views)
AFAIK, LV-RT ETS only supports 1 Ethernet port.  But I would suspect that you could communicate to the outside world and the cFP 1808 just fine with 1 network interface.
0 Kudos
Message 2 of 10
(7,445 Views)
There was a mention somewhere in Labview RT 8.0 or 8.20 release notes that ETS now supports more than one network interface. I wonder I can use the 2nd to make a private subnet just to control passive  to Fieldpoint devices.
0 Kudos
Message 3 of 10
(7,442 Views)
Hi Fedor,

This article on our Knowledgebase discusses how to set up two network cards on a Real Time system:

http://digital.ni.com/public.nsf/websearch/44318045C524C9CF8625713E0047D1A1?OpenDocument

The "TCP Listen" VI allows you to specify the net address you want to listen for connections on (whereas by default it will listen on all network interfaces).  Note that the devices cannot be on the same subnet.
You should also be able to use one network interface and communicate with the cFP(s) and the outside world.

Regards

Clint M
Applications Engineer
National Instruments
0 Kudos
Message 4 of 10
(7,231 Views)
Thanks Clint!
 
I wonder if it would be possible for you or someone to recommend a current  SBC board (or at least the chipset) which is compatible with ETS RT? I have one here that seems to support, even including the built-in network chipset,  but I don't  think it's produced anymore.
 
Fedor.
0 Kudos
Message 5 of 10
(7,132 Views)

Hi Fedor,

National Instruments has only tested and certified the Dell Optiplex GX270 Desktop PC to run ETS RT, but of course there are many, many more that will.  The following links explain the requirements for processors and chipsets, along with how to test for compatibility.

http://digital.ni.com/public.nsf/allkb/82D66505D86349F38625722C00736AB8?OpenDocument

http://digital.ni.com/public.nsf/allkb/440BAF128AA75F95862572580081EB3D?OpenDocument

Regards,

ClintM

National Instruments

0 Kudos
Message 6 of 10
(6,843 Views)
Hi Fedor,

Just curious, what form factor of SBC are you looking for? PC motherboard, PC/104, VME, etc.?

Gerardo
0 Kudos
Message 7 of 10
(6,750 Views)

Clint: thanks for the links.

Geraldo: I'm looking for full-size PICMG 1.0 SBC to go with 14+ slot back-plane. I'm considering kontron PCI-951 at the moment, which claims to have dual i82559 ethernet on-board.

0 Kudos
Message 8 of 10
(6,728 Views)

It's been a while, but I finally got all the parts together. I'm running the following configuration:  

Windows PC with labview suite <-> ETS RT PC <-> cFP-1808

RT PC uses 2 ethernet ports, one to talk to cFP, the other to talk to the rest of the world.

The only way I was able to communicate with cFP from ETS RT is by using datasockets, as there seems to be no FieldPoint driver for RT target.

Right now I'm wondering if there's any way to configure field point modules (such as voltage ranges etc.) using datasockets? or is there any other way for the ETS PC to communicate with cfp-1808?

Fedor.   

0 Kudos
Message 9 of 10
(4,776 Views)
Never mind my last question, I found the range VIs under fieldpoint  advanced ethernet comm.
0 Kudos
Message 10 of 10
(4,775 Views)