Hello. I want to monitor voltage between 1-10V using FMB920 and stop sending analog data if value is outside the specified range. I tried to implement it by setting
- Analog Input 1 Priority to 1 (50180:1)
- Analog Input 1 Operand to Operand on Entrance (50181:1)
- Analog Input 1 High level to 10000 (50182:10000)
- Analog Input 1 Low Level to 1000 (50183:1000)
- Analog Input 1 Event only to 0 (50184:0)
- Analog Input 1 Average to 200 (50185:200)
(setparam 50180:1;50181:1;50182:10000;50183:1000;50184:0;50185:200)
but resulting graph looks like this:
Also, What is the Analog Input 1 sampling rate? In other words in how long of a time is 200 Analog values red and averaged out?
