Jump to content

djolivet

Members
  • Posts

    69
  • Joined

  • Last visited

Posts posted by djolivet

  1. QUOTE (Viswanath @ Jul 31 2008, 06:12 AM)

    Hi djolivet,

    Thanks for your valuable clue. I did generate two signals with low frequencies and i have attched the VI with this post. I can not generate two channel outputs with different frequencies, for example in channel-1, frequency was 10000Hz and in channel-2, frequency was 10Hz and i started VI execution but it shows error indicating that frequency must be less than or equal to half of sampling rate. Please help me, my extream oprational requeriments are 10Hz to 100kHz of frequency.

    Thanks very much to all

    Viswanath

    Hi Viswanath

    your problem is with the 'Basic Function Generator.vi". You've got it set to a generation rate of 1000 sample/second and trying to have it generate a 10KHz signal. Clearly this wont work. Make sure you understand the function and you should be able to figure out your problem.

    Denis

  2. You cannot start two analog output tasks on the same board. You need to start one task that includes both channels. You then need to write to the task with one signal for each channel. The attached image in a non-funtional example of this. Also, make sure you understand the 'reset input' for the generation VI.

    Good luck

  3. QUOTE(cmay @ Feb 8 2008, 12:11 PM)

    Cool. I'd like to use this dialog with the system path control, but the simplest way I can think to do this is to make a custom Boolean control that looks like the "browse" button on the path control and tie that to a user event. Anyone know where I can get that icon to customize a control? Or better yet, has anyone already done this? I didn't find anything from the search.

    Here you go

  4. There seemed to be alot of interest in this so i thought I would share this code.

    I have not used it in a real project yet so user beware. If you come across any problems, or improvements, please post.

    Denis

    See here for download:

  5. Find attached a VI that takes a number, increments it, and then displays it. I find that when I perform this operation on the numbers 16,777,216 or 36,564,036 the result is incorrect. This seems to occur on various ranges around this number as well.

    I'd appreciate it if a few people would have a look at this VI to confirm that I'm not missing something obvious.

    Thanks

    Download File:post-1881-1145285924.vi

  6. Hi All,

    I am evaluating a pocket PC. One of the things I am trying to find out is if PDA supports shared variable. I couldn't find an answer in documentation or on ni.com, so I thought I would load up the software and give it a go.

    Once installed, I created a new target (PDA) with a shared variable, so far so good. But, when I try using the shared variable in a VI targeted for the PDA I get an error (see attached image).

    I'm not really sure what the error means. I was wondering if anyone has gone down this path yet and might be able to shed some light on the problem.

    Thanks for your help

    Denis

    post-1881-1144936048.png?width=400

  7. Hi All,

    Has anyone taken the time to create a VI that will convert a 2D array of something into a .mat data file? I have found a number of level 4 generating VIs, but all of these seem to be useful for only one set (variable) of data, and unfortunately I can't seem to find any documentation on how to store multiple data sets in one file. At least for a level 4 .mat file

    I have found documentation for level 5 .mat files that would allow multiple sets of data. So if anyone has taken the time to code this up, and doesn't mind sharing, I would like to see your code.

    Thanks for your help

    Denis

  8. Hi All,

    I have built an EXE with debugging enabled. I run the EXE, it opens up unstarted. Then in LV's project explorer I go to Operate>Debug Application...

    When I attempt to connect to me EXE I get an error message as shown in the included image.

    Anyone have any thoughts?

    How can there be an incompatibility with the debug protocol? All this is being done on the same PC.

    Any help is appreciated

    post-1881-1136313659.jpg?width=400

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.