How to collect data on the programs of LabView and VC ++ at the same time?

Hello

There are two programs in LabVIEW and another is in VC ++. The two programs to collect hardware data.

Therefore, for the experience, it is necessary to begin to collect data at the same time and lag must be

less than millisecond (it is essential for the experience). How can this be achieved? BTW, I'm new to LabView.

I think on the use of network socket to get the message for both applications.

I was wondering if there is a better way.

Thank you.

MARK002-MAB wrote:

Hello

There are two programs in LabVIEW and another is in VC ++. The two programs to collect hardware data.

Therefore, for the experience, it is necessary to begin to collect data at the same time and lag must be

less than millisecond (it is essential for the experience). How can this be achieved? BTW, I'm new to LabView.

I think on the use of network socket to get the message for both applications.

I was wondering if there is a better way.

Thank you.

You do not say if two programs access the same material, but I guess not. Because if they did, you probably get conflicts when the two programs try to access the same material at the same time.

In either case, the only really reliable way to ensure that your needs of< 1ms="" would="" be="" hardware="" triggering.="" one="" hardware="" unit="" is="" programmed="" to="" provide="" a="" hardware="" trigger,="" typically="" a="" digital="" signal="" and="" the="" other="" is="" programmed="" previous="" to="" the="" desired="" start="" point,="" to="" wait="" for="" that="" trigger="" and="" start="" automatically="" when="" it="" is="" received.="" if="" both="" hardware="" units="" are="" ni="" daq="" cards="" you="" can="" do="" that="" fairly="" easily="" using="" the="" rtsi="" bus="" or="" in="" case="" of="" pxi="" the="" pxi="" trigger="" lines.="" if="" they="" are="" different="" hardware="" then="" it="" can="" get="" more="" complicated="" to="">

Tags: NI Software

