gregseigs1 Posted November 5, 2015 Posted November 5, 2015 I have several programs that if I go into the status of the devices there is "True" and "False" - the ones that are not working are "False". What do I have to do to get them to work? Under programs they are enabled. Thanks.
oberkc Posted November 5, 2015 Posted November 5, 2015 Program status is nothing more than the results when last ran. If a progrm last ran the THEN clause, that program will be TRUE. If it last ran the ELSE clause, that program will show false. FALSE is not an indication that a program is not working. Quite the contrary...a program can be false only if it DID execute.
larryllix Posted November 5, 2015 Posted November 5, 2015 (edited) Program "True" and "False' indicates the last state of the "If" conditional logic evaluation and is used for debugging purposes. If you pull down menu item at the top (can't remember which one) there is an option to turn on folder and program colours so this is more visible to watch program actions and status. This is not a problem but rather a feature. Devices have On, Off, analogue levels etc. Edited November 5, 2015 by larryllix
Recommended Posts