04-13-2022 12:40 AM
Iam using daq assistant in lab view to measure temperature of thermocouple where iam getting the results in form of amplitude versus time graph instude i want the temperature versus time curve so plzz help me out in finding my desired output
04-17-2022 05:33 PM
Please explain the problem better.
05-07-2022 11:12 AM
Please attach your VI. It may be something as simple as right-clicking the Chart and changing the X Axis "name" to be "Temperature". Note that this assumes that the Hardware device you are using reports its values in the appropriate units, such as degrees F or C. Looking at your code will help us to better understand what you are trying to do, and thus make it clearer how you should go about doing it.
Bob Schor
04-02-2025 07:04 AM
Yes the issue is in the conversion to temperature
The scaling can be done simply but the values should be from 0 to 100 degrees but instead I get the values in the thousands(2398.44), which is not out expected output.
It is as shown in the image below, I want to track the temperature changes across time but I am finding it difficult to do so. How do I change it so that I can get temperature against time rather than amplitude against time? Please help!!!
04-02-2025 12:12 PM
@esliboat wrote:
Yes the issue is in the conversion to temperature
The scaling can be done simply but the values should be from 0 to 100 degrees but instead I get the values in the thousands(2398.44), which is not out expected output.
It is as shown in the image below, I want to track the temperature changes across time but I am finding it difficult to do so. How do I change it so that I can get temperature against time rather than amplitude against time? Please help!!!
This thread is three years old. Are you the same user as the original post?
We cannot debug a picture with express VIs and dynamic data. Most likely all you need to do is some scaling, but based on the very sparse information in your post, we cannot be more specific.
04-02-2025 08:57 PM
Thank you for (partly) following my suggestion (in Message 3) to attach your VI. You didn't, but you did attach a picture of your VI (oh, well). It shows you have a graph, not a chart, but my suggestion stil applies.
Any other questions?
Bob Schor
04-03-2025 10:36 AM - edited 04-03-2025 10:38 AM
Then I do not think that it is a simple scaling issue, because it did not work, it still gave me the values in the thousands instead of measuring the temperature from 0 to 100 degrees. From the image, I recorded the temperature at room temperature for 3seconds, but it is not showing the standard room temperature. In fact, the values there are not even in degrees Celsius. Please any thoughts?
04-03-2025 10:57 AM - edited 04-03-2025 11:21 AM
@esliboat wrote:
Then I do not think that it is a simple scaling issue, because it did not work, it still gave me the values in the thousands instead of measuring the temperature from 0 to 100 degrees. From the image, I recorded the temperature at room temperature for 3seconds, but it is not showing the standard room temperature. In fact, the values there are not even in degrees Celsius. Please any thoughts?
There is no way we can help you unless you tell us exactly what you are doing:
Is there anything preventing you from attaching your VI so we can see what's in the wire?
04-03-2025 03:03 PM
I think @altenbach has more patience than I have. This is beginning to look like a "phishing expedition".
At this point, I would like to see the entire LabVIEW Project (assuming you have all of the code contained in a single folder, including the .lvproj file) which you can attach by (a) right-clicking the Project Folder, (b) choosing "Send to:" and "Zipped (compressed) folder", and (c) attaching the resulting .zip file. Do not use another file compressor (like .rar).
This will answer a lot of questions, the foremost in my mind is "Are you seriously interested in LabVIEW?" which is closely related to "Are you asking a legitimate question about your work?" It would also deal with @altenbach's query about why this is in a myDAQ/myRIO (Academic) Forum when it seems to be a basic LabVIEW question.
Bob Schor
04-03-2025 05:16 PM - edited 04-03-2025 05:16 PM
Trying to monitor the temperature changes in a sample, for a given period of time.