This is where im confused.
Here do I just select that "!=" and that's it?
expired
would be another custom property with an expression binding. This is not a script, scripting language != expression language.
secondsBetween({Root Container.openTime},now()) > 15
Also where do i put this script?
secondsBetween({Root Container.openTime},now()) > 15
expressions use Ignition's expression language found here
Scripting uses Jython, but as a beginner, just think of it as python 2.7. There are built-in system functions that you can use in scripts but not in expressions found here
This is an expression, not a script. You should visit www.inductiveuniversity.com and do some free training to understand these basics.
1 Like
dkhayes117 I got it to work now. Thanks for your help.
1 Like