Urgent: How to get data analog sbRio 9632?

Hi ~
I have new in Labview.
I want to ask how to get analog data of the SbRio-9632 with FPGA?
Example of
I want to get the voltage/current of a solar panel.
So I connect the unit to the analog input.
But how to write a program to read the data?
Need urgent help ~ thanks ~

Hi GTHao,

I think you can consult this manual for sbRIO 9632. There the guide step by step on how to extract data from sbRIO (although it says about RIO that includes cRIO but they are more a less the same thing in regards to getting analog data for your case)

Please take note the voltage and current that the analog input sbRIO pines can take before you plug.

It will be useful.

Thank you

Warm greetings,

Lennard C

Tags: NI Software

Similar Questions

  • How to get data from excel

    Hello world

    How can I get data from excel inside my program? I'm using labview 8.2. I have tried to find the solution for this but seems that the solutions are not suitable. Can someone help me? Thank you.

    Hi jieah,

    Inside of the attachment nijams don't you see this?

    read_excel_values. LLB

  • Does anyone know how to get data from a web service of Labview with ajax or JSON?

    Hello

    I try to use ajax and json to service Web restful which I build with the labview. However I get errors

    For example. I create a web service from a labview vi (z = x / y http://localhost: 8080/math/divide/5/20 will give {Z: "4,000,000"})

    I get errors for the attached html files.

    Does anyone know how to get al labview WebService with ajax or json data?

    Thank you... Eran


  • How to get data from an Excel file exist using report generation tools

    I try to use the Excel vi get the data of the report generation tool, but I can't understand how to activate a path can be explored in the right type for the VI.  I tried to use the new Report.vi, but this does not work unless you use a template.  It will not open an existing excel file and make an open report to extract data from.

    Essentially, I have a bunch of excel files that have data in them, and I want a VI allows to analyze the data.  I'm going to pull in all the data directly from the excel file so I don't have to reproscess them all in text so I can use the more standard datasheet live but to convert even the excel file programtically in labview I still need to be able to open the excel file and get the data?

    I found my problem.  It turns out that only not to have had a problem with the tool box new report vi.  I had accidentally wired an input control of path of folder instead of an input control of path of file to it.  Changing the file type took care of her and I was able to access excel files, I tried using the new report VI to extract the file, and Excel Get Data to extract the data.

  • How to get data in the procedure after CREATE TABLE table1 AS SELECT * from table2

    Hello

    can any body tell me how to get the data in the new table created in the procedure. because it gives following error.

    • Error (47,21): PL/SQL: ORA-00942: table or view does not exist

    tableName: = "BCKUP_" | TO_CHAR (sysdate, 'ddmmrrrr');

    tableDDL: = 'CREATE TABLE' | tableName. "AS SELECT * FROM Table1 where to_char(MSG_IN_TIME,''dd-mon-rrrr'') < sysdate - ' | daysNumber;

    EXECUTE IMMEDIATE backUpDDL;

    COMMIT;

    DELETE FROM Table1;

    How to select the data in the newly created table. as...

    Select * from ". tableName;

    Do not choose anything to get the number...

    Just after backupDDL EXECUTE IMMEDIATE, simply refers to SQL % ROWCOUNT - who will be the number of lines.

    Oh and DDL engages automatically, your commitment is redundant.

  • How to get data from vROps?

    Hello

    In older versions, we could get out vROps via an adapter of repository data. But with vROps 6.0, I couldn't find that everything about repository adapter and the other as the HTTP Post adapter. I've seen a few posts on CaSa API and SDK, but there is no documentation on this topic. What can I use to get data on how do I configure it? I'll be happy if I can help.

    Kind regards

    Ramazan

    Hi Ramazan

    The API of CaSA is Cluster and Administration of the Group and is located at https://vrops-url/casa

    I have not found any documentation for it.

    What you need is https://vrops-urlsuite - api

    It is a small site with sample code and complete documentation. You can even call the API directly from your browser!

    Start with this, for example: https://vrops-url/suite-api/api/resources? name =something

    Kind regards

    Michael

  • How to get data from a database table and insert into a file

    Hello
    I'm new to soa, I want to create an xml with the data from database tables, I'll have the xsd please suggest me how to get the data in the tables and insert in a file
    concerning

    in your bpel process, you can use the db adapter to communicate with the database.
    with this type of adapter, you can use stored procedures, selects, etc to get the data from your database into your bpel workflow.

    When did it call in your bpel to the db adapter process it will return an output_variable with the contents of your table data, represented in a style of xml form.

    After that, you can use the second card (a file synchronization adapter) to write to the content of this variable in output to the file system

  • How Adobe gets DATE and its format?

    Hello

    I'm current date (today) to below JS in some flds and below using FormCalc for some flds in my_form;

    JS:

    var currentTime = new Date()

    Form Calc:

    $.rawValue = num2date (date (), DateFmt(MM/DD/YYYY))

    But I have not much idea how adobe is at that date? For my business it is the first form, that's why they ask me how adobe gets so, date format and its

    1) count local address IP/Internet provider, format?

    (2) or PREMISES of the portable PC/computer user settings, date format? If Yes, for example, if the user (the laptop settings) Germany has a DD. MM YYYY configured, if this user is delivered to the United States on a business trip and if the user opens the form, and then how the date looks like for this user? Depending on the settings of computer laptop user JJ. MM YYYY or local internship provider date format MM/DD/YYYY?

    Thank you

    Go to PDF... No!

  • How to get data from one or several times of perticuler dates

    (1) how can we get data from one or more dates perticuler.
    for example. date of 01/01/2011 and time is 00:00:00 to 23:59:59

    and

    (2) how can we get data from one or more dates perticuler.
    from date 01/01/2011 to 01/02/2011 date and time e.g. is from 00:00:00 to 23:59:59.

    can we?

    Hello

    Use a WHERE clause to include only certain lines.
    For example:

    SELECT     *
    FROM     table_x
    WHERE     dt     BETWEEN TO_DATE ( '01/01/2011 00:00:00'
                        , 'DD/MM/YYYY HH24:MI:SS'
                        )
              AND     TO_DATE ( '01/01/2011 23:59:59'
                        , 'DD/MM/YYYY HH24:MI:SS'
                        )
    ;
    

    In this example, the first date (before the keyword AND) and second (after the keyword AND) lie on the same calendar day. It's just a coincidence, they can be on different dates.
    The first date must not be later than the date of the second; If this is the case, you will get 0 found lines.

    I hope that answers your question.
    If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all tables and also post the results desired from these data.
    Explain, using specific examples, how you get these results from these data.
    Always tell what version of Oracle you are using.

  • How to get data from a URL with as3

    Hello

    I need to get data that is in the view of the source of an external Web page, how it can be done?

    URLLoader allow to get the HTML code as text, then you need extract it.

  • How to get data from a URL with as2

    Hello

    I need to get data that is in the view of the source of an external Web page, how it can be done?

    Use loadvars and our method.

  • How to get data for submission of form using REST or SOAP API

    Hello

    Can someone let me know how to recover data using REST or SOAP API for example, also I need to know how to delete some data from form submission using REST or SOAP API for submission of form. Answer please I need to implement in one of my projects.

    Thanks and greetings

    Angela

    Post edited by: Md Shahid

    Here the answer How to recover data for submission of form using REST or SOAP API

  • URGENT: How to load data into essbase R12 by ODI

    Hi all

    Could you please provide me with step by step document "How to load data into essbase R12 directly through the ODI".

    Kind regards

    Rubi

    Hello

    You need below KM

    RKM E-Business Suite

    IKM E-Business Suite (open Interface)

    then follow the link below

    Red shift: ODI for eBusiness Suite integration - in 4 steps

    Hope it helps

    Thank you

  • How to get data off a dead hard drive Mac

    I have a Macbook pro 2011 which has been to his last breath for awhile. The battery is disconnected because it turns with it connected, so I need to plug the magsafe charger to make it work. Well now that has stopped working. I just got my new Macbook by mail, so how do I get my data from the old to the new? Target disk mode is not an option, because it will turn not sure what is.

    You have a Time Machine backup, you can restore?

  • How to get data to &amp; gt;. 1 MHz using driver DAQMx in c#?

    Hello

    I use DAQ 6210 with DAQMx in Visual c# 2010.

    Although data acquisition can provide speeds of > 50 MHz but right now I need to program to speed of 1 MHz, initially.

    I created a task with 10000 as clock frequency, with "/ Dev/PFI0" as an external clock. Also, I have increased the size of the buffer to 100000.

    Then I used the timer control .net with interval set to 1 ms and each tick, I've read 1000 samples using the player. ReadMultiSample command.

    Correct me if I'm wrong; I think it would be the 1000 sample samples every 1ms.

    This should give us frequency of 1000 * 1000 = 1 MHz and 100000 samples.

    But this isn't happening, I start the acquisition for a second and I get that ~ 10000 samples.

    I found that the timer ticks only 10 times in 1 second!

    I doubled checked the timer interval value, it has been 1 throughout the program.

    What I'm doing wrong here? I wonder if it is a limitation of the timer control? If this is the case how can I enjoy a very high using libraries DAQMx only sampling frequencies.

    You kindly help me out here?

    Thank you.

    You do not understand basic arithmetic and DAQ hardware, if you have a sample of 10000 samples per second rate and ask for samples of 1000, acquiring prendra.1 second. The software counter is not relevant. Also, you seem to be confused on the sampling frequency and number of samples. If you really need a "frequency" of 1 MHz, which is the sampling frequency, you in the program. If you really want samples 1 million, at a frequency of 10 kHz, it will take 10 seconds to acquire that many samples.

Maybe you are looking for