Data exchange between loops in different vi's

hello,
in the top level vi of my application i've got a daq.
data from the daq is needed in a low level vi.
both vi's are controled with queues.
the problem is that i solve the data exchange with a global variable.
i there any other solution to avoid global variables.
markus

here
http://forums.ni.com/ni/board/message?board.id=170&message.id=163697
we come up with multiple ways
Hey, has this already been noted for the FAQ?
Greetings from Germany
Henrik
LV since v3.1
“ground” is a convenient fantasy
'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

Similar Messages

  • Managed bean/Data exchange between two ADF Rich Faces based applications

    Hi,
    I have been trying to research what seems to be a small issue. My requirements are as follows.
    1. I need to be able to pass managed bean information from one ADF Rich Faces based application to another (in two separate ears) at runtime (e.g. from Ear1: SenderApp/Sender.jspx -> Ear2: ReceiverApp/Receiver.jspx).
    2. I do not want to use the database as my applications need to be performant.
    3. Serialization/de-serialization would fall pretty much under the database category. In other words, I like to avoid Serialization/de-serialization of the managed bean.
    4. I cannot use query string due to security issues.
    My question is as follows:
    1. Is there any standard/architecture/best practices for data exchange of backing beans or other forms between two ADF Rich Faces based apps (in two separate ears)?
    2. Has someone found anything similar to an applicationScope that works across applications?
    I would appreciate any ideas.
    Thanks very much,
    Edited by: user11219846 on Jul 23, 2009 2:38 PM
    Edited by: user11219846 on Jul 23, 2009 2:42 PM

    Hi,
    its not an ADF Faces problem, but not possible in Java EE. You can however fallback to vendor specific implementations like in WLS. From the WebLogic documentation : http://e-docs.bea.com/wls/docs103/webapp/sessions.html
    Enabling Web applications to share the same session*
    By default, Web applications do not share the same session. If you would like Web applications to share the same session, you can configure the session descriptor at the application level in the weblogic-application.xml deployment descriptor. To enable Web applications to share the same session, set the sharing-enabled attribute in the session descriptor to true in the weblogic-application.xml deployment descriptor. See “sharing-enabled” in session-descriptor.
    The session descriptor configuration that you specify at the application level overrides any session descriptor configuration that you specify at the Web application level for all of the Web applications in the application. If you set the sharing-enabled attribute to true at the Web application level, it will be ignored.
    All Web applications in an application are automatically started using the same session instance if you specify the session descriptor in the weblogic-application.xml deployment descriptor and set the sharing-enabled attribute to true as in the following example:
    +<?xml version="1.0" encoding="ISO-8859-1"?>+
    +<weblogic-application xmlns="http://www.bea.com/ns/weblogic/90";;>+
    +...+
    <session-descriptor>     
    +<persistent-store-type>memory</persistent-store-type>+
    +<sharing-enabled>true</sharing-enabled>+
    +...+
    +</session-descriptor>+
    +...+
    +</weblogic-application>+
    Frank

  • Data exchange between R/3 and CRM system.

    hello,
    how to list the data sources, function modules, user and cust exits through  which the data exchenge happens between R/3 system and CRM system?
    do we have any transaction to see the list of the master and transaction data that is exchenged across these systems?
    thanks in advance,
    swamy

    thanks markus,
    but from CRM system we are able to find out only the data exchange that is happening at that point of time.(only the list of tables /function modules that are exchanging the data is listed.)
    is there any way to get the information of the datasources mapped between these two systems?
    swamy

  • Data exchange between SCM and ERP

    Hi Guys,
    Can you please tell what all data is exchanged between ERP system and SCM system.
    I am doing a project to find out the exchange of data between these systems, it would be great if u can help me out or throw a direction to find these details.
    Thanks a lot guys
    Regards,
    Kumar
    POINTS ASSURED

    Hi Kumar,
    Please find detailed document help link as below:
    http://help.sap.com/saphelp_scm70/helpdata/en/64/08533b89050863e10000000a114084/frameset.htm
    For master data following data flow occurs from ECC to APO:
    u2022     Products
    u2022     Locations
    u2022     Classes and characteristics
    u2022     Batches
    u2022     Setup groups
    u2022     Resources
    u2022     Production Process Modes  / Produtc Data structures
    Transaction data flow
    u2022     Sales documents
    u2022     Stocks
    u2022     Inspection lots
    u2022     Purchase orders and requisitions
    u2022     Planned orders
    u2022     Maintenance orders
    u2022     Project / network orders
    Regards
    Datta

  • Standard XML schema for Vendor data exchange between SAP and other system

    Is there a SAP standard way of XML schema that we exchange between SAP and other system? Please let me know.
    Thanks.

    See SAP Interface Repository (http://ifr.sap.com).
    My proposal is to leave old SAP connectors staff and use SAP Exchange Infrastructure. There is a support of industry XML standards in XI 3.0 like xCBL.

  • Basic question regarding Contract data exchange between CRM and ERP

    Hi,
    1) At a very general level, can somebody tell me via what technology are contract documents exchanged between CRM and ERP? IDocs, RFC modules or proxies?
    2) Is it possible to sychronise changes in a contract, e.g. if the contract is changes in the ERP system, those changes are auotomatically updated in the CRM contract?
    3) Can somebody point me to any documentation on this?
    Kind Regards,
    Tony.

    contracts are exchanged between CRM ans ERP ssytem ny RFC and FM , you use object SALESCONTRACT for this,it is possible to synchronize changes between both the systems

  • Data exchange between different application domains

    is this possible?
    say i have example.com/swf_1.swf which dynamically loads a module example.com/swf_2.swf in a different application domain. is it possible to still exchange data between the two swf files? if so, how?
    thanks.

    Have a study of LocalConnection Class
    link is:
    http://livedocs.adobe.com/flex/3/html/help.html?content=security2_13.html

  • How do i data exchange between TestDirector and labVIEW

    Hai to all,
    By using one COMServer(VC++), that COMServer exchange the data between TestDirector and LAbVIEW7.0, How to call LabVIEW function in activex, is it posible or not?
    if posible please post your answer.

    Hi reddys,
    You can call the LabVIEW ActiveX Automation Server.
    This can be done from any programming language.
    Following the links below, you will find some examples.
    Calling LabVIEW from C++ Using ActiveX
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3E21356A4E034080020E74861&p_node=DZ52051&p_submitted=N&p_rank=&p_answer=&p_source=External
    Calling LabVIEW as an ActiveX Server from Visual Basic
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3E3D756A4E034080020E74861&p_node=DZ52051&p_submitted=N&p_rank=&p_answer=&p_source=External
    Communicating with LabVIEW from Delphi using ActiveX
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3E8D156A4E034080020E74861&p_node=DZ52051&
    p_submitted=N&p_rank=&p_answer=&p_source=External
    Calling a LabVIEW VI with the LabVIEW ActiveX Automation Server
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3D85956A4E034080020E74861&p_node=DZ52156&p_submitted=N&p_rank=&p_answer=&p_source=External
    Remote Control (Launch) of LabVIEW Using ActiveX/DCOM
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B123AE0CBA64111EE034080020E74861&p_node=DZ52051&p_submitted=N&p_rank=&p_answer=&p_source=External
    I hope this helps!
    Regards,
    Richard H.
    National Instruments

  • Data exchange between Oracle DB and JD Edwards

    Hi all,
    We have an Oracle 10g EE database which we maintain. The financial system is using JD Edwards. We need to provide them some daily information(payments) Also they need to send us some data( payment reconciliation). My questions are:
    1. What kind of interaction is posible between Oracle db and JD Edwards?
    2. What database does JD Edwards internally use? Is in an Oracle db?
    3. Is there an ODBC driver available for interaction?
    4. Does JD Edwards handle credit card payments?
    Please, can you give me an answer quick, we need it by the end of today for a proposal..
    Excuse my lack of knoledge, but we never worked with JD Edwards before...
    Thank you

    #2 All the JD Edwards installations I have ever come across were on AS400 (iSeries I believe is the new name) …their niche on the application software market was the fact that they were running so well integrated with that particular platform. AS400 comes bundled with [one of the many flavors of] DB2 … that is, no extra license required. Oracle has never had an AS400 port … so I doubt you’ll find Oracle underneath your JD Edwards installation.
    #1 “some daily payment information” suggests batch type integration and relatively small in scope … all systems/applications have some sort of data loader and there are always ways to get data out into files … so a custom, file-based little integration mechanism could be all that you need. I did work once in such a little project … the JD Edwards specialists in the company did their part of loading and loading on their side … we did the same on the Oracle side … we agreed on file formats, content, schedules, a common/secure drop zone in the network etc. and that was pretty much it. The point is, there must be some JD Edwards people in your company you should get involved in the discussion/proposal.
    #3 An ODBC driver for DB2 on AS400 very likely exists … keep in mind though that this means the integration will be at a low level (table level) … many applications expose integration points at the API level (application level). Again, you have to get the JD Edwards people on board.
    My last points … if you have Oracle in house then call your Oracle representative … Oracle owns JD Edwards … you may get better answers or re-directs there. Also look if your company has any middleware software already … contact the vendor and see what they have to say

  • Data Communication between flash and different applications

    Is there a way to communicate between two different
    standalone applications, without using a HTTP server ?
    for eg: from Flash to JVM

    hi,
    I want to communicate between flash exe and director exe
    using local
    connection object. Can anybody help me in this, by telling
    the code for it. I
    tried a lot using it by different ways but I am not succesful
    in it yet
    Thanx in advance
    ANSWER :
    you should make an action script to the animation & etc.
    you made in your FLASH by a name as like as this : (I made a pause
    Button & named it gPause);
    on (release) {
    getURL("event:gPause");
    and then in youe director file make a MovieScript including
    the following code :
    on startMovie
    member("name of member you imported from Flash as swf. file
    ").model("Bip01").bonesplayer.pause()
    end
    on gPause
    member("name of member you imported from Flash as swf. file
    ").model("Bip01").bonesplayer.pause()
    end

  • Data exchange between forms

    hello,
    I need to call a form from master/detail form on a button press. Then select the rows through check box(called form) tabular style with checkbox gainst each row,
    then have to populate them in a grid of calling form(Detail form).
    Any ideas, how to do that..?
    Thanks..!

    that sounds good. Exchange the temporary table against a table of record - array in a database package.
    And exchange the when-new-item-instance against WHEN-FORM-NAVIGATE for example. If you called form with call_form, then you need nothing to code, because returning from C means, that the code of the call_form runs and can use the array-reading and processing
    e.g.
    form M:
    call_form ('C');
    -- here comes the code for "After returning from C"
    compute_the_array;
    try it
    Gerd

  • Data exchange between 2 CRMs

    Hi expert:
    I want to download biz data(BP/material/sales order)  from CRM1 to CRM2.  Both of them are CRM 7.0. Both of them have connections to one ECC.
    I have some settings for this proposals(eg. BUPA_MAIN):
    CRM2<-->ECC is ok
    CRM1<ECC is ok, but CRM1>CRM2 is not ok.
    I can not get the initial parameters for CRM1-->CRM2 in the R3AC1. Hence I can not load data.
    How can I get that connect correction from CRM1 to CRM2?
    BRs
    Liu Bo

    Thanks for the reply.
    I want to transfer data from one CRM to another CRM, both are CRM. The MCRM scenario is OK for the muti CRM to one ECC.
    I don't know how to get it.
    Tony Liu

  • Data exchange between SAP SCM and an external java tool via JCo

    Hi everybody,
    the situation i am in is the following:
    We are developping a java application for production planning using multi-agent systems. What I am currently working on is an integration concept towards SAP via JCo. I am using a SAP SCM System.
    What i got is the following:
    I got the JCo connection to SCM and I am able to execute BAPIs from Java.
    Now my problem is the following:
    We want to recognize a change in the SCM System, e.g. when someone added a new manufacturing order. What do I have to do for that?
    Do I have to register a JCO.Server as a RFC Destination?
    Do I have to use SCM EventManagement to handle the corresponding events?
    In Java terms, what I want is a EventListener for some events - but neither do I know how the events are created nor how they are transferred to third party systems...
    Anyone with a hint?
    Thanks a lot!
    Greetings
    Jan

    Hi Jan,
    architecturally you will need to determine a point in the SCM application logic to understand that a relevant event has occurred and then issue a notification "message" - in your case it sounds like your system is directly coupled so it wouldn't exactly be a message but an RFC call instead.
    On SCM itself all you need is the RFC-enabled function module interface (an ABAP development), a logical destination and a hook somewhere in the application logic to make the RFC call.
    From a JCo perspective you then just have to implement an "RFC server" that responds to these RFC calls.
    Most difficult part will be to find a suitable hook in the SCM application logic that doesn't modify any delivered SAP code but uses an enhancement technique like a BADI.
    Anything you can share about your planned development? Is this specifically for a customer or are you planning on releasing a product?
    Regards, Harry.

  • Middleware technologies used for data exchange in Cloud for Customer system

    Hi Techies,
                     I would like to know what are the different middleware technologies like ALE,EDI and IDOC, Web Services or any other technology plays role in data exchange between SAP ERP and SAP Cloud for Customer system.
    My project includes implementation of SAP Cloud for Sales, I've read many documents and seen various videos for ERP Configuration and Cloud Configuration, I see that there is a standard report that we want to execute and specify the type of data to be exchanged between Cloud for Customer and SAP ERP via SAP NW PI system.
    When executing the report we select the IDOC Type and run the report, so once after execution all data is copied to SAP Cloud for Customer system.
    What about configuration of IDOCS ? Do we need to maintain port, partner profiles, logical system etc ? as usual we do when working on Interface between SAP to SAP systems ?
    Or is it maintained when we make all the communication settings between SAP ERP <-> SAP NW PI <-> SAP Cloud for Customer system ?
    Can anyone help to understand this better ?
    Thanks,
    Gowri Shankar

    Hi Gowri,
    The standard report does exactly that.
    It generates, the ports, partner profiles, RFC destinations and other objects required for communication configuration in SAP to connect to C4C.
    If you are not using HCI, you can directly connect to C4C, otherwise you will have to manually edit the RFC destination and provide the HCI worker node URL.
    Note that this report is part of an Add On which is applicable only after a specific SAP ECC version.
    If you are on lower version, you will have to create them manually.
    regards,
    Anirudh Vyas.

  • MDM Data exchange

    Hi,
        In case of data exchange between MDM and XI, taking into considerations both the directions, apart from File adapters and MDM adapters, is there any other adapter practiced.
    Also, in PI 7.0,  MDM adapter can be uploaded from market place right, if yes, by what name should I  search. Is It
    MDM ADAPTER 7.1.7.00
    XI Content MDM Adapter 7.1.00
    Regards,
    Arnab.
    Edited by: Arnab Mondal on Jan 6, 2009 4:20 PM

    Hi Arnab
    I think you must have got answer till now?
    Anyhow watch this https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/604b3c0c-5b6c-2b10-cc83-a7af75c70eaf
    Good info !! may be it help you to understand more of new MDM 7.1 and MDM Java API
    This also provides info that MDM adapter supports PI 7.0 and some location in SMP
    Thanks
    Gaurav

Maybe you are looking for

  • Contacts and calendar disappeared?

    All my contacts and calendar events have just disappeared. I only have the iPad mini so I am not connected to any other device. I can't even enter a new event on my current blank calendar. How do I get my info back? Thanks

  • A question about an error after changing FSB

    Here is what I am running MSI K7T266 Pro AMD Athlon Thunderbird 1.4ghz processor 512 DDR RAM Geforce 3 Ti 500 Intel 21041-Based PCI Ethernet Adapter (Generic) #2 Now I loaded my FSB at 100 and it runs fine but only at 1.050 ghz instead of 1.4. I try

  • Driver problem with 60GB fifth generation Video iPod

    I am trying to sync up my iPod for the first time. I already had itunes on my computer and used the install CD that came with. My computer recognizes that is an iPod that is connected through the USB port. In device manager it shows a yellow question

  • N95/8GB Carousel doesn't work sometimes.

    Anyone else have problems bringing up the carousel when they press the multimedia key? Mine is fine after a restart, but eventually it stops working after a while. Press the key, the screen goes blank momentarily, then switches straight back to the s

  • Is there a known conflict between a CalDigit FASTA-GU3 sata/USB 3 card and an ATI Radeon X1900XT video card?

    Hello all. I am having trouble with my Mac Pro (circa 2008) not powering up the monitor (an Apple HD Cinema Display 23 inch). Here's some history. For about two weeks I was having trouble waking up the monitor from sleep. I would have to reboot the c