Similar Questions

  • Use two assistants for the acquisition of data at the same time

    Hello

    I want to read multiple data channels of analog inputs on my DAQ hardware. However, when I try to create two separate data acquisition assistants for each entry, it gives an error saying "is reserved for the specified resource. The operation could not be performed as indicated "." Can't use two assistants for the acquisition of data at the same time?

    I have to add different channels in the same assistant DAQ? I tried, but I couldn't separate the data in different graphs.

    How does this work?

    Kind regards

    Allard

    You can't have multiple tasks of the same type (in this case inputs analog) on the same device.  Just so having 1 DAQ Assistant read all your channels and separate your channels for individual transformation.

  • Lack of voice and data at the same time kills me

    After using a treo 750 (WM 6.1) on att for the past three years, I guess I did not realize the advantage of ATT and gsm in general.  There are many drawbacks... mainly pricing for simple accounts (However their family plan was directly comparable to those of sprint).  I constantly try to use data applications while talking on the phone without success.  I started thinking that I could do without, but a week later, I still really really miss.  My wife did too... because she's I usually give directions or any other web information while on the phone.  There is nothing like view google satellite map to help someone make sure they are in the right place... "see a big tree on your right with a large Brown building behind it, Yes, it's that one" does anyone else have this feeling?  WiFi is not an option for me most of the time.

    Voice and data at the same time is not available when using any CDMA network due to network constraints. This is true for all types of phones, not only Palm or not only the Pre. Your example of electronic control or by using google maps, the gps data that can be stored before you activate the call. try to browse the web while making a call and try to go to a web page, you have never visited before, so that you know, that he cannot be a version collected page.

  • How to select data using the same remote database column name 3

    Hello


    Can anyone help me on how to get the data with the same remote database column names 3 and a unique nickname.

    E.g.

    SELECT *.
    B.SID, b.status, SUM (b.qty) qantity MAX (b.) date_as_of
    Of
    * ((table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) has, *)
    (* (table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) b). *
    WHERE b.dept = 'finance '.
    AND a.position = "admin".
    AND a.latest = 'Y' AND (b.status <>"MLT") AND b.qty > 0;
    B.SID GROUP, b.status;

    NOTE: the instructions "BOLD" is just an example of what I want to do but I always get an error beacause of ambiguous column.

    Thanks to advnce. :)

    Published by: user12994685 on 4 January 2011 21:42

    user12994685 wrote:

    Can anyone help me on how to get the data with the same remote database column names 3 and a unique nickname.

    Not valid. This makes no sense and breaks all the rules of scope-resolution. And if it is in a single database, or uses tables in databases, is not relevant.

    Each object must be particularly well identified. If you cannot do this:

    select * from (table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) a
    

    3 objects cannot share the same alias. Example:

    SQL> select * from (dual, dual) d;
    select * from (dual, dual) d
                       *
    ERROR at line 1:
    ORA-00907: missing right parenthesis
    

    You need to combine objects - by using a join union or similar. He will have to be done as follows:

    SQL> select * from (select * from dual d1, dual d2) d;
    select * from (select * from dual d1, dual d2) d
           *
    ERROR at line 1:
    ORA-00918: column ambiguously defined
    

    However, we need to have unique column in a projection of SQL names - so the join of the need to project a unique set of columns. So:

    SQL> select * from (select d1.dummy as dummy1, d2.dummy as dummy2 from dual d1, dual d2) d;
    
    DUM DUM
    --- ---
    X   X
    
    SQL> 
    

    I suggest that you look carefully at what opportunities are and how it applies in SQL - and ignore if the referenced objects are local or remote, because it has no effect on the basic principles of scope-resolution.

  • DAQ Assistant Express Vi to acquire and generate data at the same time in LABView

    Can I run acquire it and generate the Express Assistant DAQ Vi at the same time in a LABView program? I am using LABView 2010.  It's acquire and generate a NI USB-6009.

    Thank you

    Mary

    You can acquire and generate the same VI but obviously you can't generate a wave form unless you do a single point at a time inside a loop with a sample on request and can live with low samples/s specifications.

  • How many flv loaded at the same time?

    Hello

    an important point regarding my question is that all flv files that have been mentioned are local, so there is no delay involved download.

    I am writing a multicamera demo application that essentially lets you can switch between different camera on the same topic views: there are 5 flv files: one with four views together in a mosaic (made in editing and exported as a single flv file) more a flv by each of the 4 views.

    the very simple interface allows you to switch views to others, including mosaic view, so that, when a view is opened, the video starts playing at the same moment in time that you where when you clicked on in the previous screen.

    It will never be more than an FLV playing simultaneously, there will be other loading and pauses, but playing alone at the time.

    Since I did not download, my biggest concern is use of RAM and CPU. I use three video objects, one to hold the multicam flv and two for two single cam videos as possible. My question is this: what would be the most time and resources consuming, having three videos 'responsible but constantly stopped' (is an open NetConnection and a NetStream loaded with a clip in the paused state) or opening, loading and launch video at each request?

    Thank you very much in advance,

    José

    the least local resources would be by having a single instance of the netstream and by switching the stream when you want.  because these flows is downloading so there will be a (short) lag when switching.

    If this delay is not acceptable, then you must do what you are currently doing with multiple netstream instances if you want among all instances paused.

  • BlackBerry Smartphones AT &amp; T 8310: SIM Card - SD card, how to use both at the same time?

    Just got my AT & T 8310 today so I apologize for my newbie question, but I want to install an SD card, but looks like it's going where the card SIM - does that mean that I have no telephone service I have the SD card as the SIM card is removed or am I missing something obvious?

    Hi and welcome to the forums!

    How about a coup! :

    http://CrackBerry.com/BlackBerry-101-Lecture-6-How-install-microSDHC-card-your-BlackBerry

    If this answers your question please solve the post, if not please ask for more!

    Thank you!

  • How to erase data from the iphone if I lost and iphone is offline

    How to erase data from the iphone if I lost and iphone is offline

    < post branched out by host >

    Hello

    What to do if your iOS device is turned off or offline?

    If your missing device is turned off or offline, you can still implement this Mode lost, lockor remote wipe. The next time your device is online, these measures will take effect. If you remove the device from your account while it is offline, pending actions for the device will be cancelled.

    If your iPhone, iPad or iPod touch is lost or stolen - Apple supports

  • How to save data in the text file of Spartan 3

    Hi all

    I would like to kindly save the data table text file or a spreadsheet on vi using fpga spartan 3e as an fpga target. Once I added all the functions related to the operation of file, it gave an error that these functions are not supported by the target device.

    could you please help me with this

    Thank you

    Rania

    Hi David,

    Thank you for posting. You use LabVIEW? If so, what version of LabVIEW FPGA do you use? You use a host VI, or any deployment of code at your target to run? The file IO VI probably won't compile to target because they are not intended to be used on your host computer. Resources and the paths of files do not exist on the target FPGA, but rather on the side of the host. I have included a link below that describes how to transfer data between the FPGA and host. I hope this helps!

    http://zone.NI.com/reference/en-XX/help/371599F-01/lvfpgaconcepts/pfi_data_transfer/

  • How to save data from the COM port to file?

    Hi all

    can someone tell me please how to save data from the COM port on file? I transfer 1 byte of serial port... attached is the image of the vi... very basic.

    I would like to save the data in a table... I mean, 1 data--> data--> data tab 2 tab 3rd--> tab

    and so on... can anyone help?


  • How to acquire data from the memory of the meter

    I am a beginner of Labview. I don't know how to acquire data from the memory of the meter.

    I read a few examples of data acquisition, but apparently not similar to my case. I can't use DAQ in my computer, because I don't have DAQ card.

    Could someone give me some pointers? Similar examples would be great.


  • How to use the modem (2 Mbps) wired ADSL & 3G data card services to large internet wireless broadband (7 Mbps) in Windows XP at the same time?

    Hello
    I have a (2 Mbps) wired DSL modem and internet connections broadband wireless (7 Mbps) of 3G data card.
    When I use these internet services individually, they work very well.
    I like to use these services wireline & wireless internet connections at the same time, so that I get the total speed of 9 Mbps.
    When I connect and try to use these internet services at the same time, I can't go through it.
    Please inform how to configure Windows XP to do this?
    Thank you
    -to swim.

    Hi dswam,

    Please provide your comments on the design of the Windows network. If you want to see several internet connection option in the future versions of Windows, you can submit your comments here.

  • How can I have two virus of Gabrielle at the same time? When I have only a single virus of Gabrielle, I know, this program is Mcafee.

    How can I have two virus Gabrielle clocked at sametime?

    When I have only a single virus of Gabrielle, I know, this program is Mcafee.

    It is not recommended to run two anti-virus programs at the same time.  It will make the System unstable, crashes, slow performance and so on.  It is better to use a program that you trust on a regular basis and if you want to double check this program, use a parser in line one of the main websites AV.

    "Firqure" wrote in the new message: * e-mail address is removed from the privacy... *

    How can I have two virus Gabrielle clocked at sametime?

    When I have only a single virus of Gabrielle, I know, this program is Mcafee.

  • How to recover data from the choicefield retained

    Hello

    How to recover data from the choicefield retained

    Thank you

    SujithRavindran

    getSelectedIndex method will help you.

  • How to transfer data from the 7 Millennium

    How to transfer data from the 7 Millennium

    You will need to manually back up your files by copying and pasting on a device from external storage such as a USB key or external hard drive.

    Then copy them on Windows 7:

