manjey73

Forum Replies Created

Viewing 15 posts - 736 through 750 (of 856 total)
  • Author
    Posts
  • in reply to: How to run communicator graphical user interface #4718
    manjey73
    Participant

    After the launch of the device and the Server, the shortcuts of the active application appear in the System tray

    in reply to: How do I build a chart with a 1 week span? #4701
    manjey73
    Participant

    https://ibb.co/pn3NmjS

    On ChartPro you can get a demo key and try what he can.

    in reply to: Generate Event using formula #4668
    manjey73
    Participant

    In 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

    in reply to: Simulate a Modbus master and slaves communication #4661
    manjey73
    Participant

    RapidScada 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.

    in reply to: Bit Toggle #4642
    manjey73
    Participant

    Probably 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.

    in reply to: Bit Toggle #4641
    manjey73
    Participant

    This 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.

    in reply to: Change event sound #4634
    manjey73
    Participant

    http://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 ?

    in reply to: Database Admin on Raspberry Pi #4621
    manjey73
    Participant

    Or copy the database on a Windows PC and then back. Or use the Agent in the latest version of Scada

    Agent

    • This reply was modified 6 years, 10 months ago by manjey73.
    in reply to: M-Bus Protocol driver #4526
    manjey73
    Participant

    The cost of$ 30 or 50% discount when providing logs devices

    Driver_Mbus

    in reply to: Reading bits #4508
    manjey73
    Participant

    in Calculate Discrete – GetBit(Val(434),x)

    in reply to: Device 11 – Server Room error #4492
    manjey73
    Participant

    Because 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.

    • This reply was modified 6 years, 11 months ago by manjey73.
    • This reply was modified 6 years, 11 months ago by manjey73.
    in reply to: OPC Values of String Tags not fully read #4450
    manjey73
    Participant

    The 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.

    in reply to: Users and passwords #4426
    manjey73
    Participant

    look this

    • This reply was modified 6 years, 11 months ago by manjey73.
    in reply to: Modbus TCP – One Element value gives 4 Digital Inputs, #4401
    manjey73
    Participant

    Twenty-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.
    in reply to: Modbus TCP – One Element value gives 4 Digital Inputs, #4393
    manjey73
    Participant

    bits 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

Viewing 15 posts - 736 through 750 (of 856 total)