Open lylyuanliang opened 1 year ago
I think that using kepserver er should work. But I'm not aware of its configuration format. As far as I remember the I should be the datatype identifier (I=integer). Could you please provide a small example with a bit of explanation? What kind of device do you plan to simulate? If it is a MARK VI then you should be able to export the taglist from there and feed it into the simulator. This should provide a feed of data that your Kepware will be able to interpret according the configuration provided in its own syntax.
As shown in the screenshot, in the address "C3:1:I3," the "I" represents the Memory Type, and "3" represents the Memory Address. This is where I am not sure how to correspond it with our EGD simulator's address.
May I use Kepserver to read data from this simulator? If yes, how should I configure the address? In Kepserver, the address configuration consists of letters and numbers, such as I1. However, I see that the simulator's address is in the format of byte offset and bit offset. I'm not sure how to map them one-to-one. Thank you.