OI4 / oi4-oec-service

An OI4-compliant base service covering most of the "mandatory" functionality by the development guideline
MIT License
2 stars 0 forks source link

Same TimeStamp for all IOPCUADataSetMessage within one network message #122

Open viktorsebok opened 1 year ago

viktorsebok commented 1 year ago

https://github.com/OI4/oi4-service/blob/b395ce89ce4ae7771be797190b8fd6c4d473e3f3/packages/oi4-oec-service-opcua-model/src/index.ts#L196

In this case, each instance of the IOPCUADataSetMessage, will have the same timestamp. Make it sense to use payload specific timestamp in the IOPCUAPayload?