LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView, FieldPoint and linux ?

Hi,
I'd like to use FieldPoint modules to build a cyclotron control system and I do
want to use linux as developpement system.
I saw that LabVIEW is available under linux but what about FieldPoint Explorer
and LabVIEW-Real Time ?
What software is absolutely necessary to developpe FieldPoint software under
linux ? And is it possible or not ? Do I need to use Windoz ?
Thanks for your answers
Denis
0 Kudos
Message 1 of 2
(2,818 Views)
Denis,

There are two different answers to this question, both of them is that it is possible albeit not with as much freedom as a Windows machine offers.

Answer 1 is that using the FP-1000/1001 Programmers Reference Manual you can communicate with FieldPoint serial modules from any OS/computer that has a serial port. This solution works with FP-1000 & FP-1001 Netork modules ONLY. No other network modules (FP-1600, FP-2000,FP-2010,FP-2015,FP-3000) can be used with this approach. All of the commands documented in the FP-1000/1001 Programmers Reference Manual, are encapsulated in two LabVIEW libraries which should work on all OS's that LabVIEW works on). The libraries can be downloaded from: ftp://ftp.ni.com/support/fieldpoint/LVFPOpto/

Answer 2: Using the F
P-20XX modules, you can use a LabVIEW RT machine on Windows to download code into a FP-20XX module with that makes data available via custom communication routines (either serial, TCP or UDP based). In this way, you need a Windows machine to do the initial development, but the code will run on the Real-Time OS in the FP-20XX module and communicate to your Linux based machine.

In either solution, you do not have FieldPoint Explorer available, unless it is on a separate machine that is used solely for configuration purposes.

Regards,
Aaron
LabVIEW Champion, CLA, CPI
0 Kudos
Message 2 of 2
(2,818 Views)