Text data
Last updated
Last updated
You can recognize text signals by their Text
datatype.
Text signals can be added to time series plots. They will not show up as an extra line on the plot but their value at the cursor is displayed along with the other cursor values.
If you want to visualize how the text signal evolves over time, you can create a function to convert the different text values to numbers and plot this function. Similar formulas can be used to create a text signal from a discrete numeric signal. Depending on you database type, this function will look different.
This are some example functions on how to convert a discrete gear
signal to a text signal direction
which indicates the driving direction:
Text to Number
Number to Text
Text to Number
Number to Text