How to read the worksheet for setpoint speed using the speed control (Closed Loop)

My VI is able to go through a series of speed reference points that lie in a sort of constant matrix. I have to be able to go through a series of hundreds of game points, and fill in the constant table whenever I have a new profile to test don't will not work.

I tried to use a reading of block of spreadsheet and table of Index to read values from a worksheet, but when I run the program, it does not seem to read the values in the file.

The path must be correct, but I don't know if there may be a problem of formatting with file worksheet regarding the delimiter. Or maybe not all the parameters are filled with reading block of spreadsheet.

Anyway, any help with my problem would be appreciated. I'll give the VI as an attachment to this post. Nine set points which worked with the VI are in the constant blue table, which was previously set to where the entire Long block is now fixed.

Brandon

Hi Brandon,.

That's right, I withdraw my previous response. I apologize to this topic.

I noticed that in your code, you select the line at index 0 instead of the first column. When you use the table to Index out of the loop block, make sure that you select the column at index 0 so you can enter the first column in the input file. This should get you 1 d table you're looking for.

Tags: NI Hardware

Similar Questions

  • How to read the value of list boxes by iteration in a loop For?

    I have a lot of list boxes on the front of my VI. I want to know how to read the value of this combo with a loop boxes For. The point is that I don't know how to get the reference of each combo box in a loop.

    Any information would be welcome. Thank you!

    su27 wrote:

    I have a lot of combo boxes on the front of my VI [...]

    Be sure to close the references that you have finished with them.

  • How to read the analog inputs of one Board of R for (PXI-7851R) series

    You can guide me please with the steps for reading of the analog inputs of a series a. card I use as the target fpga PXI-7851R.

    Have you looked at the examples provided with LabVIEW? There are examples showing how to read the analog inputs.

  • How to read the VI Analyzer config file?

    Hello

    How to read the analuzer vi configuration file? I'm getting a lot of errors on the size of the front panel and I don't know what should be the size you want. Where is the maximum expected size of the specified front panel?

    Kaspar says:

    Hello

    How to read the analuzer vi configuration file? I'm getting a lot of errors on the size of the front panel and I don't know what should be the size you want. Where is the maximum expected size of the specified front panel?

    If you have VI Analyzer installed, you can load the configuration file and look at the section select the Tests. There is a test for the maximum size of front under front-> User Interface. The default value is the resolution of the current monitor of the PC (including multiple monitors). You can change to the desired option.

  • How to read the date and time of a file by labview information

    How to read the date and time of a file by labview information? for example, time created and updated time.

    The similar question had already spoken here (this is the old thread but still seems topical):

    http://forums.NI.com/T5/LabVIEW/file-date-created/TD-p/109836

  • How to read the host name or serial number cRIO locally

    I have not worked with cRIO and decided to ask for help.  (o).

    I don't know about the screws that allow to access this information from a connected Windows machine, however, I want to retrieve and display this information on remote panels.  But I cannot determine how to read the cRIO hostname or the serial number of the software running on the cRIO?

    Thanks for the help.

    James

    This could help.

  • How to read the two columns of data from the Port series

    Hello

    I'm reading two columns of data from the serial port.

    Example:

    52439 52430

    52440 52437

    52209 52214

    51065 51070

    52206 52390

    I use the serial of Visa service and I can read the first column of data from the serial port, but I can't understand how to read the second column.

    I want to both sets of chart data.

    I enclose my VI.

    Thank you for your help.

    The analysis of string function takes a "Format string" on top (with the right button of the function and choose Help, which explains all the entries).  In particular, you can say 'Give me two numbers separated by a tab' and the output will be two numbers (whole or floating, depending on the chosen format).  In particular, %d\t%d specifies a decimal integer, , whole decimal.

  • How to read the color table in a subvi?

    How to read the color table in a subvi? Is it made by a reference to the table or with a global variable? For a better understanding of the problem, I added to vi. Run the "run.vi." I want to see

    the background color of the table "run.vi" in the subvi called "read color.vi".

    How can I do?

    Thanks in advance

    Norick

    pop up on the wire table refernece and establishes 'control '. Add this control to the icon of the sub - VI decision-making and then wire ref of the appellant to this Terminal VI so the calling VI move the ref to the Subvi.

    Ben

  • Don't know how to read the results of netstat EI s list? If I received 860592506 bytes sent from 43421482 how to convert MB? And does this mean byte received?

    Don't know how to read the results of netstat EI s list? If I received 860592506 bytes sent from 43421482 how to convert MB? And does this mean byte received?

    Hello

    This shows the total number of bytes transmitted and received via the Ethernet card. This is the total of the amount of use up to this day.

    This includes all the Web sites you have visited and emails you sent, etc..

    You can calculate using one of the following methods:

    Method 1:

    860592506 / 1048576 = 820,72 MB

    Method 2:

    Multiply 860592506 with 9.53674316 * 10 ^-7 that will give us the result in mega bytes.

    860592506 bytes = 820 MB 9MB not, accept my apology for the miscalculation.
    Similarly 43421482 acroos = 40MB

  • M127fn MFP: How to read the meter of pages on m127fn mfp

    How to read the total number of pages printed on this m127fn MFP?  In status screen supplies, it shows only "pages printed with this offer.

    Due to another problem, a technician from HP told me through a hard reset, after which I had to get all of my preferences. So this mave have reset the NVRAM that is associated with the page counter as you suggest. I installed the latest firmware today but the page counter is at 104 and supplies report 634 and "basket is very low" message that is expected since it is a life of aprox 700 starter cart.

    Thank you for your insight and suggestions. I'll keep an eye on the config. page counter when I start a new shopping cart.

  • How to read the contents of the attachments to the record listener?

    Hi all

    We have a blackberry user interface application that implements FolderListener. The messagesAdded(FolderEvent e) public void in the record listener method is called whenever a new message arrives on the device.

    Now, there are some emails that will also spare.

    Can someone tell me how to read the contents of the attachment?

    I can read correctly the content of the body of the email.

    Our code to handle the arrival of e-mail for your reference is mentioned below.

    public class MyUIApplication extends UiApplication implements FolderListener
    {
        public void messagesAdded(FolderEvent e) {
            Message orginalMessage = e.getMessage();
    
            Folder messageFolder = orginalMessage.getFolder();
    
            if (e.getMessage().isInbound() == true) {
    
                String sender = orginalMessage.getFrom().toString();
                String subject = orginalMessage.getSubject();
                String body = orginalMessage.getBodyText();
    
                String attachmentContent = ""// Read atachment content here?
    
                // some more code
            }
        }
    }
    

    Any help in this regard will be appreciated.

    Thank you.

    There is no way to prevent a menu item to be added to an AttachmentHandler.  When a user clicks your menu item will be called the run method.

    If you have registered an AttachmentHandler for your type of attachment and the prefix the file name of the attachment with x-rimdevice, you would be able to access its contents of in a FolderListener.

  • How to read the data in a device connected to the usb port

    Is there a class or object, or the piece of code in Java that is comparable to the PDQComm32.ocx and the mscomm32.ocx used in VB6? I need to know how to read the data of a device plugged into the usb port of the BBerry. Is it possible to use the BB to read data from a device via a usb cable?

    I'm new in Java and I'm looking for the opportunity to write a project to read the data in a device with this program that can turn on a BB instead of on a pc.

    Thank you

    Did you watch net.rim.device.api.system.USBPort?

    That's what the doc says:

    Provides access to the USB port of the device.

    Avoid using this class in applications, as it is not portable. On the contrary, if you need to access the USB port, use factory CLDC Connector to serve a connection.

    Rab

  • How to read the papers of ucs tech support

    Hi team

    Can you please tell me how to read the newspapers of ucs tech support to find out hardware problems

    Greetings.

    Your question is probably something that is difficult to address in this format.

    Hardware and firmware is so rapidly changing, so are the various capabilities of diagnosis (and how, when, where they write to newspapers).  I think that it would be virtually impossible to maintain a full guide updated content of tech support file and how to interpret them.

    That being said, there are some more frequent for both blade/UCSM and stand alone C series servers such as SALT that connects usually record the major mistakes such as chess DIMM, HD failures, etc.

    There are general troubleshooting guides such as http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/ts/guide/UCSTroubleshooting/UCSTroubleshooting_chapter_0111.html

    There are also courses that correspond to the review DCUCT 642 - 035 http://www.cisco.com/c/en/us/training-events/training-certifications/exams/current-list/dcuct.html entering some details by looking at newspapers, among other things.

    Is there some hardware problems that you try searching?  You have some sort of polling app that parses the files you are trying to Setup alerts for, etc.?

    Thank you

    Kirk

  • How to read the value of an independent textInput element inside the method?

    Hello

    I had a group of detail based on a readonly viewobject. I added an independent element textInput, you say, EndDate to this group that the user can enter a value inside. Now, when I run the app I select a row in the table and press a button that triggers a method inside a bean. My question is how I read the value in independent textInput (EndDate) within the method element?

    getTable () .getRowData () does not print the unbound attribute. It seems that it only contains attributes underlying viewobject

    I use JDev 11.1.1.4

    Kind regards
    Will do

    Will do,

    You can better create a transitional attribute for that in your view object, so you can use a regular expression #{row.bindings...} to get the value.

    Steven Davelaar,
    JHeadstart team.

  • How to read the value of the javascript component text entry

    Hello

    I need to add ' / ' after user entering the first two characters and before entering the third character of character to the value of input text.
    To meet this requirement, I add a clientListener of type keyPress to input text element.
    My question is how to read the value entered by the user to input text in java script component (the clientListener method).

    I faked my requirement in a sample application @ http://www.easy-share.com/1912896093/format.7z

    Please help solve this problem.

    Thank you
    Kiran

    For setting/getting the value, you can even view:




    function keyPress (event) {}
    component = event.getSource ();

    Alert (Component.getSubmittedValue ());

    {component.setValue ("new value '");}
    ]]>

    Thank you
    Nini

Maybe you are looking for

  • VISA write error 1073807298 with mbed

    Hello everyone. I use the mbed card for my new project.I'm not familiar with the mbed, so I tried to do a few led flashing with labview. I get the error message 1073807298. I tried hunting VISA and VISA defined I/O as recommended messages previous bu

  • Netbook problem

    I bought a netbook for my son, recently Windows stopped loading on the computer, because it is a netbook there is no disk drive and no restore disk. I contacted Best Buy where I bought the computer and they said it was a problem with Windows and told

  • Switch dashboard

    I can control the parameters of my 10/100 s port workgroup switch, the same way I can connect my Lynksis router and change these settings? Thank you!

  • KKKKK application fails to work even after the update of the latest graphic drivers

    I'm portable Inspiron 15R 7520 (SE) and I installed the kkkkk application that does not work even after updating to the latest drivers from the manufacturer, dell.  I also tried to run this application high performance, but it still does not work. I

  • BlackBerry Q10 Q10 - accidentally deleted my calendar

    I can't find my calendar on my Q10 icon.  I think I deleted it accidentally. I can get to the calendar by going to the search, but I don't want to do every time. How can I get my calendar back to my home screen? Thank you.