How to measure the temperature of 4 RTD simultaneously?

I'm implementing a systerm requiring several measures the temperature. I am able to make a measure of RTD. But if I have the same code to create two measures of mirror, I get an error - 50103 "the resource specified is reserved". I just started using LabVIEW, so any help is valuable. If there is already material available on this topic, could point me there please.

You can have as many channels of the same type (in this case of analog input) in a task.  If your simple solution would be to have four channels in your task.  You also need to set your Read DAQmx for multiple channels.

Tags: NI Software

Similar Questions

  • Satellite 1800-814: how to measure the temperature of the processor?

    I replaced the radiator component on my laptop as it freezes suddenly during the operation. Now everything seems to be better, but still a last question. How to measure the temperature of the processor?

    Dominic displays only HDD temp and MBM profile for 1800-224 display cases and the cpu. But if I can use this profile? Any other ideas how to meausre CPU temp?

    MBM shows me around 40 to 49 ° C for the cpu. Is this normal or too high just to run windows?

    Thanks in advance

    Greetings
    Jens Grieger

    Hello

    See this http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=5564&messageID=19417

    Maybe the help!

  • How to measure the frequency of a clock using meter in LabVIEW?

    Hi guys,.

    Someone knows how to measure the frequency of a signal introduced in LabVIEW (in the FPGA PXI-7813R), using a counter in LabVIEW?

    Essentially, I want to use this counter as a kind of Logic Analyzer.

    Thank you, Anoop

    I don't know what you mean by "manual".  It is all managed in a housing structure.

  • How to measure the performance of the sql query?

    Hi Experts,

    How to measure the cost of performance, efficiency and CPU of an sql query?

    What are all the measures available to a sql query?

    How to identify the optimal query writing?

    I use Oracle 9i...

    It'll be useful for me to write the effective query...

    Thanks and greetings

    PSRAM wrote:
    Could you tell me how to activate the PLUSTRACE role?

    First put on when you do a search on PLUSTRACE: http://forums.oracle.com/forums/search.jspa?threadID=&q=plustrace&objID=f75&dateRange=all&numResults=15&rankBy=10001

    Kind regards
    Rob.

  • Qosmio F20-136: how to check the temperature of the CPU?

    someone knows how can I check what temperature turns or a program that will tell me and also is it possible to adjust fan settings?

    I have a Qosmio F20-136

    Hello

    You can find in the management tool of power under the method of cooling setting of the cooling fan.
    Try to set it to the lower level. I know that cooling fan is sometimes too loud, but you must know that you have high technology with powerful hardware components unit. Material is placed on the square and must be properly cooled to avoid damage.

    I really put t whether a tool can show you the temperature of the CPU. Check in the advanced search if you can find a similar topic. Long ago, I read the discussion on this subject.

    Good bye

  • How to measure the execution time of a specific to a VI process?

    Hello! My VI has two processes: compression and edge detection image and I'm trying to measure the execution time for the process of detection of edge of my VI, but I don't know how to do. Please give me some ideas on how to do it. Thank you!

    There are several ways that you can do.

    -L' one is using the number of cycles before and after your vi to get time like here: http://digital.ni.com/public.nsf/allkb/6F6B9F4E149C80578625652800784764

    - or use the profiling: https://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/profiling_vis/

    Edit: If you're open to suggestions:

    -You have not to load the image inside the loop instead, make him outside of the loop.

    - And I see of many IMAQ buffers are not removed properly. You can have everything at once by Images (No) by logging in to Boolean TRUE: http://zone.ni.com/reference/en-XX/help/370281P-01/imaqvision/imaq_dispose/

  • How to measure the frequency of sampling (s/s) in LabView FPGA?

    Hello

    I am trying to find a way to measure the sampling frequency (s/s) during which I read from analog input in LabVIEW FPGA. I know that the sampling frequency is specified in the data sheet of the module HAVE, but I want to measure in LabVIEW.

    Any suggestions?

    A screenshot of the example code would be greatly appreciated

    Hey phg,.

    If you have some time loopand in this loop, you export a sample by iteration of loop via an I/O node. You can't out two samples on the same I/O node within an iteration, it's always one!

    So if your loop takes 1 second to run you have a sampling rate of 1 Hz output. The same goes for sampling of entry. How long your loop takes to run can be calculated as explained above.

    Samplerate [s / s] = 1 / [s] while loop

  • How to measure the time elapsed between two steps?

    Hello

    In my script, I ask the subsequences. How can I measure the time it takes each subsequence?

    Something like:

    Statement: StationGlobals.TimeElapsed = 0

    -> SOMETHING HERE TO START A COUNTER<>

    call sous-suite

    Popup: Str (TimeElapsed)

    Thanks for help

    StationGlobals.Time = Seconds()

    ... / / stuff in time

    StationGlobals.Time = Seconds() - StationGlobals.Time

    You can also view the sample report of basic step in 2012 TestStand time (you can now download an eval).

  • How to measure the width of pulse with MyRIO

    Hello

    Sorry in advance if this is not the most appropriate forum.  I'm not entirely sure if it's a more general problem of 'software' or the MyRIO-specific.  I have searched the forums and found a few related topics but could find no one who help me in this context.

    I'm trying to measure the width of a sensor pulse ultrasonic ping.  It emits a signal conditioning - the time that it is high directly corelates how far is the object.  Being new to LabVIEW I am confused as to how do I calculate the time it remains high.

    I read that LabVIEW should not need to 'variables' as in python or C, for what is the best way to measure time, the signal is high?  Normally, I'd go (new_time - old_time), but obviously I can't store an old time in LabVIEW as I would in python or C.

    Other notes:

    I have the sensor correctly ping echoing and I can see the blips on a chart and see a perfectly square wave valid.

    To answer your question on how you would in LabVIEW...

    While LabVIEW has not stated/named variables that you have in a language based on text, the data is stored on the wires. You can use the nodes as node registers or shift of feedback to store values between iterations of a loop:

    (this will keep subtracting y (starting with 0) and store the result for the next time it runs)

    LabVIEW also has functions in the range of mathematics/signal processing to make the detection of pulse on a waveform.

  • How to program the temperature exceeds the set point (sp), it will be reduced below sp

    I want to simulate a temperature between 15 and 30. When the temperature exceeds 26 it will slowly decrease until it reach below 26... I could only display in a different thermometer. How can I program it so that we can see the temp is reduced to a simple thermometer. Help me please?

    Publish what you have accomplished so far.

  • How to measure the amount of traffic?

    Hello ^ ^

    In fact the question what I say, it's different from other issues that people are making inquires.

    However, I want to know my question because there is no one who can teach me...

    Old time, I was wondering how to measure traffic

    In other words, I want to know measure 'capacity for fabric.

    I can easily see the 'capacity' in the data sheet.

    In the Dell 8024F datasheet, I found below a.

    It has "fabric capacity up to 480Gbps.

    I think that 480Gbps means the ability to traffic, right?

    When we choose to switch or router, we always refer technical sheet.

    As I said to you continuously, the idea of what I want is less than thing.

    How do you know and how to measure my traffic?

    Perhaps in order to measure capacity, there is a program or another method?

    Thank you.

    The ability of the fabric is the aggregate maximum speed of 24 ports. The 8024f has 24-port SFP + which are 10 GB. This means that the equation to be: 24 (ports) * 2 (duplex) * 10 (Gbps) = 480Gbps. This indicates that the switch is not blocking and can manage the total bandwidth of all ports.

    The switch has a usage page you can view. The page provides the following information:

    The network manager to manage open offers also the possibility to track the use of bandwidth capacity. Here is a link with more information on OMNM.

    http://Dell.to/1vss0OM

  • How to get the temperature, light intensity, altitude height, proximity, rotation_matrix and vector of rotation?

    Can get acceleration, azimuth, pitch, roll, and gps information.But,Could not get temperature, light intensity, altitude height, proximity, rotation_matrix, and rotation vector.
    
    Can you help me to figure out that it is supposed to work or not?Whenever tried to get these values, always show "zero".My code is at below. Does something wrong or just these valuses do not support in the Native SDK 2.0 beta 3?
    
    if (sensor_is_supported(SENSOR_TYPE_TEMPERATURE)) {        /*         * If the device does not support accelerometer then notify the user,         * clean up and exit         */        sensor_set_rate(SENSOR_TYPE_TEMPERATURE, SENSOR_RATE);        sensor_request_events(SENSOR_TYPE_TEMPERATURE);
    
        }temperature= sensor_event_get_temperature(event);fprintf(f,"%7.3f\n", temperature);fprintf(f,"%ld%d, %7.3f
    
    Thank your attention.
    
    sensor_event_get_rotation_vector
    
    
    sensor_event_get_illuminance
    
    sensor_event_get_rotation_matrix
    
    
    
    sensor_event_get_proximity
    
    sensor_event_get_altitude
    
    
    
    SENSOR_TYPE_MAGNETOMETER = 1
          SENSOR_TYPE_GYROSCOPE = 2
          SENSOR_TYPE_ALTIMETER = 4
          SENSOR_TYPE_TEMPERATURE = 5
          SENSOR_TYPE_PROXIMITY = 6
          SENSOR_TYPE_LIGHT = 7
          SENSOR_TYPE_GRAVITY = 8
          SENSOR_TYPE_LINEAR_ACCEL = 9
          SENSOR_TYPE_ROTATION_VECTOR = 10
          SENSOR_TYPE_ROTATION_MATRIX = 11
    

    There's no proximity sensor, and I suspect that the light sensor is not exposed through this API to our applications immediately, similar to what you see probably with the temperature probe. There is also no separate altitude sensor. GPS provides elevation information. Some devices (Xoom?) use something like air pressure to measure altitude but the PlayBook is not that.

  • Satellite A200 - how to check the temperature of the processor fan?

    Hi all

    I have a Satellite A200 that my teenagers use a little, or abuse a little! Recently, it would not start up. I suspect the fan and pulled out the fan cleaned and tested the fan on a PSU, worked out well. He put it back together, ran startup repair and now the computer is operating normally. The fan is however not appear to come at all. In the Device Manager it tells me it works very well. I'm all good with the mechanical side of the House, but I'm a quamby operating system! How to check the temp CPU or fan?

    Thought that replace the fan but don't want to go that far just to get no results. Currently using the vacuum on low like an external fan and didn't want to just run the laptop with no cooling for fear of permanent damage. Although children watch movies with her on their doona may have already reached this!

    Any advice would be appreciated.

    Hey mate,

    How to clean the fan exactly? It s advisable to use the jet of compressed air. This could blow the dust of fans cooling and, therefore, it of not necessary to disassemble the laptop.

    In addition if the fan doesn't work anymore it of necessary to replace. You can order spare parts at an authorized service provider.

  • How to measure the frequency of NOR-DAQmx RPM tasks

    Hello

    I'm trying to measure the frequency using the NI DAQmx task and then convert it to a RPM if possible.

    I have the following material available to me.

    I have a block SCXI-1327 terminal, as well as a 6289 PXI multifunction data acquisition Module SCXI 1126.

    I wired in a mag ai7 sensor on my 1126 and then of the passage of an object metal I get a range of 6-8, so I am able to read the mag sensor.

    What I'm trying to do is somehow convert this analog measurement a RPM using the NI DAQmx task only.

    Any help would be appreciated.

    Hi, smooth,

    Yes, you would select linear, then put in the result of this calculation of the slope.

    The Manual recommends a minimum frequency of at least 15 Hz for setting low range. This card is not really designed to measure the frequency for a single pulse over a long period of time.

    The number of LAPS down (assuming one pulse per turn) that we recommend that you measure with the 1126 is so 900 RPM. If you need measure low revs, and you cannot increase the number of impulses per turn, you could consider either read the signal as an analog waveform, or if it's a digital pulse, using a counter to basic task. In this way, you can use any method you want to handle the situation where there is only a single pulse in a long time.

  • How to measure the digital output of the linear actuator on USB-6009?

    Hello

    I am a new user of Labview and need help to measure a digital input signal.

    I have an actuator Bimba Original line electric with a motor continuous integrated with encoder, drive and the controller. The drive has a programmable digital output that I put as a tachometer output that emits pulses of square wave 100 per turn of the engine. I put the engine to make a total of 56 rev in 22 dry. I want to measure the speed of motor rotation labview real-time and synchronize it with a few other analog input signals. I wired the actuator for the USB-6009 case as shown below.

    I opened the test i/o digital USB-6009 Panel and fix all the lines of port 0 as inputs. However, when I click on start and run the actuator, p0.0 led flashes, as indicated below.

    Shouldn't the led blink in response to revolutions of engines?

    I want basically to collect the drive pulse signals and convert them in rpm on labview.

    ahsan2 wrote:

    I have it wired correctly?

    It would help if you do not attach the HIGH signal.  Remove the + 5V in the circuit.

Maybe you are looking for

  • consumption of RAM mounts even without open tabs

    Every time when I'm hibernating computer I close all applications, including firefox, so I noticed that from time to time it consumes mor to 1, 5 GB of ram doing nothing only 2 tabs are open both without flash games or whatever it is, even if there i

  • Store the values of field Intersect

    Hye I need to be able to build a table with values where my white plot intersects my red plot twice and measure the time that the green belt is 1. As you can see you must manually change the cursor to observe the situation. See the attached VI

  • How to copy folders or files on account limited XP admin account?

    OK, it's probably going to be something REALLY simple but I am confused: S I have a hp laptop Windows xp home, have created accounts limited to each of my children but want to copy some of the games of my account to their Manager, can anyone help me

  • Admin password recovery

    Hi I am trying to install Win 8 and need the administrator password to access the BIOS.  Here's what I get "system disabled [83636754] Please suggest what can be done."

  • The Inspiron Mini 1012 system restore

    Hello need help.  I have a borked operating system and wanted to use the F: dell recovery partition to restore to the factory specifications. can someone tell me the key combination to access the system restore option?  I tried everything I can think