Using Signal Express VI for DAQmx, timing & file size issues

I am using a Signal Express VI with my DAQmx. Long story short, my DAQmx VI's don't work in LV 8.6 (possibly IT installation error). I have a few issues (I'm a beginner so be easy).
First, I'm confused on how to get the timing correct. I am trying to read a 100 samples (2 channels) average them and repeat this at 30Hz and record this data.
Second, everytime I open the Signal Express VI (in my block diagram) and change sampling for example, click OK, then save my VI before running my program. I noticed the file on disk increased in size by the megabytes! All I changed were the sampling settings.
I appreciate any input, thanks in advance!
-Michal
Attachments:
Philtec_09-22-09.vi ‏2589 KB

To your first concern, it sounds like DAQmx was installed before LabVIEW.  Just reinstall DAQmx and it will work fine in LabVIEW.
For you second concern.  To get 100 Samples at 30 Hz, you will need to change your channel setup in signal express.  You will need Continuous Aquisition, with 100 Samples to Read at 3000 Hz.  Then you code should work as expected.
Chris Bakker
National Instruments
Applications Engineer
Check out LabVIEW 2009 and the New X-series DAQ!

Similar Messages

  • Can I use Signal Express for multiple customers for only the one time $699?

    How do I go about distributing Signal Expresss applications to multiple customers?

    Hi Nutter,
    Unlike LabVIEW, Signal Express doesn’t have any file distribution capabilities.  If your application uses only basic features, you could install the free LE version of Signal Express on as many computers as necessary.  If you need the full capabilities of Signal Express, however, you would need to purchase a license for each customer.
    An alternative to paying for Signal Express for each customer deployment would be to generate LabVIEW code from the Signal Express project and create an executable.  This process is described in the Knowledge Base articles Generate LabVIEW VIs from Signal Express and Deploying VIs generated in Signal Express.  Note that this method requires that you have LabVIEW installed on your development computer with Application Builder capabilities.
    Regards,
    Message Edited by Luke G on 05-02-2007 12:23 PM
    Luke
    Applications Engineer
    National Instruments

  • Can I use Oracle Express Edition for Educational purposes?

    Dears,
    I have an Information Technology school and I'm wondering if I can use Oracle Express Edition for Educational purposes. Do I need any special licenses for this?
    I noticed the following statement on Oracle 11g Express download (Oracle Database Express Edition 11g Release 2) but would like to confirm if I have any restrictions about that.
    "Oracle Database XE is a great starter database for:
    Educational institutions and students who need a free database for their curriculum
    Thanks
    Martins

    Hi Darsh,
    I can't say that this was a good answer, but I addressed a similar question in this forum posting:  https://forums.oracle.com/thread/2600958
    Joel

  • Can i still use Fast Web View for PDF/A files?

    Can i still use Fast Web View for PDF/A files?
    In other words, just becasue I am using PDF/A, can I still select the page i need in a long document and see it before the entire file has loaded?

    macjack has a very valid point, so you might want to consider a second drive for files.
    To partition, you need to boot into the Recovery Volume (command - R) on restart. Select Disk Utility.
    Step 1 - select the hard drive.
    Step 2 - select the Partition tab.
    Step 3 - select the current partition and then use the lower right corner to push up and resize the partition.
    Step 4 - click the plus sign to add a partition. Then select the new partition.
    Step 5 - Name the new partition and select the format. The one shown in the screen shot is generally recomended.
    Step 6 - Hit apply.
    This procedure can be reversed at a later date if you find your Time Machine backup needs more space.

  • Generating PWM signal using Signal Express

    Hi,
       Would anyone help in generating PWM signal usinf Signal Express 2.5.1.   I am using a cDAQmx and connected NI 9472 to the slot number 6 to output the PWM signal. Also I have connected a NI 9421 to the slot number 5 to acquire the PWM signal, so that I could verify the signal.
       So would you please let me know how could I generate a PWM signal using Signal Express without any LabVIEW Programming. Please help me out.

    HI Aamruth,
    I atached a project, where you can see how to do it. I hope this helps.
    Regards, Mona 
    Attachments:
    PWM.seproj ‏29 KB

  • I have on airport express that is 5  years old, I now have a new wireless router.  I want to  use the express just for air waving iTunes.  How do I set it up?

    I have on airport express that is 5  years old, I now have a new wireless router.  I want to  use the express just for air waving iTunes.  How do I set it up?

    Hello 84wvu,
    It sounds like you want to setup your Airport Express to Airplay music from iTunes.  I found an article with steps to help you get this setup:
    Connecting to an existing Wi-Fi network, exclusively for iTunes music
    AirPort Express used exclusively for AirPlay by setting it up in Client Mode.
    Choose this configuration if the computer containing your iTunes library may be out of direct range of the AirPort Express, but is within range of the Wi-Fi network.
    How to Set It Up
    Connect your AirPort Express to your home stereo or powered speakers.
    From your computer, join the wireless network. Use the AirPort status menu in the menu bar on a Mac. On a Windows-based computer, hold the pointer over the wireless connection icon until you see your AirPort network name (SSID), and choose it from the list if there are multiple networks available. Enter the network password, if necessary.
    Open iTunes on your computer and choose the AirPort Express(es) you wish to stream music through from the speakers pop-up menu in the lower-right corner of the iTunes window.
    I also recommend reviewing the sections titled "Some things you should know about AirPort Express with AirPlay" and "Things to consider before you begin" in the full article:
    Wi-Fi base stations: How to set up and configure AirPort Express for AirPlay and iTunes
    http://support.apple.com/kb/ht4587
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • Hi All, Can I access Adobe reader internal variables in my pdf? for example location, file size, creator etc.

    Hi All, Can I access Adobe reader internal variables in my pdf? for example location, file size, creator etc. I want to create a hyperlink in my pdf $Location/another.pdf?

    Thanks Gilad.
    let me rephrase my requirement. I have a group of pdf files where one pdf has hyperlinks to the other pdfs
    parent.pdf
    -- child1.pdf
    -- child2.pdf
    when I click on the child hyperlink I want the child.pdf to be displayed in another window/reader
    If I have the hyperlink as file:./child1.pdf it does not work. It needs a complete path.
    So when I create this file in MSWord first, Can I artificially create a placeholder for the directory and append the child.pdf?
    suppose the properties say Location = /tmp/pdfs/
    can I have in the hyperlink something like file:/$Location/child.pdf and when reader is used it substitutes the url
    so I get file:/tmp/pdfs/child.pdf
    Hope I explained this.
    thanks
    -Francis
    OK, let me have a very simple requirement. Can I create a pdf and when I open it
    there is one line that says - This File is in xxx directory.
    where xxx is the directory name where the file is. If I have the file in /tmp then it should say This file is in /tmp directory
    and if I copy it to /other then open it, it should say This file is in /other directory.

  • What are the limitations regarding use of video in an iBook: length, file size, etc?

    What are the limitations regarding use of video in an iBook: length, file size, etc?

    Total book size is 2.0GB max. Length would be relative to size based on quality.
    See:
    - Optimizing performance in your iBooks Author books
    - iBooks Author: Add video to your iBook

  • File Size Issues In DVDSP 4.1.2

    Hello, everyone. I have a movie file whose video is 3.53 Gigs, and whose audio is 836.7 megs - roughly 4.37Gigs, well under the standard 4.7 Gig dvd I have to save the file on. However, DVDSP is saying the file is 5.0 Gigs in size. What's going on? I thought DVDSP rounded up or something, so I went ahead and exported the audio clip to a 75 meg size, which should put the overall file size now at just over 4 Gigs - DEFINITELY enough to fit in the 4.7 blank DVD I have. However (and again) DVDSP is still saying the size of the project is 5.0 Gigs.
    I'm not sure what's going on, and would definitely appreciate any help or suggestions from anyone.
    Thank you very much in advance,
    Javier Calderon

    Thanks for the rsponse, Shawn. It was Compressor originally that I used actually. I didn't use that particular codec, however, so thank you for suggesting that one. I ended up using another codec that did bring the file size way down - which is good - but this version is only for test purposes, and the time will arrive soon when I will have to export the movie in the best quality that I can have it. I will try the codec you just suggested right now and see what happens.
    Thank you again,
    Javier

  • Recording File Size issue CS 5.5

    I am using CS 5.5, a Balckmagic Ultra Studio Pro through USB 3.0 being fed by a Roland HD Video switcher. Everything is set for 720P 60fps (59.94) and the Black Magic is using the Motion JPEG compression. I am trying to record our sermons live onto a Windows 7 machine with an Nvidia Ge-Force GTX 570, 16 GB of Ram and a 3TB internal raid array (3 drives). It usually works great but more often now when I push the stop button in the capture window, the video is not proceesed and becomes unusable. Is it a file size issue or what. I get nervous when my recording goes longer than 50 Minutes. Help

    Jim thank you for the response. I have been away and busy but getting
    caught up now.
    I do have all drives formatted as NTFS. My problem is so sporadic that I
    can not get a pattern down. This last Sunday recorded fine so we will see
    how long it last. Thanks again.

  • Windows Update Helps with File Size Issues?

    I'm just wondering if anybody has recently noticed an
    improvement related to the file size issue variously reported
    throughout the forums?
    I ask because our IT folks distributed a Windows update on 2
    days last week and since the application of those updates I have
    not experienced the freakishly large file sizes and the related
    performance issues in Captivate. Unfortunately I don't have any of
    the details of what patch(es) were installed, as it was part of our
    boot script one morning and I didn't even realize it was updating
    until I received the Reboot Now or Later alert.
    Anyway, I was curious because I have experienced significant
    performance improvement since then.
    Rory

    If you are using a remote workflow ... designers are sending off-site editors InCopy Assignment packages (ICAPs) .... then they need to create assignments in order to package them for the remote InCopy user. So there's no need to split up a layout into smaller files or anything.  An assignment is a subset of the INDD file; multiple assignments -- each encompassing different pages or sections -- are created from the same INDD file.
    When the designer creates the assignment, have them turn off "Include original images in packages"; that should keep the file size down.
    Or -- like Bob said -- you can avoid the whole remote workflow/assignment package rigamarole all together by just keeping the file in a project folder in the Dropbox folder on teh designer's local hard drive, and have them share the project folder with the editors. In that workflow, editors open the INDD file on their local computer and check out stories, just as though they were opening them from a networked file server.
    I cover how the InCopy Dropbox workflow works in a tutorial video (within the Remote Workflows chapter) on Lynda.com here:
    http://www.lynda.com/tutorial/62220
    AM

  • Using signal express with NI9227 timing settings

    I have Signal Express LE and using modual NI 9227, I am trying to measure input current draw AAC. What should my timing setting be for "Acquisition Mode," "Samples to Read", and "Rate (Hz)" be if I want to read every .5 seconds and every 1 seconds? Can someone explain to me what the Time Settings mentioned above mean.  I am a Lab Technician learning as I go. My EE's are very busy and want me to do as much as I can on my own, please help.
    Thanks
    DustDevil

    DustDevil,
    First, welcome to our forums!
    Second, we have a great KnowledgeBase article here that talks about the various timing settings you have available and what they each will mean for the timing of your measurements.  In that article, "number of samples per channel" corresponds to the "samples to read" you have available in SignalExpress.
    Also, the 9227 is one of our modules that uses Delta-Sigma modulation to get a higher resolution, which has some caveats as far as sampling rate is concerned.  There is a minimum data rate (about 1600 samples per second) that you cannot sample below.  If you set a rate lower than 1600 you'll still be getting data back at 1600 S/s.  This help file describes the "Subset and Resample" step you can use in SignalExpress so you can acquire data at the minimum rate of the device and then resample the result to end up with data at the "rate" you actually want.
    Give those a look and re-post if you have any follow-up questions or need clarification.
    Best,
    National Instruments

  • Why can't I use Signal Express as a Front End to my LV application?

    Why not make an API for Signal Express so I can use its
    functionality as a front-end to my LV
    applications.
    It is very powerful and user friendly so why have LV developers recreate
    the wheel? Give an interface to access a SE project via LV
    to get data and pass results into LV
    so we can then use its power to make quicker more user friendly applications.
    SE could run in the background as the analyzer and the LV application call SE to get the portions of
    the data it needs.
    Even an automatic VI compiler on SAVE would be a start so a user
    could edit a project in SE close it and it would compile the VI which the LV program calls.
    LabVIEW developers typically do not have 6-18months to
    design and perfect a powerful user friendly interface and are stuck using MAX
    and its inadequacies which is much less impressive.

    Arron,
    I agree that it would be a good idea to include this functionality and have filed a product suggestion.  To file a suggestion, you can go to www.ni.com/contact and click on the link in the lower left hand corner for product feedback.  Thanks for letting us know!
    Regards,
    Craig D
    Applications Engineer
    National Instruments

  • GPO Disk space to use (8-1024 MB) for Temporary Internet Files and History Settings

    I am trying to create a GPO that will allow me to specify 1024 (MB) for Disk space to use to go to IE, the General Tab, Settings,
    In the box below there is a box fo Disk space to use.  There is a GPO for this under...
    User configuration, windows settings, Internet Explorer Maintenance, (use preferred mode) Corporate Settings, Temporary Internet Files, (I select for the settings) Every visit to the page
    Set amount of disk space to use (in MB)
    It maxes out at 256 MB  - I tried to manually adjust this but it does not work....
    I tried to adjust some equivalent registry entries for under content, cachelimit (decimal) 102400 but it did not work.
    Any ideas how to adjust it so that it will allow to use 1024 MB?  I tried just about everything....

    Hi,
    Sorry for the late response.
    Before going further, what’s the operating systems of our server and client?
    As far as I know, we have to use customized .adm or .admx file to reset the maximum size of IE cache size.
    If our server is Window Server 2003 and client is Windows XP, we can refer to the following thread for the customized .adm file.
    GPO for IE Disk Space Cache
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/a0138089-2073-4890-96cf-b492aa151dec/gpo-for-ie-disk-space-cache?forum=winserverGP
    If our server is Windows server 2008 or above, the following article can be referred to for more information.
    Creating a Custom Base ADMX File
    http://technet.microsoft.com/en-us/library/cc770905(v=ws.10).aspx
    In addition, we can try asking in the following forum to see whether they can help.
    XML, System.Xml, MSXML and XmlLite
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=xmlandnetfx&filter=alltypes&sort=lastpostdesc
    Best regards,
    Frank Shen

  • Use of Expression Web for web development in MII 12.0

    Hi ,
      I have been developing on MII 12.0 using Frontpage 2003. I have a new Vista system and it doesnot support Frontpage. I am using Expression Web for development of web pages. I would like to know whether i can use the xMII Productivity Wizards along with Expression Web.
    Thanks,
    Amit

    If the built-in plug-in for FrontPage doesn't work, then the standalone versions should still work.

Maybe you are looking for

  • Has the behavior of 'run script' changed in Snow Leopard?

    These work fine: tell application "Safari" return URL of front document end tell tell application "Safari" set longURL to URL of front document return longURL end tell This does not: set getFrontmostURLCommand to "URL of front document" tell applicat

  • How to construct a new complete view object programmatically

    HI, I want to construct a new complete view object programmatically. I have a result set based on the rows returned from this query i need to build the new vo and show it n a form. Please tell me the complete procedure to do this or else provide me a

  • Tag File with dynamic name

    I need to include a page with a name I do not know in advance. I can do this with <jsp:include page="${filename}"/>. Can I also do it somehow using tag files?

  • How to use Java2 SDK in WindowsXP?

    Help, I am using WindowsXP. Java2 SDK doen't seem to work. Help me please. Thanks..in advanced.

  • Flash player installed but . . .

    I've successfully installed Flash Player 11.8.800. But websites such as Xfinity videos and Google maps street view still tell me I need to install Flash Player. I'm running windows 7 pro. and use Internet Explorer.