Modifying version 6 VIs in version 8

I am trying to modify a VI that was created using labview v6.0.  I am modifying it in v8.0.  The old program uses the Analogue input VI called 'AI Acquire Waveforms'.  It uses a device number to decide which instrument to use along with the appropriate count, rate and other settings.  Instead I want to use a VI in the Universal Library for LabView with version 8.0 program.  The VI I specifically want to use is called 'AInScFg' (Analogue In Foreground).  The VI is similar, it uses a 'Board number' instead of device number. 
The main difference is that on the 'AI Acquire Waveforms' VI, the output wire type is a 2D array, an Actual period time, and an error out.  On the 'AInScFg' it has a single array of ADData type, an Actual rate, and an error out.  The 2D array must be transformed in order to be graphed.  So to ge to the point here, the old version uses the transform VI and then makes indices of the transform two times to create Array Index VIs for index 0 and 1(constants set for Array Index).  These indices are then put into a Build Array and sent to the Y part of a node for a waveform graph (the node has Xo, dX, Y parameters). 
 When i try to do this with 'AInScFg' the ADData indices are not arrays like they are with the previously mentioned indecies.  How can I create the same output using the AInScFg?  Thanks,
-Tekky

What is the "Universal Library for LabVIEW"? It sounds like the old program indexed the 2D array and created a waveform data type. I don't understand the reason why since AI Acquire Waveforms can optionally return a waveform data type anyway and if only a single waveform was required, AI Acquire Waveform (no 's') could have been used. What exactly is ADData type? If it's a cluster, what are the elements?

