Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantAfter the launch of the device and the Server, the shortcuts of the active application appear in the System tray
manjey73
ParticipantOn ChartPro you can get a demo key and try what he can.
manjey73
ParticipantIn fact, you can create new statuses in the database and assign thresholds to formulas that will change the status of your new notifications.
Dictionaries – Event types
manjey73
ParticipantRapidScada communicates with Modbus devices as well as other programs. Through registers described in the DOCUMENTATION for the device. But through pictures alas no one not able to communicate. You need documentation for the device, the picture you showed.
manjey73
ParticipantProbably your problem can now be solved using only the module, I did a long time ago and I had to use different formulas in conjunction with the module. For example, with the help of the module I had to set up an extraordinary survey of the device for feedback, now this feature is provided directly in the Communicator when sending a command. Check out the documentation and try the demo mode to get started.
manjey73
ParticipantThis can only be done when using the Automatic Control Module.
If you need an example, I can a little later to put.http://doc.rapidscada.net/content/en/modules/mod-auto-control.html
But this module is paid, but it’s worth it.
manjey73
Participanthttp://demo.rapidscada.net/plugins/Store/Store.aspx
Sound Alarm Module The module plays a sound in case of alarm.
Isn’t that what you need ?
manjey73
Participantmanjey73
ParticipantThe cost of$ 30 or 50% discount when providing logs devices
manjey73
Participantin Calculate Discrete – GetBit(Val(434),x)
manjey73
ParticipantBecause you don’t have such a device on the lines. Equipment settings are given in the database for an example of how to do it directly with your equipment.
You need either real equipment and real experiments. Or find on the Internet emulators devices such as Modbus and set up communication with them. Everything is possible.
http://raxp2.blogspot.com/2015/03/modbus.html
The site is in Russian, but if you follow the links, there are English versions of simulators, including free.
manjey73
ParticipantThe database is limited to 8 bytes in any case. And for the full name to appear in the Communicator window, the driver must know exactly what this text variable is. The OPC driver is a more universal thing and you just can’t tell it to display a fully text variable, as it does in the SNMP driver, for example.
p.s. we have been asking for additional text databases for such things.
October 11, 2018 at 10:05 am in reply to: Modbus TCP – One Element value gives 4 Digital Inputs, #4401manjey73
ParticipantTwenty-five again…. (Russian expression.)
You can make one channel number, for example 9, which will get the value from the device with the signal 9. And in the formula the estimated channels to write GetBit(9, 0), and so on ? there is no need to specify a signal in the calculation channel
If you have a channel 20 receives a signal from the device 9, then in the formula of the calculation channel it is necessary to specify the 20th channel. Example GetBit (20, 3) >0 ? 0: 1
-
This reply was modified 6 years, 12 months ago by
manjey73.
October 10, 2018 at 7:22 pm in reply to: Modbus TCP – One Element value gives 4 Digital Inputs, #4393manjey73
Participantbits in numbers start from zero. Do you want first or zero ?
bits in numbers start from zero. Do you want first or zero ? And not only the signal 9 and the Number 9 (the channel number is used in the formula)
GetBit (channel number, bit number) – you will get the same value as bit 0 or bit 1
GetBit (channel number, bit number) > 0 ? 0: 1 – you will get the opposite value if bit=0 then you will get 1, if bit=1 then you will get 0
-
This reply was modified 6 years, 12 months ago by
-
AuthorPosts