Jump to content

CodE

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Interests
    LabVIEW GOOP

LabVIEW Information

  • Version
    LabVIEW 8.2
  • Since
    2007

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CodE's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Yes, so what I was talking about is just copying these files to the system32 folder. After that, you can have asequence to register these files, and then add registry values manually if needed. The method I was trying to explain was just to overcome the error faced while copying files to sys32 folder
  2. There is an alternate way of using zip file functions to extract files to the system32 folder. I used this method in my project some months before but it was with Win XP. You could also try that out.
  3. I am just adding to this old thread. I was trying to use the same type of architecture in my project, until I realized that LV is not allowing me to use notifier of Class datatype inside the Dynamic Dispatch VI. But as posted here, LabVIEW now supports recursion, so shouldn't this kind of architecture be allowed? By the way, I still didn't get a clear picture of why this type of architecture can't be allowed in LabVIEW.
  4. Hello all, I am a Certified LabVIEW Developer based in India. I have 2+ years of work experience in developing applications in LabVIEW with OOAD for modular architecture. About me: 1) Veteran in NI forums (Profile name changed due to privacy) 2) Object Oriented Design patterns for flexible design 3) Working for some clients in UK and US If anyone has any LabVIEW work you need to outsource, please PM me. Thanks! CodE
  5. Hello All, I would be appearing for the CLA examination in some days time. I have gone through the sample CLA exam posted on NI website. Can anyone give some tips/suggestions based on their experiences while giving their CLA? Thanks!
  6. Thanks for the links! Btw I did it by using simple datasocket functions yesterday. The only thing I need to get done now is creation of a left to right scrolling text at the bottom of my screen, where I would be feeding NEWS updates. The scrolling part could be done with normal string functions, but then the scrolling effect isnt smooth. Is there any other way to do this?
  7. Hi all, I am developing an application which would behave like a normal RSS feed reader. The VI would connect to the server specified and show the RSS feeds in a right to left scrolling pattern. Could anyone please help me?
  8. Isnt there any other way to send text messages? I fear that my client wont be allowing softwares like skype to be installed on their systems
  9. Hi All, I am in the process of developing a VI which would be able to send text messages to multiple mobile numbers if any error occurs in the main application. I tried to use Internet Connectivity toolkit's SMTP E-Mail VI, then created a filter in gmail, but still I cant get the SMS thing from LV to work. Is there any other way to do this? Thanks!
  10. Oh, I am the first to post here on the 'NEW' LAVA Hi all, I have COM prot selection utility done in which the Com port indicator output passes on to my program further. However, as seen in the attached file, I need to Notify user if a particular COM port is already open by using one button dialog box. In the case as shown in the screenshot, no data would be coming to the program input and also, no error would be getting popped up if the port is already in use. Could anyone please tell me how can I pop a message to the user if the port is already open without using any timeout logic? I am using VISA Configure Serial port to take the com port input from the following diagram
  11. is getting addicted to LabVIEW

×
×
  • Create New...

Important Information

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