If anyone can give me some help,thanks!
Solved! Go to Solution.
Hi,
Looks like you are not using the variable Status in any expression, so you are seeing that warning. To get rid of it, either don't assign that variable (and comment/remove the variable declaration) or use it in an expression.
Note that it's just a warning to indicate you that you are not using a set variable, but you can still build and program the project.
Hi,
Looks like you are not using the variable Status in any expression, so you are seeing that warning. To get rid of it, either don't assign that variable (and comment/remove the variable declaration) or use it in an expression.
Note that it's just a warning to indicate you that you are not using a set variable, but you can still build and program the project.