Hi, I'm having a problem to receive data using Modbus protocol
Variables of type "Coil" are assuming integer values >1 in Flexsim, which impacts the identification of information arrival in some variables.
We noticed that in the first moments of simulation the information is received correctly and after a certain interval the values start to change randomly. I saw something similar in this question: https://answers.flexsim.com/questions/122489/modbus-control-register-read.html
I'm using a Modbus TCP Connection with a Delta AS228P PLC. Flexsim version is 22.2.3. And to check the receipt of data from the PLC I used the "Wireshark" program, at first the PLC sends the data correctly, but Flexsim is not receiving it in the proper format.
In this model I tested the same variable with the 4 types possibles
By reading a boolean variable referring to a light sensor I obtained this data. The first column refers to the received data and the second to the Model.time.
Would it be a bug? Or would there be some other configuration needed?