Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantIn configuration Modbus – group – Input Registers.
Value – 4 bytes uint.
Maybe change byte
manjey73ParticipantIn input script – Cnl/10
manjey73ParticipantBy 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.
manjey73ParticipantStrangely, 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.
manjey73ParticipantYou need to process CmdDataStr in the output formula
manjey73ParticipantRapid SCADA 6.1.4 (August 03, 2023)
manjey73Participant
manjey73ParticipantThe 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.
manjey73ParticipantI 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.
manjey73ParticipantWhy not use the DbExport module in conjunction with the CSV reader driver?
manjey73ParticipantAs 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.
manjey73ParticipantThe format must also be specified as a String.
manjey73ParticipantAre the variables in the PLC textual ?
Or what is it about? some kind of screen or documentation to understand?
manjey73ParticipantAnother 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.
manjey73ParticipantAh, then you need to develop your own Table plugin. And somehow connecting it is already from the category of development.
-
This reply was modified 1 year ago by
-
AuthorPosts