Ignoring special values Forum Home › Forums › Understanding the Software › Formulas › Ignoring special values This topic has 1 reply, 2 voices, and was last updated 1 hour, 50 minutes ago by manjey73. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 7, 2026 at 12:43 pm #18003 oleyParticipant Some output channels I use have special values if uninitialized. After restart the device the channel value is 0x7FFF or 0x7FFFFFFF. In this case the values should not be presented. Should I use script or is there a simpler solution? June 7, 2026 at 1:38 pm #18004 manjey73Participant yes, you need a script, you can even use it in the input formula, something like this (Cnl == 0x7FFF || Cnl == 0x7FFFFFFF) ? SetData(CnlNum, 0, 0): Cnl however, I did not try to check for two values at once. instead of the first 0, you can double.NaN Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In