help me how to check none value or null value? Forum Home › Forums › Understanding the Software › help me how to check none value or null value? This topic has 7 replies, 2 voices, and was last updated 5 years, 5 months ago by Mikhail. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 5, 2020 at 12:36 am #6566 ALnalukParticipant how to check none value or null value? https://www.picz.in.th/image/untitled.xelgQv March 5, 2020 at 3:08 pm #6572 MikhailModerator Use the Stat function in your formulas. March 8, 2020 at 3:16 am #6585 ALnalukParticipant what is Stat function? https://www.img.in.th/image/T14fpE March 8, 2020 at 4:06 pm #6586 MikhailModerator http://rapidscada.net/doc/content/latest/en/software-configuration/using-formulas.html March 9, 2020 at 12:27 am #6587 ALnalukParticipant i want check the status that without input.do you have examples if(device = connect){ print = on } else print = off This reply was modified 5 years, 5 months ago by ALnaluk. March 10, 2020 at 7:46 am #6591 MikhailModerator Formula of the input channel would be: Stat() > 0 ? 1 : 0 Also you need to select Format = Enum text and Unit = Off-On March 13, 2020 at 4:37 am #6601 ALnalukParticipant i try it on this formula “Stat() > 0 ? 1 : 0” but it is not my request. https://www.picz.in.th/image/1-po5-87h8zhrgwqpeoafxma.QBKOOQ March 13, 2020 at 1:59 pm #6605 MikhailModerator With formula Stat > 0 ? Cnl : Val() you can get the last correct value Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In