Forum Home › Forums › Uncategorized Issues › Want to Control Input Data Overflow
Tagged: dictionaries, formula, input channels, Output Channels
- This topic has 6 replies, 2 voices, and was last updated 3 years, 3 months ago by
Mikhail.
-
AuthorPosts
-
July 15, 2022 at 8:53 am #10415
SachinKumar
ParticipantHello everyone,
My name is Sachin and i have one query.
I have a device that is connected remotely via Rapid Scada on Modbus, That device is connected with one sensor whose value is shown in our localhost in table view.
If someone remove the sensor as physically from device then it becomes data overflow and i got 65526 value displayed in table view.
I want to control this process as if someone remove the sensor then the values shown in table would be like -1 and when someone connect it again then it should show the actual value present.
i Want to control this whole process automatically.-
This topic was modified 3 years, 4 months ago by
SachinKumar.
July 15, 2022 at 9:53 am #10418
MikhailModeratorHello,
Do you need to display 65526 as -1?
July 15, 2022 at 10:11 am #10419SachinKumar
ParticipantActually we can do that using formula,
What I want is,
Suppose if Input Channel(101) > 65525 then it shows -1 otherwise it shows the actual valueJuly 16, 2022 at 5:36 am #10420SachinKumar
ParticipantOne More Question, How can we use custom Formulas in Rapid Scada?
July 16, 2022 at 9:12 am #10421
MikhailModeratorChannel(101) > 65525 then it shows -1 otherwise it shows the actual value
Use the formula for the channel 101:
Cnl > 65525 ? -1 : CnlHow can we use custom Formulas in Rapid Scada
Check this article https://rapidscada.net/doc/content/latest/en/software-configuration/using-formulas.html
August 17, 2022 at 6:25 am #10482SachinKumar
ParticipantHello Mikhail,
I have one query , Actually I have 4 Input coil sensors which are communicated via modbus. What I want is I want to control all Senosor On-Off using one single button in scheme ediitor but I am not getting any idea how to do that!
Please help!!!!!!August 17, 2022 at 11:11 am #10485
MikhailModeratorHello,
If the device support multiple command function, you can add a such command to the Modbus template in order to change all coils by single command.
Also you can use Automatic Control Module to send 4 commands according to a single command.-
This reply was modified 3 years, 3 months ago by
Mikhail.
-
This topic was modified 3 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.