Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantAnd why did you upload the file? The question is what does it lie in?
manjey73
ParticipantTry version 5.8.3 there were changes regarding PostGre if I’m not mistaken. Only use the Modbus driver from version 5.8.2 (some error there)
manjey73
ParticipantThe entire mnemonic scheme is copied as a whole file with the renaming of the last one. And you can also call the same mnemonic circuit and specify the channel offset in the interface, like the example was in the documentation. But this is strictly for typed mnemonic circuits. Or what exactly is it about ?
manjey73
ParticipantIf the RS232 port uses additional signals other than Rx and Tx, then cheap converters will not work. To do this, you need to have a connection diagram. The RS485 interface can also be soldered on the DB9 port, but again, you need to have a diagram of the interfaces of your PLC. It is worth contacting the seller of this equipment.
manjey73
ParticipantНапишите мне на почту, найдете в информации драйвера.
Я пришлю свои выделенные IP (рабочий и домашний)manjey73
ParticipantIEC62056-21 кажется это обновление протокола 61107, надо будет поизучать и попробовать на живом приборе.
manjey73
ParticipantПо описанию на ACE6000 у него не 61107 а DLMS/COSEM
manjey73
Participant@Yatran сможете организовать удаленный доступ к приборам для тестирования?
И есть ли на них документация производителя о типах запросов и логи например с OPC сервера или перехваченные логгером порта в текстовом и HEX виде ?
На русском форуме тоже тема есть.
-
This reply was modified 4 years, 3 months ago by
manjey73.
manjey73
ParticipantThis is disabled in Mono because it does not work correctly. Therefore, there are ids of other tables instead of a list. We hope that in the next version, if you abandon Mono, everything will be fine.
manjey73
ParticipantThe signals and have a fixed numbering, but based on the indexes of the list of variables. And since we can change the lists, then what happens is what happens 🙂
-
This reply was modified 4 years, 3 months ago by
manjey73.
manjey73
ParticipantYes, this is a drawback of the Modbus driver and many others related to the tag generation code from the driver. I had to get away from this and look for a workaround by adding a mechanism to the code of my drivers to save the signal numbers that I want to see. As a result, I can disable or add variables without touching the signal numbering. For freely programmable devices, this is the first necessity. Yes, in other things, and for configurable ones, too.
It is hoped that the developer will listen to this problem and make some changes, at least in the Modbus driver.
manjey73
ParticipantYou pass the value of the channel itself in the command, and you need to pass Cmd or CmdVal, that is, the value of the command
manjey73
ParticipantSetVal(5050, Cmd)
I’m confused, do you call your application Scada ?
-
This reply was modified 4 years, 3 months ago by
manjey73.
manjey73
ParticipantAdd this value to the input channel and display it in a table or diagram
manjey73
ParticipantA formula in the reference list with an enumeration for example
-
This reply was modified 4 years, 3 months ago by
-
AuthorPosts