-
Hello, I'm using the MindConnect Node to handle different types of data eg. temperature values. Is there a way to handle NaN values with the MindConnect Node or the MindConnect function node? I could sort out all NaN values as they arise, but I'm looking for a central solution at the end of the process. KR |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can write a small javascript method in the function node which is preparing the data for mindconnect node which filters out the NaN values before you send the data to mindsphere node. |
Beta Was this translation helpful? Give feedback.
You can write a small javascript method in the function node which is preparing the data for mindconnect node which filters out the NaN values before you send the data to mindsphere node.