Hi, in our PLC4X project we have several places where there are bytes with fixed values expected. How would be the right was to define that?
So a S7 protocol message would always start with a byte with the value 0x32 … simply modeling that as a byte would make a packet with 0x42 also valid, which is not the case. So how do I force the byte value to be exactly a pre-defined value? Chris
