Going back to the example demo, I am trying to get the OctetString to show up. I have simulated updates for strings less than 200 bytes.
I have set the OctStrings in the Outstation as follow:
outstationStack.databaseTemplate.octetString.Add(key, new OctetStringConfig()
{
eventVariation = EventOctetStringVariation.Group111Var0,
staticVariation = StaticOctetStringVariation.Group110Var0
});
I would simulate them by calling the changeset.Update:
changeset.Update(value, dataType.Key);
When getting it from the Master, I do not see any updates from the OctStrings.
Not sure what I am doing wrong. I am doing the same steps as the Binary and for the Analog. Please advise.
Thank you!
Michael