Hello I was just going through Core certification Practice test questions .
This one is really bugging me ,
- Define a new Tag Group named "Temperature Group" that meets the following requirements:
-
5,000ms subscription rate if the "[Site C]TempC" Tag has a value greater than 25
-
10,000ms subscription rate if the "[Site C]TempC" Tag has a value less than or equal to 25
Export the Tag Group, open the export file, copy its contents and paste them below as your solution.
and this is the answer given
[{"mode": "Driven","leasedRate": 5000,"drivingExpression": "{[Site C]TempC}","rate": 10000,"name": "Temperature Group","drivingComparisonValue": 25.0,"drivingComparison": "Less_Than"}]
Shouldn't the drivingComparision Value be Greater_Than?
if Less_Than how will lesser than or equal to 25 condition satisfy ?
Or is my understanding wrong ?