WOLFRAM SYSTEM MODELER

CelsiusToFahrenheit

Block-based model for conversion from degree Celsius to degree Fahrenheit

Diagram

Wolfram Language

In[1]:=
SystemModel["DocumentationExamples.Tutorial.ExternalData.CelsiusToFahrenheit"]
Out[1]:=

Information

This example is used in the tutorial Using External Data.

The model may contain stylistic improvements compared to the model obtained by following the steps in the tutorial. Examples of stylistic improvements include the use of description strings, model plots, icons, and documentation.

Connectors (2)

tempC

Type: RealInput

Description: 'input Real' as connector

tempF

Type: RealOutput

Description: 'output Real' as connector

Components (5)

zeroC_in_degC

Type: Constant

Description: Zero degrees Celsius

sub

Type: Feedback

Description: Output difference between commanded and feedback input

delta_C_to_F

Type: Gain

Description: Change in degrees Fahrenheit per change in degrees Celsius

zeroC_in_degF

Type: Constant

Description: Zero degrees Celsius converted to Fahrenheit

add

Type: Add

Description: Output the sum of the two inputs