How do I use "Thermocouple" component in Simulink

4 views (last 30 days)
ArashR
ArashR on 27 May 2013
Answered: Sabin on 12 Aug 2025
Hello,
I'm familiar with MATLAB but new in Simulink. I try to use a component called Thermocouple in Simulink but don't understand how to use it. I checked the help but that gives almost no information about how that component should be used without being more confused. And unfortunately, no answers in this forum either...
I want to make a simple simulation with Thermocouple where I "send" a vector, from MATLAB OR generate a vector directly in the Simulink, to Port A. That vector represent different temperature on different time. AND easily "measure" or read the generated voltage at port "+" and "-". This is what I expect that this "Thermocouple" component should do, right?
My questions are:
1. How can I send in a set of temperature into port A? 2. With which component am I able to read/measure/save the generated voltage?
I'm very grateful for all relevant feedbacks!
Thank you guys!
  2 Comments
Ryan G
Ryan G on 28 May 2013
Which thermocouple are you using? The simscape component or the xPC block? Neither of these are designed to do what you want. If you want to send data into your model you can use from workspace or input port blocks.
ArashR
ArashR on 29 May 2013
Thermocouple from simscape. How should it be used? Is it possible to measure the voltage? How do I do that, which component I should use?
Thank you!

Sign in to comment.

Answers (1)

Sabin
Sabin on 12 Aug 2025
Port A is a thermal port, it must be connected to a thermal network. You can use a Controlled Temperature Source to send different temperatures to the termocouple. For an example using the Thermocouple block check this:

Categories

Find more on Composite Components in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!