manjey73

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 924 total)
  • Author
    Posts
  • manjey73
    Participant

    From my observations, Server Modules do not have isolation like drivers. A logical error leading to an exception will stop the Server. I tried using Thread and I ran into various problems. After that, I switched to Task, in case of an error in the task, it simply closes.
    The bots in the module are called about 10 times per second, it is necessary to take this into account.

    in reply to: Setting multiple channels at once. #17875
    manjey73
    Participant

    Scripts can’t transfer data to devices. It is only possible to transfer to the device via the AutoControl Module, which can be configured to work in channels.

    I can’t tell you about the broadcast address, probably not than yes. This should be built into the driver and is not so easy to implement (I did this on one device, but not Modbus)

    in reply to: Multi language support #17873
    manjey73
    Participant

    I’m also in favor of a dynamic approach. Maybe there is some way to teach Mimic to work with language files located in the lang folder? and by choosing the right language, would the mnemonic scheme change the labels in the appropriate languages?

    in reply to: Error Communication Failed #17850
    manjey73
    Participant

    check the open ports in the system. the netstat command, if I’m not mistaken.

    in reply to: Error Communication Failed #17843
    manjey73
    Participant

    show the text of the device log starting from the start of the line

    in reply to: Error Communication Failed #17841
    manjey73
    Participant

    I can’t tell you who is changing the port, but the server, when sending to port 502, expects it to return to port 502.

    in reply to: Error Communication Failed #17839
    manjey73
    Participant

    Destination Port: 50060

    Why would that be?

    in reply to: Error Communication Failed #17837
    manjey73
    Participant

    copy the contents of the response from wireshark to modbus parser from the data block and find out. if there is an adequate response, then configure the firewall.

    in reply to: Event beep #17831
    manjey73
    Participant

    However, this will require advanced Mimic components (paid), specifically ExtraMarkup from the components.

    in reply to: Event beep #17830
    manjey73
    Participant

    You can create a circuit in the new Mimic editor and make the sound play cyclically while the page is open.

    in reply to: Error Communication Failed #17829
    manjey73
    Participant

    Yes, if the address requires 0 for the device, this may be the reason. Another option is to send a broadcast address to the device – 254 or 255 in Modbus mode when it is connected to TCP. Such things should be specified in the device documentation.

    in reply to: Error Communication Failed #17826
    manjey73
    Participant

    And start with one register, specifying in the settings to start with 0 or 1. Do you also have the exact device address = 1 ? Depending on the device, the device ID may be ignored in Modbus TCP mode, or it may have to correspond to some value.

    in reply to: Error Communication Failed #17824
    manjey73
    Participant

    Disabling the firewall does not mean that packets will be skipped.

    in reply to: Error Communication Failed #17820
    manjey73
    Participant

    and actually show the device configuration in the configuration database.

    in reply to: Error Communication Failed #17819
    manjey73
    Participant

    show the log of a specific device. what data goes into it. is the device responding or just a timeout error?

    show the line and device settings.

Viewing 15 posts - 1 through 15 (of 924 total)