Maybe you are looking for

  • Extension of wireless network with 2 capsules of time falls internet router

    I have a fiber broadband from the Danish supplier, TDC. A port on the router, I connected a TimeCapsule 1 generation and one of its ports, I have a cable to a new TimeCapsule in another room. The first TC is set to create a wireless network and the n

  • Re: Drivers for printer Scanner Fax E-studio 200s

    Hello guys,. I have the model e-studio 200 s (printer + scanner + fax) and I can't find the drivers.I visit the http://www.eid.toshiba.com/support/drivers/drivers.shtml and I download the drivers for GA-1030 and GA-1031.I try and the USB and Com port

  • HP Streasm: Warning of insufficient memory on HP Stream

    I sometimes get a fake "Memory" read in point 8.1 of Windows.  I concluded it's a bug in Windows 8.1 has still not been fixed.  The warning may appear at any time and requires no open program other than windows functions-use basis.  The documented pr

  • Bottom of mic VX 3000 buzz

    I think that the title explains it all. I thought I had this problem but it turns to be others having the same problem. And now no. were that it does not work. Reply as soon as possible and thx :D

  • Query PHP: how to determine if the variable time is before or after today

    HelloI have this code which determines the issue of whether or not the date of return of a book (format: d/m/Y) either before or after today.<? PHP if ($row ['return_date'] > = date("d/m/Y")) {? >}< a href = "loaning_remind.php? loan_id = <?" PHP ech