to access the data of hyperteminal using labview

Hello Sir,

I'm a problem to access the data of hyperterminal directly through LabVIEW. Whenever I go to hyperterminal and the text capture option allows you to select data and save it in another file. My application requires automatic access of hyperterminal instead of manually do each and bread time. Is this possible? I enclose a VI that I tried. Please give me a suggestion about the present.

Do not use hyperterminal. Use the series of VISA. Look at the examples that come with LabVIEW.

Tags: NI Software

Similar Questions

  • How to acquire the data of hp34970a using labview

    Hello

    I'm new to LABVIEW. I saw an example of vi on agilent 34970 ez scan. Can I add or make changes to State example to run my vi? When I run the example of the instrument, it's stopping and takin juz one analysis. Wat shud I do to run it for a while? where shud I make the changes to the trigger and scanning?

    can someone help me?

    Yes, if you have no loop, the code runs only once. Have you looked at the example in the thread, I gave?

    You can take the tutorials.

  • How to access the data in the row (text of children) in a pragmatic control tree?

    In LabVIEW 2010, I entered the data in row a tree with pragmatism control using the Add item and providing the child text table and the child tag for the line. When a row in the tree control is selected, I can get the line label in the Value property of the tree. But how do I access the data in the child text table when the line is selected? I can't seem to find a tree control property or method which will return data back.

    What I'm trying to do is: once a line in a tree is selected and a button is pressed, if the line tag is valid, I want to transfer all the data in row in another tree the same formatting. For this I need the data for the tree line and the line that was selected. I don't find a way to get access to these data of the line when it was composed in the tree.

    Can someone tell me how to access pragmatically the child text or row data in a tree control from a selected line in the tree? I have the label of the line, but how do I access data?

    Thank you for your help.

    Looking through numerous examples, I found how to do this using the properties ActiveItemRow and ActiveColNum, but I can't find these documented properties anywhere using LabVIEW. Even research through aid could not do anything about them.

    Where these important parameters are documented?

    Why they do not appear in the help?

    Are there other ways to access the data in the row (child text) form a selected line in a tree control?

  • to access the data of the children with the static accessor of parent class

    I'm new to LVOOP. I'm trying to create accessors of data in the parent (static) class and use them in the child's class. I don't need them to be dynamic becase the accessors are identical for child and parent. Is it possible to access the data of a class without creating an accessor for each class?

    It is the dynamic method that I created that finally works. Once I found the VI "call Parent Method.vi' everything has worked.

    So now I created all my data as static accessors and my methods are dynamic (assuming that they do).

    Thanks for all the help.

  • How can I access the data associated with an event within the event handler function?

    Hello

    In my LabWindows code, I try to use a DLL that has been developed in .NET (c#).  I used the built-in labwindows Wizard that converts the DLL to a usable 'instrument'.  Almost everything seems to work, except that I have 1 problem.

    There is an event (defined in the DLL) that I am able to detect.  I know that the reminder of the event is called at the right time.  But the problem is that in this function, I can't access the data that is supposed to be attached to the event.  It worked fine in c#, but I don't know how to do in LabWindows.  Here's what looked like in c# event handler function:

    void AppLoaderEventCallback (CommonLib.CommandResult MyResults)

    {

    MyResults is used in the body of this function

    }

    But in LabWindows, I can't seem to access the MyResults data structure.  Here's what I do:

    public static int CVICALLBACK AppLoaderEventCallback (CommonLib_CommandResult MyResults)

    {

    I can't access MyResults here

    }

    Can you help me with this?  I'm doing something wrong?

    Thank you very much for your help.

    -Mike

    I think that your statement of callback function is perhaps not quite correct. Look using the parameter "callback function" function Panel of the generated __Create function associated with this event. This shows the declaration of the callback function - make sure that your callback function is declared in the same way.

  • The statement to Excel using LabView on Linux?

    Anyone has a suggestion how to declare the LabView test data to Excel, using LabView on Linux?

    I've only used LabView on Windows before, so it's new to me.

    BR labviewerik

    Do not use LabVIEW for linux.

    The first thought is to use a CSV format. This can be opened by Excel and is easily stored on a network or via e-mail as an attachment.

    The second option would be to store results in a database. Excel has the ability to bind to data bases to extract data.

    Finally, to see these proposals and vote for this idea

  • Plot the graph of origin using Labview

    Hellou,

    I try to plot the graph of origin using Labview. In Labview I connect and create the new model of origin for instance. Template file (.) OPJ) was created before. End of data in the worksheet then I plot the graph of origin. But I can't use OA_NewEmptyGraph.vi because it is to create a new chart. I'm trying to graph in graph model.

    In labview that I found for OA_FindWorksheet.vi sheets, it's journal to find, but a cant find, a few "OA_FindGraph.vi" is - it is or made elsewhere?

    Thank you

    Norbert

    Hi Norbert,.

    your question seems to be linked to LabVIEW, while you're wrong he posted in the forum of LabWindows/CVI.

  • Cannot access the data on Western Digital My Book Essential.

    Original title: Western Digital My Book Essential

    Cannot access data stored on My Book Essential 3 TB.  Desktop computer no longer recognizes.  Laptop sees it, but I can't access the data.  Cord replacement binding have at the least visible on laptop & office 'discover' for a long period of time.  An hour pending with Western Digital with no live person on the line.  Am now thinking the drive can't be fixed and Western Digital is not actually support.

    If I buy a replacement, how to make the data from the old to the new?  All suggestions will be useful.

    Moved from IE

    If you do not see the data, you can not transfer it. Keep trying with Western Digital.

  • To access the data from database to a remote computer

    Hi all

    Can someone tell me how to access data from a database, sitting on another computer? I use the Sqlite database. It works fine in my computer. But I don't know hoe to put the database in another computer (server) and access the data from there. In my program, it is essential to do this for a simultaneous use for different users. Someone please help.

    Kind regards

    Cindy.

    I found the solution... http://ConnectionStrings.com/

  • Multiple column trees: how to access the data in columns? There is a bug?

    Hello

    I have a strange problem. I use tree column multi like this:

    In this case, I have the tree column and two other custom columns.

    Now, how to access the data in the SECOND column?

    We can write all the data in a row thanks the EditElementTree:AddElement:ChildText, because it is an array of strings.

    However, when I want to read the data, I use ActiveCelltring, meaning that a SINGLE string and not a string table oO (so I only have the value of the first column and never others.

    So, I can do what I want? Is this a bug?

    Thank you very much

    R0b1n

    OK, I have the solution.

    We play with the ActiveColumnNumber attribute, to read the values of different...

    I left the message, it may be useful for later someboby

    R0b1n

  • Access the data on the hard drive

    My hard drive on my laptop failed.  I replaced and reinstalled windows vista, but I could not access any data on the old hard drive.  I was able to install it as a backup of my desktop computer hard drive and I can see the directory structure, however, whenever I try to access the data in My Documents, I get an error G:\users\moe\documents\my is music is not accessible access is denied.  Any ideas how I can access this information, assuming that it is not a physical problem with the hard drive.  I have the password of windows I used to access the computer, but I don't know how to use it since this drive is not the one I am running windows from.  The computer that I use to access the data on the hard drive is on windows XP, if that makes a difference.

    The computer tries to access the old hard drive and the old hard drive are XP.  It is a forum for Vista.  All the procedures I have on this issue are only for Vista.  You should repost your question in the right place.

    Please repost your question in the Forums XP: http://social.answers.microsoft.com/Forums/en-US/category/windowsxp where XP experts will be happy to help you to gain access.  I don't know it's just a simple issue of permissions and/or property which can be easily solved with the correct procedures.

    I hope this helps.  If you later need help transfer of data to the Vista machine, then come back here and we will help you.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • VDP: Cannot access the data store

    Hello!

    I have a problem.

    Every day I see error for one of my servers in "reports":

    2016-07 - 05T 06: 00:47.971 + error 06:00-[7F2F3FA5E700] [Originator@6876 = transport sub]

    Cannot use hotadd mode to access the FileSrv1/FileSrv1_1.vmdk [Cisco2-datastore]: can't get using this method.

    (Mounting VM using vm-3198 transport hotadd failed: cannot access the data store for one of the drives of the Machine virtual FileSrv1..)

    At the same time, I havn't this error for the other servers.

    "FileSrv1" has not has installed "VMWare tools". After the instalation "VMWare tools" on this server, the problem is resolved.

  • VSphere ESXi Update 1 to access the data on a USB key.

    I have ESXi Update 1 installed and you want to access the data on a USB key.

    (1) someone could let me know if plug a USB memory stick directly the ESXi server hardware is supported in update 1?

    (2) and/or could someone let me know how I can access files on a sick memory that is attached to the computer on which I have installed client vSphere on (I'm then going to the VM to the server ESXi from this PC).

    I want to just access the files (ona USB key) in the VMs (update information Lic) operating system. Is this possible?

    You will not be able to do, vSphere does not allow access to USB devices.

    You can try VMDirectPath with your USB PCI controllers, but anyway are still not supported.

    Marcelo Soares

    VMWare Certified Professional 310/410

    Master virtualization technology

    Globant Argentina

    Review the allocation of points for "useful" or "right" answers.

  • Publish all by accessing the data in the row selected in the table of the ADF...

    Hello

    I try to get the data of the selected line in the bean on the change of SelectOneChoice in a column of table of the ADF.

    There are two definitions of node in the iterator. When I try to access the data in the row. I see that the first definition of node data.
    How to access the definition data another node?

    I'm trying to access the "sponsorId" of the iterator. I use the code below. But his return null pointer exception.

    The code I use to access the data in the row:

    DCBindingContainer links =
    (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();
    DCIteratorBinding = dcItteratorBindings
    bindings.findIteratorBinding ("sponsorIterator");
    ViewObject voTableData = dcItteratorBindings.getViewObject ();
    Line rowSelected = voTableData.getCurrentRow ();
    System.out.println (":" + rowSelected.getAttribute ("sponsorId")); I am able to see the data correctly for sponsorCodeDesc, sponsorPercentage, sponsorStatusDesc

    This is the iterator used for the table (page def):

    < Tree IterBinding = "sponsorIterator" id = "sponsor1" >
    < nodeDefinition DefName = "org.ieee.internal.ws.proxy.conf.types.ConferenceType.Sponsors.Sponsor"
    Name = "sponsor10" >
    < AttrNames >
    < item Value = "sponsorCodeDesc" / >
    < item Value = "sponsorPercentage" / >
    < item Value = lie "sponsorStatusDesc" = "sponsorStatusDesc" / >
    < / AttrNames >
    < accessors >
    < item Value = "sponsorDetails" / >
    < / accessors >
    < / nodeDefinition >
    < nodeDefinition DefName = "org.ieee.internal.ws.proxy.conf.types.SponsorType"
    Name = "sponsor11" >
    < AttrNames >
    < item Value = "sponsorId" / >
    < item Value = "sponsorName" / >
    < item Value = "isIEEE" / >
    < item Value = "isNonProfit" / >
    < item Value = "sponsorAcronym" / >
    < item Value = "sponsorDesc" / >
    < item Value = "sponsorEmail" / >
    < item Value = "sponsorComment" / >
    < item Value = "sponsorTypeId" / >
    < item Value = "sponsorTypeDesc" / >
    < item Value = "sponsorActive" / >
    < item Value = "societyNumber" / >
    < item Value = "businessUnit" / >
    < item Value = "createdBy" / >
    < item Value = "updatedBy" / >
    < / AttrNames >
    < / nodeDefinition >
    < / tree >

    you have not yet a selectionlistener linked to the table... to make the currentrow as the selectedRow...
    Can u please add the selectedRowKeys and the selectionlistener in the table as

    selectedRowKeys = "#{bindings.sponsor1.collectionModel.selectedRow} '"
    selectionListener = "#{bindings.sponsor1.collectionModel.makeCurrent} '"

  • To access the data that is loaded by the XML Loader class

    Hi guys,.

    I have trouble accessing the data loaded by external class.

    Here is my code:

    Main class:

    package {}

    import flash.display.MovieClip;
    nucleus of import. XMLLoader;

    SerializableAttribute public class Main extends MovieClip {}

    var projectSetupMainMenuXML:Boolean = true;

    public void Main() {}

    If {(projectSetupMainMenuXML)
    var mainMenuXML = new XMLLoader ("menu.xml");
    }
    }
    }
    }

    XMLLoader class:

    package base {}

    import flash.display. *;
    import flash.events. *;
    flash.net import. *;

    public class XMLLoader {}
    private var mainMenu:XML;
    private var urlLoader:URLLoader;

    public function XMLLoader (mainMenuPath:String) {}
    var urlRequest:URLRequest = new URLRequest (mainMenuPath);
    urlLoader = new URLLoader();
    urlLoader.addEventListener (Event.COMPLETE, completeListener);
    urlLoader.load (urlRequest);
    }

    private void completeListener(e:Event):void {}
    mainMenu = new XML (urlLoader.data);
    e.target.removeEventListener (Event.COMPLETE, completeListener);
    }
    }
    }

    Now, I want to create another external class (called MainMenu) which will be launched from the main class.

    This class should create the menu based on the loaded XML class.

    My question is, how can I make use of the loaded content through the XMLLoader class within the class MainMenu XML?

    Thank you.

    I think you have to use XMLLoader as a singleton - with the properties and static methods. In this way, you can load XML only once and make available XMl data to any object in the application.

Maybe you are looking for

  • Satellite P100 - GPU running hot

    Hey, I am concerned about my graphics card. He performs regularly at 90 degrees Celsius + charge very little or no, even with a cooler pad. The fan physically works particularly well at boot however when using the fan remains at a very low speed and

  • Alleged virus - want to reformat.

    I have xpsp3.gor alureon and other viruses as well I tried tdss killer and others as well.i am sure I've been hijacked.i would like to reformat, but the system won't let me.how on a hammer.can someone help me? I have xpsp3.got alureon and other viyse

  • Notepad opens scrambled

    Notepad opens scrambled

  • LaserJet 6L: Laser Jet 6L and Windows 10

    Trying to solve a problem for a friend, that the printer was working well on Windows 7 until the upgrade of Windows 10. Despite all the standard approaches by train the printer still does not seem to recognize the PC. Suspect it may need drivers for

  • How can I move multiple photos to a new folder I created without doing it one at a time?

    How can I move multiple photos in a new file instead of a folder a time? I've been clicking and dragging each photo in the folder of don't. I have to be a faster, more simple way and I can not find this way Post proposed by the facilitator for the ap