SMS message to send defined variable


#1

1) Give a description of the problem
Hello! I’m looking to see if its possible to send the data from a user defined dynamic varaible through SMS, but it is not happening. I am using the format that works to relay data defined by the control system, but it is not coming through when it is changed to my user defined dynamic variable.

Also, I need login help for my old account, which is requesting for two factor authentication. Anyone who can refer me to someone that can look at this would be greatly appreciated!

2) What is the expected behavior?
Receive the data that is defined.

3) What is happening/not happening?
SMS message reads “Empty device list met” instead of displaying the data

**4) Post a Green Snapshot of the piston![image|45x37]

5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

I don’t like the ambiguity of “dynamic”… I usually go with string, integer, or decimal.

Here is a simple example using Expressions:

temp

which sends me this text:

temp


Side Note:
Your picture above only shows the first 280 lines…


#3

Thank you WC, I’m going to try using the example you provided above. I’ve changed all of the variables from dynamic to their correct value, and will see how it goes. The program that I have the picture is actually the entire thing, it just cut off the very end for whatever reason.

Rob