Jump to content

Lodestar

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Interests
    LabVIEW,Matlab,C/C++

LabVIEW Information

  • Version
    LabVIEW 8.6
  • Since
    2009

Lodestar's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Your VIs here need some other necessary parts, but you don't give. We can't open these VIs successfully. mcniko311, You should know the maximal sampling rate of your system and what is the number of FIFO' s bytes. you need make sure that an overflow doesn't happen. Lodestar
  2. You have hardwares, and you have LabVIEW. That means you can do anything.
  3. Hi Ton, To directly use a user-defined function in the command window of LabVIEW mathscript, for example Add(x,y), someone should make sure he has configured the path of the default folder in which there is your function, namely the .m file with the same name . The reason I can't use my .m file is that after setting the path of .m file searching folder I don't restart Labview. This is because the setting become effect, we have to restart LabVIEW. My solution. Thanks confidence
  4. Hi, everybody. I wanna call a .m-file in labview mathscript window. the m-file likes this: %m-file function result=add(a,b) result=a+b; %end when I input "add(1,3)" in command window, but the command window shows "Unknown symbol on line 1: add". How to call a m file which includes the function made by myself? ps: don't use mathscript node, and don't copy the content of the function and paste it into command window. thanks for your help
  5. It maybe need you to install necessary module .
  6. Ton, Thank you very much. I can change LV program to C/C++ code using microprosser SDK now. The variation reason is that I need to write a special instruction with C/C++ code.
  7. Hi, how to change VI to C/C++ code? thanks
  8. QUOTE (Chris90 @ May 21 2009, 10:28 PM) I think you are actually jackeroo. you need to learn the knowledge of serial communication. If you weren't femiliar with it, you can't understand somebody's suggestion. you need to configure baud rate, buffer size and so on, and have to clearly know what's the command the microcontroller response. Jimmy
  9. QUOTE (ccie @ Apr 14 2009, 11:56 PM) you may be not understand what i said clearly, now i have changed your program here.
  10. QUOTE (khokhar @ Apr 13 2009, 03:28 PM) it's easy if you only want to call external software in the labview and save the data by itself. you can use Calling System Exec VI.
  11. QUOTE (ccie @ Apr 12 2009, 06:52 PM) when you remove the rectifer output, no byte is to be read! your waveform couldn't be refurbished, so it's still display as before.
×
×
  • Create New...

Important Information

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