How to share folders in remote pcs using labview

how to share folders remotely using labview?
If there is any connection problem, how to read the file continuosly till there is a signal and get the data?

You could just use Copy File.  It would be a lot simpler than reading the file and appending to your second file every second.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
Attachments:
Copy File.png ‏10 KB

Similar Messages

  • Spellman power supply SL40PN2000 remote control using Labview

    We have a SL40PN2000 Spellman power supply. We want to do remote programming using Labview program.
    We want to control the voltage output. 
    Many thanks for your help.

    You need to first determine the remote control interface. Is it GPIB, RS-232, Ethernet, USB, etc.? In the case of GPIB, you would need to purchase a GPIB controller.
    There is not an existing instrument driver but you can review the information here on what a driver is and how to devleop one.

  • Can I find the OS of a remote system using LabVIEW?

    I wish to be able to start an application on a remote system using
    LabVIEW. To do this, I need to know what the OS of the remote system is
    (Windows, Linux, etc). I can ask the user to provide this information
    for me, but is there any way I can get LabVIEW to automatically
    retrieve this information? I know I can use the application node with
    the OS sub-section to get this information for the local machine... is
    there any way I can remotely run this? Would VI server allow me to run
    this, if I turned it into a VI, on the remote system such that I could
    retrieve this information for the remote system? Or is there a neater
    solution I'm missing?
    Cheers,
    M.J.

    Heya... many thanks for the suggestion(s).
    The problem with my case is there's any number of users on the network
    that might be using this, and it could be running on a Windows or Linux
    box, depending on user circumstances, so trying to get a VI Starter
    type application put into the start-up of all machines just in case is
    a) overkill & b) more than I want to bite off So basically I
    need to have the VI running on the machine in order to use VI server is
    what I'm hearing & reading from the help, which essentially my idea
    of dynamically firing off labview & loading/running any VI on the
    remote system just ain't possible... hmmmn.
    Back to the drawing board then, it looks like...
    Cheers,
    M.J.

  • How to create and read text file using LabVIEW 7.1 PDA module?

    How to create and read text file using LabVIEW 7.1 PDA module? I can not create a text file and read it.
    I attach my code here.
    Attachments:
    File_IO.vi ‏82 KB

    Well my acquisition code runs perfect. The problem is reading it. I can't seem to read my data no matter what I do. My data gets saved as a string using the array to string vi but I've read that the string to array vi (which I need to convert back to array to read my data) does not work on the pda. I'm using version 8.0. So I was trying to modify the program posted in this discussion so that it would save data from my DAQ. I did that but I still can't read the data after its saved. I really don't know what else to do. All I need to do is read the data on the pda itself. I can't understand why I'm having such a hard time doing that. I found a possible solution on another discussion that talks about parsing the strings because of the bug in the "string to array" vi. However, that lead me to another problem because for some reason, the array indicators or graphs don't function on the pda. When i build the program to the pda or emulator, the array indicators are faded out on the front panel as if the function is not valid. Does this kind of help give a better picture of what I'm trying to do. Simply read data back. Thanks.

  • How to write the data into EEPROM using Labview?

    How to write the data into EEPROM using Labview?

    You would need some sort of EEPROM programmer. Typically might
    communicate with it via serial. I don't know how you would do this in
    LV. You would need to have the command protocol for the programming
    device to start with.
    Doug De Clue
    gpibssx wrote in message news:<[email protected]>...
    > How to write the data into EEPROM using Labview?

  • Does anyone know how to comunicate with a USB port using labview 6?

    Does anyone know how to comunicate with a USB port using labview 6?

    Unfortunately, there is no way to communicate directly with a USB port before LabVIEW 7.0 and VISA 3.0. With the new releases, there are functions called "VISA USB Control In" and "VISA USB Control Out" that give you direct access to a USB port.
    You can definitely communicate with DAQ, Serial, or GPIB devices that are connected through a USB port, though. This is done seamlessly through the NI-DAQ, NI-Serial, and NI-488.2 drivers.
    Luke S.

  • How can i design a smart antenna using labview?? plzz

    i have my final year project. I am student of Beng in Telecommunications. How can i design a smart antenna using switched beam algorithm on lab view??

    You can hardly use LabVIEW to design antenna, but definitely can use LabVIEW for Characterization, Optimization, and Test your antenna design.
    Hope you got the point here.
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • How to make a multimeter in multisim using LabVIEW

    Hello there, I want to make a multimeter in Multisim using LabVIEW. And I have read this article http://zone.ni.com/devzone/cda/tut/p/id/5635#toc3 before.
    And now I have these questions:
    1. How to measure a resistor? The Impedometer.llb in lvinstruments folder made me confusing.
    2.how to measure the current? I can measure the voltage but I dont know how to measure the current.
    3.What's the meaning of "instrument version" in every _multisimInformation.vi, whether I can modify it?

    Hello,
    A question for you: your multimeter will acquire real data (using a data acquisition board) ? or, is it just for simulation (like the Multimeter included in Multisim)?
    The Impedometer.llb is a library that contains all the files for the Impedance Meter instrument in Multisim. As stated in the template, the instrument version constant is an internal reference that must not be modified.
    Regards,
    Fernando D.
    National Instruments

  • How to create a dataplugin for DataFinder using LabVIEW

    We want to use LabVIEW to create a dataplugin that will be used by DataFinder (My DataFinder). We have found on the NI web site the LabVIEW DataPlugin SDK - , a SDK that allow us to create a dataplugin. The SDK is for LabVIEW 8.6.
    The dataplugin example code of the SDK work very well in the “For testing” section of the development project. We are also able to register it to use it through DataFinder. The dataplugin is available in the “Configure ...” window of DataFinder.The problem is that the dataplugin doesn’t work with DataFinder. We didn’t receive any kind of error message or code. We only get the value “eIndexedFailure” in the “Index status” property. After expectation, it seems those input parameters are different between a LV and a VBS dataplugin. And we think that can be the source of the problem. There is someone that can help us about that?
    We also want to use LabVIEW 2009. The SDK example work under 2009, but we get the same problem with DataFinder.
    Thanks
    Solved!
    Go to Solution.

    Dear Kelly R, you're right I can’t open the file in DIAdem. The RegisterLabVIEWDataPlugin.ini file is correct. But I’ve just tried to rebuild the project and then use the Installer instead of just using the Deploy. Now it works, even with my own code. Now I can open the file in DIAdem without problem. The installer uses the “NI LabVIEW Dataplugin 1.0” package. It seems that the SDK installer has never install this package.I thank you all for your help. 

  • How do I establish serial communicat​ion using LabView to two stepper motors using a motor controller​?

    I currently use an off the shelf motor controller to run my two stepper motors. It already has integrated a firmware software that sends commands to operate each motor. I would like to create an interface where I can send these commands using LabView. If someone can point me in the right direction I would appreciate it.

    Look at the examples for the serial VISA vi.  Something like Basic serial write and read.vi is a good starting point.
    Have you searched for a LabVIEW driver  at the NI LV driver network?   Asked the vendor?
    If you write your own driver with the serial VISA vis remember to open and configure the port only once at the beginning and close it at the end of your program. 
    Message Edited by Henrik Volkers on 07-13-2009 04:21 PM
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • How to control yaskawa varispeed F7 VFD using labview ??

    I want to control the frequency of VFD (Yaskawa varispeed F7) using labview.
     The vi should be like I can know the current freqency and able to change it.
    What are the possibilities???
    Please reply.....
    Thanks & regards
    Naren

    The yaskawa driver has the registers tables in Hexadecimal, i map them in decimal in labview with an offset of +1 so:
    to access register 2h -->        02h = 02d = 400003
                               17h-->       17h = 23d = 400023
    I read and write to this registers:
    To control (RUN-STOP-REVERSE)       01H = 400002
    To set freqency                                   02H = 400003
    To monitor (at_zero-run-reverse)            11H = 400017 addressed by bit 400017.1(at_zero);    400017.2(run);       400017.3(reverse)
    the registers i cannot read are              26H = d38   to read the frequency
                                                             27H = d39   to read the ouput current
                                                             28H = d40   to read the ouput power
    I have tried with all instructions (000026; 300026; 400026) even with the array option and i still cannot read them.

  • How to resolve same file extensions conflict using LabVIEW ?

    All,
    Let's say I have two files withe the same file extension. One of the files opens only with one particular program whereas another file opens only with another program.
    So I was wondering, by using LabVIEW , if there is a way to tell (programatically) to which program are each of these files assigned to.
    I am not quite sure if there is something that can be done by using WINAPI or .NET?
    Please help
    Thank you  

    The only way you are going to be able to do that is if there is something within the file itself that gives an indication what program might have saved it.
    For example, in the header for an .xls file, there is probably something that describes it as Microsoft Excel, perhaps even the version of Excel, that was put there when Excel saved it.  But if you have another program save the file, let's say notepad was used and the user picked .xls as the file extension, then there is nothing that will describe that Notepad saved it.
    But all of this is basically what ToeCutter was already telling you.
    If you need more help, then you will have to provide more information such as what types of files and what programs were used that got their file extensions mixed up.

  • How do I share folders to other people using iCloud Drive?

    I would like to replace DropBox. How do I share a link to folders in iCloud Drive to other people? Does it have this capability?

    I have been trying to find an answer for this too, as a dropbox user for many years I was hoping that iCloud drive could be a replacement, but it looks like it falls way way short in comparison to dropbox for sharing folders with family or work project folders with peer workers, as it basically does not have the scope to do it!!!
    iCloud drive looks to only be for personal usage.
    AND THATS A BAD APPLE !

  • How to get folders from your server using IMAP and push, 3G.

    After looking all over this forum looking for an answer, I found out on my own. here's how:
    Step 1: Login to your email server.
    - If you can, log into your email server via webmail. This ensures that you are in fact connected to your email server and your folders are being created. If your email server doesn't have webmail, then create the folders using whatever email app you have on your PC or Mac.
    Step 2: Creating the folders.
    - All the folders you want to have show up on your iphone must be created as sub-folders under your Inbox folder on the server. Here's what mine looks like for example.
    Mailbox
    -Inbox
    ++-Sent Messages
    ++-Deleted Messages
    ++-Friends
    ++-Work
    ++-Others
    -Drafts
    -Sent
    -Deleted
    -Junk Email
    *you may be wondering why I have 2 sent and Deleted folders. I have it set up so that the folders in the inbox are for the iphone, and the ones outside are from Outlook.
    Step 3: Getting the folders to show up on the iphone.
    - Once you set up your IMAP account on the iphone 3g, simply log into the account, wait for it to finish checking for emails, then tap the Inbox button. Give it a few seconds to load if it's loading something. After it finishes, back out by tapping the 'Mailboxes' in the top-left corner, and your folders should be there.

    So you'd use Java to send the WebDAV protocol. Since this is a Java forum, it would help if you provided the WebDAV part of the equation and we can help with the Java part. Okay? Let us know when you have the WebDAV information.

  • Cant share folders with windows pcs. and

    I am sometimes not able to view the other windows pcs over the network. Sometimes i can. But i am never able to share my files with others even after turning the file sharing option on and adding a folder to be shared.

    You can share any volume on your mac over samba wether it is usb disk, cd rom, hard drive etc without having to manually configure the samba config file if you use a great piece of shareware called sharepoints.
    The problem you have is the volume name of a CD changes each time you use a different CD. So afaik you would have to create a new sharepoint each time you mount a CD rom with a different name.

Maybe you are looking for