manjey73

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 923 total)
  • Author
    Posts
  • in reply to: Register reading with Modbus TCP #16350
    manjey73
    Participant

    In configuration Modbus – group – Input Registers.
    Value – 4 bytes uint.
    Maybe change byte

    in reply to: Register reading with Modbus TCP #16349
    manjey73
    Participant

    In input script – Cnl/10

    in reply to: about chart plugin #16327
    manjey73
    Participant

    By all means, you will have to divide into two tables and register your Chart Pro template for each one. You will not be able to output channels from two different databases at the same time. At least it didn’t work out for me, I have to switch between ChartPro templates.

    in reply to: schemeeditor doesn’t launch at all – windows11 #16271
    manjey73
    Participant

    Strangely, I’m currently using Windows 11 on the same project. The scheme editor is working.
    If you can tell me where to look at the settings in Windows 11 and which ones, I’ll take a look.

    • This reply was modified 1 year ago by manjey73.
    in reply to: how to modify the string through send command. #16204
    manjey73
    Participant

    You need to process CmdDataStr in the output formula

    in reply to: Show Rapid SCADA Version #16195
    manjey73
    Participant

    Rapid SCADA 6.1.4 (August 03, 2023)

    in reply to: Show Rapid SCADA Version #16194
    manjey73
    Participant
    in reply to: new csv file reder driver #16185
    manjey73
    Participant

    The timestamp in the csv file must correspond to UTC time so that the driver accepts this data as new and places the value in the channel.
    Next, ModDbExport, seeing the channel change, should send the data to the database.
    If I understand this mechanism correctly.

    in reply to: Script postgresql #16178
    manjey73
    Participant

    I want a script that detect a new xxx.csv, load the data, and write the data in postgresql.

    I’m not sure if the DrvCsvReader driver is capable of detecting new csv files. In addition, it requires a specific csv file structure.

    If you do not know the name of the csv file, you will have to create a script in the system itself, for example, on bash on Linux and call it via crontab. Well, or through the Windows scheduler.
    Rewrite or add information to a csv file that DrvCsvReader will understand and write the data to channels that will already be sent to the database using ModDbExport.
    You need to understand the architecture of your csv files, how different they are in terms of the dataset, etc.

    in reply to: Script postgresql #16176
    manjey73
    Participant

    Why not use the DbExport module in conjunction with the CSV reader driver?

    in reply to: Support for Version 5.8.x #16146
    manjey73
    Participant

    As far as we know, only critical bugs are supported for 5.8.4, and the last fix has been around for quite some time.
    If possible, upgrade to 6.4 since version 5 is no longer being developed.

    in reply to: can not send command by web #16135
    manjey73
    Participant

    The format must also be specified as a String.

    in reply to: Is there a text field control? #16134
    manjey73
    Participant

    Are the variables in the PLC textual ?
    Or what is it about? some kind of screen or documentation to understand?

    in reply to: No Table Editor #16130
    manjey73
    Participant

    Another option is to create your own web page in which you will collect the necessary data and display it and connect it to the display as a third-party.

    in reply to: No Table Editor #16129
    manjey73
    Participant

    Ah, then you need to develop your own Table plugin. And somehow connecting it is already from the category of development.

Viewing 15 posts - 181 through 195 (of 923 total)