manjey73

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 974 total)
  • Author
    Posts
  • in reply to: Beckhoff TwinCAT 2 Driver (RS v6) #16429
    manjey73
    Participant

    @hatien If you have a program for Beckhoff in TwinCAT, please send the *.tpy file from your project.

    in reply to: Beckhoff TwinCAT 2 Driver (RS v6) #16427
    manjey73
    Participant

    @hatien
    It is necessary to try, I had access to only one controller on Windows CE (I do not remember the series). If the controller uses a library from TwinCAT 2 – TwinCatAds.dll that’s quite possible.
    The library has been rewritten on NET6.
    Unfortunately, I do not know C++ to refine the library from Beckhoff in order to be able to use it in the driver code. At the moment, they have a library only for Linux X86 architecture and does not allow it to be used from C# code.

    If you need a key for testing, write to me and I will provide it.

    • This reply was modified 1 year, 3 months ago by manjey73.
    in reply to: modbus与lora网关通信 #16412
    manjey73
    Participant

    If applied to a gateway in Modbus, isn’t the gateway configurable and places the values from each specific device in a specific register? The same probably applies to MQTT, each variable has its own subscription ID.
    You create several d Rapid Scada devices, with their own variables, even the same tags, etc. if necessary (the same tags are allowed in different devices)
    , Place them on the same communication line for the gateway. You set up a survey template for each device.

    It would probably be a little slower if it were a single “Gateway 1” device, but probably more correct.

    in reply to: modbus与lora网关通信 #16408
    manjey73
    Participant

    Or are your devices still lora?
    And do you want to apply a modbus gateway to them, which you will then poll?

    • This reply was modified 1 year, 3 months ago by manjey73.
    in reply to: modbus与lora网关通信 #16407
    manjey73
    Participant

    If the devices are modbus, just poll them less frequently by setting the appropriate period.
    Lora is not supported in Scada.

    in reply to: covert channel #16396
    manjey73
    Participant

    By disabling the Activity, you exclude the channel from the database.

    As far as I understand, it is impossible to hide a channel from the web table with a value of 0.
    You can overlay a dynamic image on the mnemonic with a transparent background at a value of >0 and the main background of the mnemonic at a value of = 0.

    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, 5 months 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.

Viewing 15 posts - 226 through 240 (of 974 total)