Similar Messages

  • Hi i have planned to deploy firefox latest version vis SCUp (syste center update publisher )

    hi i have planned to deploy firefox latest version vis SCUp (system centre update publisher kindly let me know the silent key to install via scup by disabling automatic updates
    jeevan

    Shouldn't you do the following things (see also:
    http://technet.microsoft.com/en-us/library/hh134743.aspx):
    Add Windows Language is French to the top AND;
    Change the second AND to an OR;
    Add the WMI Query to the new OR (so it's at the same level as the
    Windows Version = Windows 7 SP1);
    Remove the last OR (as it's not being used anymore).
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • From german version to english version

    I purchased the English version of Adobe photoshop Elements 10 Editor few months ago. Evertyhing's going well. But one day suddenly changed into German version when I opened it. Now I just want to exchange for English(the version I've purchased.)
    Thank you so much

    How to re-install the application?
    Thank you
    在 2012/6/17 下午9:51 時, 99jon 寫到:
    Re: from german version to english version
    created by 99jon in Photoshop Elements - View the full discussion
    Did you re-install the application? Language selection is normally part of set-up.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4499255#4499255
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4499255#4499255. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Elements by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • What difference on ABAP language between 2004 version and before version

    Hi everyone,
    Does there exist difference about ABAP language between 2004 version and before version? If it does, what's that? For example, what's new keywords? Which old key words can't be applied on 2004 platform any more?
    Any suggestion is highly appreciated.
    Best Regards,
    Julian

    hi
    good
    to get all these details plz visit the SAP site where you ll get the release notes related to all the concepts.
    Thanks
    mrutyun^

  • Ingest new version with old version archived - Revisited & solved

    I couldn't react to the old thread anymore, but I'd like to share the solution with this forum, because it shows the power of the default functionality in the system.
    Start situation: asset is archived, new version comes in, overwrite is set to 'on'.
    What happens and could happen afterwards: new version 'takes the place' on the hard drive of the old version, new proxies are created, the archive flag on the asset is still on. A restore would place the old version back on the hard drive erasing the new version. No new proxies are created, so original asset would be old version, proxies are from new version. New version - Original Media is lost.
    So this is how I solved it:
    I created a subscription - event type = modified - in which the Asset Filter is set to:
    Archive Status EQUALS Offline
    File Modification Date: the Trigger-if-changed box is ticked.
    The response is changing the status of the asset to 'New Version'.
    A second subsription - event type = modified - has the Asset Filter set to:
    Archive Status EQUALS Offline
    (Asset) Status EQUALS 'New Version' with Trigger-if-changed box ticked.
    The response is:
    1. changing the status to 'Completed'
    2. duplicating the file to another device, "Archive_Exchange" (no Asset, no Proxy created)
    3. restoring the (old) file from the archive.
    A third subscription - event type = modified - is subscribing to a job:
    The job filter is:
    Title CONTAINS 'Restoring'
    Owner EQUALS 'admin'
    Status EQUALS 'DONE' - Trigger-if-changed box is ticked
    plus definition of FROM and TO devices.
    The response is:
    Scan the device "Archive_Exchange"; the only metadata which is set here is:
    Metadata Set equals 'Media' and status equals 'New Version'. No proxies needed.
    Subscription #4 - event type = created - is looking for the newly created asset on 'Archive_Exchange'
    So filter is: Metadata Set EQUALS Media, Device (Stored On) EQUALS Archive_Exchange and status EQUALS 'New Version'.
    The response is this time exactly the same response as when this new version had come in while the old version was not in the archive. So it's copying the new version in the usual device, overwriting the old version and that's it! To keep the temporary device Archive_Exchange clean, there is also a delete response.
    It's a little bit 'Working-around-the-bugs', because why is the system copying the new version to another device, while it knows the Original Media is in the archive, but still, it works and the beauty is: no scripts needed!
    Thanks for your input; it made me understand processes better so I could create this monster.

    There are two basic paradigms that you can use to interact with Final Cut Server files.
    One is to let the filesystem be the master. With this, the original files are sitting in the filesystem, and anyone with permissions can mess with them. FCSvr can see changes (via scans) and update itself accordingly. File names must be unique for anything stored in the same directory.
    The second method is to let FCSvr be the master. In this, you don't mess with the filesystem--all file interactions are done indirectly like through watchers, uploads, and archiving/restoring. File names must be unique, unless you create the device as a contentbase device type.
    Each method can make sense at different times. Generally the second is the safer approach, but the first makes sense like for FCP capture scratch folders and production scans.
    If you upload an asset directly to the FCSvr client application, it will provide you with a dialog box to prevent you from overwriting an existing file if there's a name conflict and it's not a contentbase device. (Nick, it will prompt you even if the old file is archived.)
    If you choose to overwrite, the original asset will be deleted and any archive device instance will be orphaned. If that's what you're doing, I don't understand your issue since you told it to overwrite.
    But if you've mixed paradigms by going behind FCSvr's back (via the Finder or Terminal) to copy a new media file into a place that FCSvr knew was reserved by an archived file and would have prevented had you done it through the client app, then you're asking for trouble.
    Your solution options are: use unique names for files, store them in subfolders that are scanned, or store them in contentbase devices. For the first two you can use the project name or number to help make the file names/folder names unique.

  • I have upgraded Apple Aperture from version 2 to version 3 and I'm having a problem with the "Highlights and Shadows" adjustment. According to the user's manual, I should have access to an advanced disclosure triangle which would allow me to adjust mid co

    I have upgraded Apple Aperture from version 2 to version 3 and I'm having a problem with the "Highlights and Shadows" adjustment. According to the user's manual, I should have access to an advanced disclosure triangle which would allow me to adjust mid contrast, colour, radius, high tonal width and low tonal width.
    If anyone has any suggestions as to how to access this advanced section, I'd be most grateful.

    Hi David-
    The advanced adjustments in the Highlights & Shadows tool were combined into the "Mid Contrast" slider in Aperture 3.3 and later. If you have any images in your library that were processed in a version of Aperture before 3.3, there will be an Upgrade button in the Highlights & Shadows tool in the upper right, and the controls you asked about under the Advanced section. Clicking the Upgrade button will re-render the photo using the new version of Highlights & Shadows, and the Advanced section will be replaced with the new Mid Contrast slider. With the new version from 3.3 you probably don't need the Advanced slider, but if you want to use the older version you can download it from this page:
    http://www.apertureexpert.com/tips/2012/6/12/reclaim-the-legacy-highlights-shado ws-adjustment-in-aperture.html

  • I'm trying to update my iphone 3GS to the 4.3.4 version and I am getting the error message "This version of itunes (version 9.1.1) is the current version.  How do I update my PHONE and why is an itunes update being confused for my iphone?

    I'm trying to update my iphone 3GS to the 4.3.4 version and I am getting the error message "This version of itunes (version 9.1.1) is the current version.  How do I update my PHONE and why is an itunes update being confused for my iphone?

    You need iTunes 10.0 or greater to update your phone...iTunes isn't confused at all. If you're on a Mac, you'll need OS X 10.5.8 or greater to update iTunes to 10.0 or greater.

  • Is it possible to migrate the app from latest version to older version

    Hi all,
    I have a adf application in jdeveloper 11.1.1.4.0.Due to some issues i have to do it in jdeveloper 11g release 2 (11.1.1.2.0).Is it possible to migrate the application from latest version to older version of jdev.
    Thanks.

    It's not officially supported, but you can try a couple of things - first open the application in the old version and see if it works.
    If it doesn't you can try creating a new application in the old version and then use the create project from existing source option to map to your existing code.
    This all of course assumes that you didn't use features in the new version that are not available in the old version.

  • Importing dump taken from higher version to lower version

    Hi all,
    I have already taken dump from oracle 9.0.2 database without using exp utility of lower verion and alo without running catexp.sql script prior to export.
    Now i need to import this dump into 9.0.1 database.It gives error due to backward-incompability.
    Is there any way to import without re-exporting whole database again using exp utility of lower version against higher version.

    It is an unsupported scenario. I had to face it once with the same 920->901 versions. What I did was also absolutely unsupported at my own risk and it was a last chance action. I'll tell you what I did and how it worked for me, which doesn't mean it will work for any situation. If you open your file with a binary file editor you will see at the first file blocks a header that displays the export version "EXPORT:V09.02.00" This header is read by the import to check which version was used to generate the file and prevent an unsupported downgrade, I changed it to EXPORT:V09.00.01 and retried the import. A lot of error messages appeared, but it successfully loaded my information. I took the risk because I made sure this specific database contained just basic tables, indexes and version compatible objects and definitions, it was a testing environment, I didn't have the right Oracle version and there was no time to get it, and finally I had a bullet proof backup.

  • Transporting a model in VC from higher version to lower version

    Hi All,
    How can i transport a model built in higher version to lower version.(EHP1 to 700.14 of Portal)
    Also, will all my fuctionality work there if it is transported?
    I have imported a model built on higher version of Sandbox to lower version of Dev server by changing its version manually by opening the model in notepad.But after deployment i am not able to see any of the functionality working.Such as-I am not able to submit the data enetred in the data fields.
    Please help.
    Thanks & Regards
    Richa

    Adding some points to the above question.
    Also,I cannot clear entries from the data fileds, as there is not System Action defined for clear in version 700.14.
    Please suggest,what changes shall i make.
    Thanks & Regards,
    Richa

  • Error -1074384569; NI-XNET: (Hex 0xBFF63147) The database information on the real-time system has been created with an older NI-XNET version. This version is no longer supported. To correct this error, re-deploy your database to the real-time system.

    Hello
    I have a VeriStand-Project (VSP) created with my Laptop-Host (LTH) which works with my PXI, while
    deploying it from my LTH. Then I have installed the whole NI enviroment for PXI and VeriStand use on a
    industrial PC (iPC). I have tried to deploy my VSP from the iPC to the PXI but the following error
    message arose on my iPC:
    The VeriStand Gateway encountered an error while deploying the System Definition file.
    Details: Error -1074384569 occurred at Project Window.lvlibroject Window.vi >> Project
    Window.lvlib:Command Loop.vi >> NI_VS Workspace ExecutionAPI.lvlib:NI VeriStand - Connect to System.vi
    Possible reason(s):
    NI-XNET:  (Hex 0xBFF63147) The database information on the real-time system has been created with an
    older NI-XNET version. This version is no longer supported. To correct this error, re-deploy your
    database to the real-time system. ========================= NI VeriStand:  NI VeriStand
    Engine.lvlib:VeriStand Engine Wrapper (RT).vi >> NI VeriStand Engine.lvlib:VeriStand Engine.vi >> NI
    VeriStand Engine.lvlib:VeriStand Engine State Machine.vi >> NI VeriStand Engine.lvlib:Initialize
    Inline Custom Devices.vi >> Custom Devices Storage.lvlib:Initialize Device (HW Interface).vi
    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * • Unloading System
    Definition file... • Connection with target Controller has been lost.
    The software versions of the NI products (MAX/My System/Software) between my LTH and the iPC are
    almost the same. The only differences are:
    1. LabView Run-Time 2009 SP1 (64-bit); is installed on LTH but missing on iPC. The iPC has a 32-bit system.
    2. LabView Run-Time 2012 f3; is installed on LTH but missing on iPC.
    3. NI-DAQmx ADE Support 9.3.5; something strage on the LTH, because normally I am using NI-DAQmx 9.5.5 and all other DAQmx products on my LTH are 9.5.5. That means NI-DAQmx Device Driver 9.5.5 and NI-DAQmx Configuration 9.5.5.. On the iPC side all three products are 9.5.5.. That means NI-DAQmx ADE Support 9.5.5, NI-DAQmx Device Driver 9.5.5 and NI-DAQmx Configuration 9.5.5..
    4. Traditional NI-DAQ 7.4.4; The iPC has this SW installed. On the LTH this SW is missing.
    In order to fix this problem I have formatted my PXI and I have installed the following SW from the iPC:
    1. LabVIEW Real-Time 11.0.1
    2. NI-488.2 RT 3.0.0
    3. NI_CAN 2.7.3
    Unfortunately the above stated problem still arose.
    What can I do to fix this problem?
    I found a hint on http://www.labviewforum.de/Thread-XNET-CAN-die-ersten-Gehversuche.
    There it is written to deploy the dbc file againt.
    If this is a good hint, so how do I deploy a dbc file?
    I would feel very pleased if somebody could help me! :-)
    Best regards
    Lukas Nowak

    Hi Lukas,
    I think the problem is caused by differenet drivers for the CAN communication.
    NI provides two driver for CAN: NI-CAN and NI-XNET.
    NI-CAN is the outdated driver which is not longer used by new hardware. NI replaced the NI-CAN driver with NI-XNET some years ago, which supports CAN, LIN and the FLEXRAY communication protocol.
    You wrote:
    In order to fix this problem I have formatted my PXI and I have installed the following SW from the iPC:
    3. NI_CAN 2.7.3
    NI CAN is the outdated driver. I think that you should try to install NI-XNET instead of NI-CAN on your PXI-System, to get rid of the error message.
    Regards, stephan

  • We have several licences of Adobe Photoshop Elements V9 can we use the same licence key for latest version or what version can we install is this key???

    We have several licences of Adobe Photoshop Elements V9 can we use the same licence key for latest version or what version can we install is this key???
    We are Gouvernment and we use Windows 7 64 bits edition with office 2010.
    Thanks.

    Hi Denis, if you have license of Photosho Elements V9 then you can only install V9, please check the download link: Download Photoshop Elements products | 9, 8, 7. Please also check System requirements | Adobe Photoshop Elements
    Atul_Saini

  • While updating 4.0 version to 5 version system shows sim card is not valid. My iphone is not working .Please help me

    while updating 4.0 version to 5 version system shows sim card is not valid. My iphone is not working .Please help me

    I would imagine your iPhone was hacked to make it work on your local carrier.
    Updating the iOs to 5.xx will lock it back to the original carrier .The carrier holding the lock are the only
    entity able to authorise the unlock .You will have to contact them and see if they unlock and the terms the apply

  • Table For Purchase Order Version Number and Version Created Date

    Dear Sir,
    Whenever we make any change in Purchase Order , then a new Version Number  along with Created Date is assigned . In Me23n the Version Number and It's Created date is also displayed ( at PO Header Level) .
    We request you to kindly guide us as which Table is required to be reffered to get the Version Number and Version Created date  for the Purchase Order .
    With Thanks and Rgds
    Sonia

    Hi
    Check in EKKO - Purchase order header
    EKPO - Purchase order item
    CDHDR
    CHPOS
    Regards
    Ram
    Edited by: Parasuram M on Sep 16, 2009 11:59 AM

  • URGENT: Retail version VS Manufacturing version

    Hi what is the difference between SAP Retail version versus manufacturing version.
    WE have a requirement to upload multiple vendor contacts and when we try to use tcode MAP1 we get a STOP error.
    So I debugged the screen for that tcode and found out SYSDEF is getting the value as '00'.
    and we are not being allowed to access MAP1 tcode.
    00- Manufacturing system
    01-SAP retail system.
    Does it mean our client has SAP manufacturing version installed?
    WE have ECC5.0. How to get the retail version....
    any idea.....plz help
    Thanks.

    Here are the two main differences, but firstly, there is no difference in the software at all. They work and function exactly the same. Here are the differences. An apple Academic licence does not permit you to use the software for professional uses. How they catch you, I don't know because I have the retail version. The second major disadvantage is the upgrade policy. It seems that Apple is bringing in to effect a system whereby if you buy the Edu version of one of their softwares, you have to pay again for the major upgrade. By this I am talking about Logic 7 to Logic 8. This has already happened with Final Cut, and people are finding that they are having to buy the full software again. Noone knows yet if this has been implemented yet in to Logic, but there is a lot of talk on the Pro forum about it, and most suspect it was built in to Version 7. However as far as the program is concerned, it works in exactly the same way. Best, Fred

  • Currently running Adobe XI Standard, i have a PDF that i Save As excel however on my computer it converts it differently than my coworkers computer who has the same Adobe version and same version of Excel 2010. Is something different selected on mine than

    Currently running Adobe XI Standard, i have a PDF that i Save As excel however on my computer it converts it differently than my coworkers computer who has the same Adobe version and same version of Excel 2010. Is something different selected on mine than his? How can i troubleshoot?
    Can provide more information if needed...

    Hello nmohamm,
    To examine the conversion settings in Acrobat, do the following:
    1. Select Edit > Preferences
    2. In the preferences dialog, select the "Convert From PDF" category.
    3. In the "Converting From PDF" list, select "Excel workbook".
    4. Click the "Edit Settings" button to view your conversion settings.
    Regards,
    Charlene

Maybe you are looking for

  • How do I put a border on in pages

    How do I put a border on a page in 'pages'?

  • What's the difference?

    Can someone please explain to me what exactly photoshop extended is and why it's different from just regular photoshop?

  • Datagrid column text styles

    I have a datagrid column that contains strings in this syntax: ##% (##%) When the percentages are over 0% I'd like the text to be green; when the percentages are under 0%, I'd like to change the text to red. Apart from breaking this into two columns,

  • Code for a combination lock

    Can anyone please help me. I am doing a Java project and need to design a combination lock using 3 classes. The lock must use letters and only allow the user to make 3 attempts. Please can somebody help Thank You

  • Why would someone in Taiwan be attempting remote a...

    Well at least the firewall seems to work. Found these in the log:- (amongst a whole lot of others!) 01:59:58, 16 Jul. IN: BLOCK [16] Remote administration (TCP 61.231.0.215:12200-​>109.149.10.235:443 on ppp0) 01:44:50, 16 Jul. IN: BLOCK [16] Remote a