Need someone with Labview 7.0 to save VI in 6.1

Hi,
I need some help. I have a VI that was written in Labview 7.1, but our research grouip only has a license for 6.1. It's a fairly simple VI for controlling a piezo driven microscope stage. I manged to find someone else at the uni with Labview 7.1 to save it in version 7.0. Now I need someone to save it in version 6.1 for me. If anyone could help me out, it'd be greatly appreciated (and would save me a more than a few hours trying to write the VI myself)
Kind Regards,
Sam

Sam Wallace wrote:
If anyone could help me out, it'd be greatly appreciated (and would save me a more than a few hours trying to write the VI myself)
Hi Sam,
i don´t think so. I recommend to write it new. See the attached pictures as a suggestion. You don´t need local variables.
Mike
Message Edited by MikeS81 on 05-19-2008 08:07 AM
Attachments:
Case2.PNG ‏50 KB
Case1.PNG ‏41 KB
Case01.png ‏42 KB

Similar Messages

  • Need someone with PP CS3 on PC to convert project file

    Hi,
    I'm hoping someone can help me out.  I have an old project that was cut on Premiere Pro CS2 on a PC.  Now I'm on a Mac with Premiere Pro CS3 and I need to update the project.  So, I need someone that has Premiere Pro CS3 on a PC to open my project file, then save it as a CS3 file and send it to me.  Can anyone help me out?  The project file can be downloaded here: http://www.flowmotionmedia.com/misc/How_You_Doin_07.prproj  It's about 4.7 MB in size.  The CS3 version can be sent to my email: [email protected]
    Thank you very much!

    I think we should also thank Stan's dog, who keeps Stan in a good mood mostly....so little credit is given sometimes to those who deserve it !

  • Need help with LabVIEW code for motor control.

    Hi,
    My name is Sasi. I am a BME grad student working on my thesis topic of evaluating spine implants for low back pain. For this I am building a test machine that would apply pure moments to a spine specimen. I am using LabVIEW 8.5 to implement control of a brushless AC servo motor. My requirement is,
    Step 1: Initialize the motor.
    Step 2: Start moving it at a uniform RPM to the right (This RPM value too user can enter).
    Step
    3: While doin Step 2; simultaneously read torque cell data (Using DAQ
    asst.). DAQ o/p is from 0 V to 10 V; 0 V being -10 Nm n
                10 V being  +10 Nm
    Step 4: When Torque value reaches +10 Nm, i.e 10 V, the motor stops.
    Step
    5: From the position where motor stopped (i.e no need to reset to
    initial position) Start moving in the opposite direction at the same
                uniform RPM as in Step 2 while reading torque cell data.
    Step 6: Once again when torque reaches -10 Nm, i.e. 0 V, the motor should stop.
    Step 7: Repeat 'Step 2' to 'Step 6' 3 times.
    Step 8: Reset motor postion.
    Till now I have managed to get the motor to move forward n backward @ a desired vel, accl, n deceleration for 3 cycles. I am attaching my code. I am having problem inserting the code for reading DAQmx amidst all this. Can anyone help me out.
    Thnks,
    Sasi.
    Solved!
    Go to Solution.
    Attachments:
    Test_012609.vi ‏35 KB

    Hi Sasidhar,
    I took a look at your problem and I think I have a workable solution for you.  I definitely agree with Lynn's suggestion of using parallel loops.  This will allow the DAQmx portion to run uninhibited by the motion portion, and vice versa.  Plus, you only need to iterate the motion loop whenever the voltage level crosses a threshold.  So, by iterating on the motion code in the same loop that you are iterating on DAQmx code, you are essentially wasting processor.
    I created a VI that should do what you are wanting.  I tested it out myself and it works great.  You might have a tweak a few things to apply to your system (like motion board ID and DAQmx physical channel, etc.).  I used two parallel loops and event-based programming.  Basically the motion loop starts the motor spinning at the specified velocity.  Once the motor is spinning, it waits for the DAQmx loop to tell it that the voltage value has crossed the threshold.  When the voltage value exceeds the maximum threshold (which I set to a value slightly less than 10 to allow for jitter and saturation), the DAQmx loop signals the motion loop that it can finish its iteration.  The motion loop stops the motion, reverses the direction, and starts the motion again.  Once motion has started, it again waits for the DAQmx loop to tell it that a threshold has occurred, but this time, it is looking for a minimum threshold.  I used "Occurrences" to implement the event-based programming in LabVIEW.
    I have commented the code rather thouroughly, so hopefully the comments will answer any remaining questions.  The benefit of using event-based programming for this is that you save processor time, and your motion is more closely synchonized with the DAQmx.  Instead of iterating the motion loop as fast as you can, checking for updates each time, you just pause it, and wait for the other loop to tell you when to start up again.  In the mean time, the processor doesn't have to worry about iterating that loop over and over again.  Also, when the occurrence does occur, you catch it immediately, instead of having to wait until the next iteration.  Thus, you are more closely synchronized with the DAQmx portion of the code.
    I hope this will help you.  Please post back if you have any questions about the code or its implementation.  Good Luck!
    Message Edited by Wes P on 02-03-2009 05:18 PM
    Wes P
    Certified LabVIEW Developer
    Attachments:
    Motion and DAQ.vi ‏59 KB
    DAQmx Loop.png ‏24 KB
    Motion Loop.png ‏17 KB

  • Need someone on PC to open and save Pro 1.5 project file in CS3

    I am trying to salvage one of my old project files from when i worked on a PC. i can't do this because CS3 for Mac won't import old PC project files.
    If anyone would be so kind as to accept my small project file and save it in Premiere Pro CS3 on their PC i would be much obliged.
    -Dave

    theaveragedave,
    On the Mac, the Project file will *usually* appear without any file extension. Instead there will be one, or more, "helper/locator" files. These will usually be the filename, but with "._" (or similar) prepended to it. These are of no use to a PC.
    All that I did was Copy the Project files to a new folder, and in it, added the ".prproj" extension. All opened fine. (Actually, since this was a pre-Pro version, I think that I added ".proj," but you would use ".prproj.")
    If I were going to "convert" the Project, I'd gather up all Assets, keeping the folder structure exactly the same. Gather up the Project files (renaming, as is necessary), and furnish all of this to the person doing the conversion. This *should* keep your Asset Links working*. The other option would be to just convert the Project file, but then you will have to manually re-Link every Asset. If one gets lucky, and the Assets are stored in one folder, PP *might* be able to have you locate the first missing Asset, and then automatically locate the rest. I hesitate on this last comment, because you will have converted the Project, so things do not always work 100% the way they would otherwise. I had to do a lot of re-Linking, but I was jumping several versions and from Mac to PC. Still, once the Assets were re-Linked, all has worked perfectly.
    Good luck finding a PC operator with CS3. Should not be that hard. Wish I could help you more, but CS2 won't cut it, for what you need to do.
    Hunt
    * Keeping the drive letter the same will be a big step to keeping your links. Let's say that you are working on your D:\ drive (sure that Mac would call it something else), and you copy over to an external. I'd have the PC operator copy the Assets (with folder structure) to their D:\, just to keep the Links. Does this make sense?
    PS one little consideration is Mac's not using NTSF HDDs and the file size limitation of Fat-32 HDDs. However, you already have your Project and its Assets on a Mac, so this is probably moot.

  • Need help with Labview code for DAQmx

    I'm currently trying to write Labview code for some thesis research and am having problems.  I'm using the cDAQ 9172 with strain gage modules and two voltage input modules.  I'll be reading/recording a voltage from an external source on one channel, while recording strains and accelerations with the other channels.  I need to do all this simultaneously.
    Everything I've done to this point has been in SignalExpress so I'm not sure how to program any of this.  I also need to be able to calibrate the strain gages prior to each set of recordings.  Any help you guys could offer would be greatly appreciated.  Thanks.

    Hi,
    I'm not sure how much this will help you, but I've attached a screen dump of code from a project I did that sounds pretty similar to what you're working on. The code is from a subVI that I used to create the daqMX measurement task for my data acquisition. I was also using a 9172. This was written in 8.5, but the only thing that you may not have access to is the functions for null offset and shunt cal of the strain gage channels. Hopefully this will at least get you started on your way to setting this up.
    Andrew Carollo
    Attachments:
    create task.jpg ‏208 KB

  • Need help with Replace Metadata then multiple Save script

    I am attempting to create a javascript to run on a folder of PSDs. I need it to:
    1. Replace image Metadata with an existing Metadata Template called "UsageTerms".
    2. Play an existing Action "Prep_PrintRes". (The action sharpens and converts to 8-bit)
    3. Append "_PrintRes" to the filename. (ie OriginalPSDName_PrintRes.jpg)
    4. Save the file as a 12 Quality JPEG to specific folder on my hard drive, "D:/Transfer".
    5. Play an existing Action "Prep_Magazine" (The action resizes, sharpens, and converts to CMYK)
    6. Append "_Magazine" to the filename. (ie OriginalPSDName_Magazine.jpg)
    7. Save the file as a 10 Quality JPEG WITH NO EMBEDDED PROFILE to "D:/Transfer".
    8. Play an existing Action "Prep_Screen". (The action sizes, sharpens, and converts to sRGB)
    9. Append "_ScreenRes" to the filename (ie OriginalPSDName_ScreenRes.jpg)
    10. Save the file as an 8 Quality JPEG to "D:/Transfer"
    If anyone is available to help me get started with this I would greatly appreciate it. I can do a minimal amount of Visual Basic but Javascript is alien to me. Thanks so much!

    Try the following as the custom calculate script:
    // Sum the field values, as numbers
    var sum = +getField("LaborCost").value;
    sum += +getField("MaterialCost").value;
    sum += +getField("EquipmentCost").value;
    // Set this field value
    event.value = sum > 0 ? sum : 0;
    For the other one, change the last line to:
    event.value = sum < 0 ? sum : 0;

  • I think my indesign file is damaged - i just need someone to open it and re-save it as a PDF - A NEW

    Im applying for a new job and I was very close to completing one of the design test with cs6 - all of a sudden i wake up and I cant open the the pdf file i saved.. its sayin "file error"..I was using the 30 day trial and now its expired and now i cant open the file. If ANYONE has this verison and can help me out by opening the file and saving it to a PDF - i will be ever so greatful. I could paypal you some cash or give you a painting (http://artandlyfe.com) - I just really want and need this new design gig and this last project will make or break it. Thank you whoever reads and relpies - [email protected]
    Isaiah

    Were you using Acrobat to try to read the pdf file? Maybe that pdf file was actually OK but merely in a pdf version too recent for the version of Acrobat you used. For example Acrobat Pro v5  reports  "The file is damaged and could not be repaired "when I try to open v1.5 pdf's that give no issues with higher versions of Acrobat,  or various other 3rd party apps.

  • Need someone with Apple knowledge!!

    Just been to the Apple Store in Stratford, London to get my iphone 5 replaced as the sleep wake button stopped responding. I was in and out and i was done. The member of staff who served me seemed very rushed and i didn't have his full attention so when we were going through the process it was a bit more unpleasant than usual.
    My concern is, when he asked me to erase my phone, i by mistake erased all my settings, rather than erasing all my content and data and due to his rushed manor i didn't get a chance to double check, then my old phone was in a box and under the counter.
    I didn't realise this had happened till i was on my way home, can anyone tell me that my phones content will be erased? as i dont particulirly want some apple repair guys prank calling all mny contacts, if anyone could reasure me with this, that would be great and put my mind at rest.
    I did try and erasing it through find my iphone app but of course the sim card needed to be in the phone for it to connect to the internet.
    Thanks, any help would be very much appreciated!
    Sam D

    ... as i dont particulirly want some apple repair guys prank calling all mny contacts, if anyone could reasure me with this, that would be great and put my mind at rest.
    If you enabled "Find my iPhone" in Settings, go to iCloud.com on a computer and you can erase it remotely.
    Other than that, you will have to rely upon the Apple employees to have something better to do with their time than to use a customer's phone to make prank calls to the Vatican. It may have been fun for Steve Wozniak to do that, but today such a stunt will just get an Apple employee fired from his highly coveted job.
    Your iPhone will be sent to a factory where it will either be completely erased as part of its refurbishment process, or destroyed and properly disposed of.

  • Need help with simple Quicktime 8 Batch Save As Mov script

    I'm new with AppleScript and would like to create a simple script that will take MEPG, AVI, and other video files and wrap them as an MOV file. I thought I used to have a script that would allow me to drop multiple files or folders onto it and it would batch "save as" to the MOV container. Any help is appreciated!
    Thanks,
    Eric

    Hi,
    See these:
    http://stackoverflow.com/questions/11690142/how-to-call-a-vbscript-from-a-batch-file-without-opening-an-additional-command-p
    http://stackoverflow.com/questions/11899730/running-vbscript-from-batch-file
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • Need someone with 2680S to help me set Bluetooth o...

    So the 7 month old 'pup' grabbed the phone off the desk and bit the screen so it now displays a black splotch only. Phone works fine otherwise, and I bought a new 2220.
    BUT, my contacts were not saved to the sim.
    I have OVI running and trying to connect bluetooth to get my contacts back, but I have to set the 2680s to have bluetooth on.
    Is anyone willing to talk to me on Skype and talk me through the keystrokes to turn on bluetooth and transfer contacts??
    I am the same user id on Skype: boblepp
    Thanks!
    Bob (Canada)

    I have a very similar network set as you describe.
    N devices go to 5 GHZ N router a TC connected by ethernet and N+B/G devices go to the secondary "bridged" router an Extreme connected by ethernet. I also have one more Extreme set also in bridge mode and connected by ethernet. the first two routers are also set to create their own wireless network. You set all this configuration using Airport Utility. I have a HP usb Bonjour shared laserjet connected to the first Extreme. ATV by ethernet to the TC. Xbox360 connected to the first Extreme wirelessly. I've since departed both my Express routers, did not need anymore but I used to have them set in bridge mode and create their own wireless network. Just point each computer device depending upon their speed of wireless card to which ever network you created, keeping the N separate from the B/G.

  • Need someone with experience using Google fonts!

    Doing my first site using Google fonts... love it! BUT I have a problem! Since I'm using a condensed Google font, when I'm in "split" view in Dreamweaver... Dreamweaver doesn't actually show the font - have to view it on server since it has to locate the Google font. So what is happening, it the font is showing up wider while I'm working in Dreamweaver and causing divs to be shifted around. Not a problem because it will display fine on the server BUT the shifting of divs is overlapping the area I need to work in! Kindof hard to explain. So here is a screenshot. The word "membership" in the top left nav is pushing the sidebar to the right, exactly where I need to try add/change content. Again, I KNOW it will LOOK fine once on the server when the fonts are rendered using the more condensed Google font. But will make working on these pages very difficult. Anyone run into this problem????

    Dreamweaver help (F1)  search for 'Design Time Stylesheets'.  Choose a comparable condensed font from your system's font library.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Need Someone with a V210, Imaging problem

    We've acquired a new V210, and I'm trying to get it going. IT has no CDROM, so My plan was to build a Bootable Disk (ufsdump + Restore ), and do the installboot for the V210 Platform, the put the Disk in the V210. BTW, I'm using an E450 to build the Disk.
    Solaris Version is 9 ( the latest one, just downloaded it ).
    The thing boots, but it can't find its boot device to fsck it. Of course, that means it never gets far enough to reconfigure its devices (with boot -r or touch /reconfigure ) No new devices means no keyboard....
    I'm 99.9% sure this is fixable by slapping a tar of /devices and /dev in from a running V210, then moving the Disk and booting again. I've done this to the e450, and it worked (even moving a Solaris 9 tar onto a Solaris 8 partition).
    But I don't have this Tar File:
    Can anyone with a V210 (preferably 36 GB drive(s) ) please run this tar and send me the files (they will be Ultra-Small, they'res no real files int hem):
    tar -cvf /tmp/devices.tar /devices
    tar -cvf /tmp/dev.tar /dev
    Please and Thank you !
    Eric Aksomitis
    mailto:[email protected]

    If your E450 has a CDROM you could "mini JumpStart" from it using InfoDoc 27794: http://sunsolve.Sun.COM/pub-cgi/retrieve.pl?doc=finfodoc%2F27794&zone_32=27794 and using the first procedure.

  • I need help with a NOKIA 7370!!!

    Hello! Please help with this problem. The display is crashed and I need to forward a message that i have recieved on my phone. can someone plese guide me step by step to do this. someting like go to the menu....message......to the message you want to forward...and how many spaces do i go down to select the option forward message ...and type the number i want to send it to?
    I need someone with the same phone to guide me through the keystrokes .
    Thank you!

    Yes, I belive you have good reasons to ask me this question
    The fact is that I just got the phone and he SIM card that it is inside.And nobody know the number  I never used it. And I sent a message on it with some information I really need to know hat it is written down somewhere. Unfortunately the phone is broken and can`t see it anymore.It is the only message I have.
    Well anyway if there is anyone who can help me please do! I know it will take some time to guide me step by step but it would really help me!
    Thank you!

  • How can I Save and Load the Configurat​ion File of a VNA HP8510C with LabView

    Hello, I'm working with a HP8510C. In order to simplfy the use, I try to save and to load the configuration file. Actually, such files are saved in the HP8510C, but there is only 4 places to save. It will be more interresting when I can storage this file in the computer with Labview. I don't have found anything about in the Documentation.
    Has someone already deal with such a question?
    Géraud DEVOS
    IWE Karlsruhe

    geraudIWE a écrit:
    Hello, I'm working with a HP8510C. In order to simplfy the use, I try to save and to load the configuration file. Actually, such files are saved in the HP8510C, but there is only 4 places to save. It will be more interresting when I can storage this file in the computer with Labview. I don't have found anything about in the Documentation.
    Has someone already deal with such a question?
    Géraud DEVOS
    IWE Karlsruhe
    Hello GerauIWE,
    Have you try to use the Hewlett-Packard 8510C Instrument Driver?
    You can download it on :
    http://sine.ni.com/apps/we/niid_web_display.drv_re​sults?p_app_area=&p_man=hewlettPackard&p_keywords=​8510c&p_inst_type=&p_env=845&p_drv_type=&p_int=
    Best Regards,
    Sanaa T
    National Instruments France
    Sanaa T.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> http://www.nidays.fr/images/081110_ban_nidays09_468X60.gif

  • Can someone please tell me how to save a snapsnot taken with Adobe Reader X?

    Could someone please tell me how to save a snapshot taken with Adobe Reader X ?

    After taking the snapshot, you need to open a new document in an application that allows you to paste images.

Maybe you are looking for