LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connect computer function in myrio

Hello everyone
I am working on a project on 'Warehouse management. For that I created a vi which is inventory software. I used database function for that. I created another myrio project for controlling bot. Now I want to combine both program. But database functions are not working in myrio project. Please help me how to connect these two vi to work simultaneously and also shares data between them.

Thanks and regards
Bhushan Patil
0 Kudos
Message 1 of 3
(3,196 Views)

Hi Bhushan,

 

let your myRIO communicate with a PC-based host application: on the PC you can do any database queries you need!

 

Check the example projects available in LabVIEW!

Best regards,
GerdW


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

The myRIO is an example of a Real-Time machine, something that does not have a Windows architecture that "needs to be in charge", so it can use the power of its FPGA to do some very "tight" Real-Time (deterministic) processing of data at impressive rates.  The "downside" is that the Platform is not ideal for doing "Office" stuff, such as interacting with DataBases, Word, Excel, etc.  However, the LabVIEW Project lets you develop applications that have a "Host" (usually Windows on a PC) side and a "Target" (myRIO) side, with a variety of communication protocols for tying the two together (I personally recommend Network Streams).

 

Bob Schor

0 Kudos
Message 3 of 3
(3,167 Views)