Imported from previous forum
[ original email was from Robert McWhirter - robert.mcwhirter@swx.ch ]
I have question I hope you can help with.
I have a sequence, and a field within the sequence is tagged with the attribute.
If there are three occurrences in the sequence, and this happens for two sequential messages, will attribute be applied on a per occurrence level, or per message? I.e. will
Message #1 = 107=GEZ7, 107=GEZ7, 107=GEH8
Message #2 = 107=GEZ7, 107=GEH8, 107=GEH8
produce
Fast Message #1 = GEZ7, , GEH8
Fast Message #2 = GEZ7, GEH8,
Fast Message #1 = GEZ7, GEZ7, GEH8
Fast Message #2 = , GEH8,
Many thanks…
Unless you specify the dictionary attribute, the dictionary is the global dictionary. When using the global dictionary, the previous value is used regardless of its origin.
So your first example is the correct one.
There is currently no setting that fully supports the other variant.
/David
I have question I hope you can help with.
I have a sequence, and a field within the sequence is tagged with the
attribute.If there are three occurrences in the sequence, and this happens for two
sequential messages, will attribute be applied on a per
occurrence level, or per message? I.e. willMessage #1 = 107=GEZ7, 107=GEZ7, 107=GEH8 Message #2 = 107=GEZ7,
107=GEH8, 107=GEH8produce
Fast Message #1 = GEZ7, , GEH8 Fast Message #2 = GEZ7,
GEH8,Fast Message #1 = GEZ7, GEZ7, GEH8 Fast Message #2 = ,
GEH8,Many thanks…
[ original email was from Robert McWhirter - robert.mcwhirter@swx.ch ]
Many thanks for prompt response; it’s been onpassed to the developers concerned…
Unless you specify the dictionary attribute, the dictionary is the
global dictionary. When using the global dictionary, the previous value
is used regardless of its origin.So your first example is the correct one.
There is currently no setting that fully supports the other variant.
/David
I have question I hope you can help with.
I have a sequence, and a field within the sequence is tagged with the
attribute.If there are three occurrences in the sequence, and this happens for
two sequential messages, will attribute be applied on a per
occurrence level, or per message? I.e. willMessage #1 = 107=GEZ7, 107=GEZ7, 107=GEH8 Message #2 = 107=GEZ7,
107=GEH8, 107=GEH8produce
Fast Message #1 = GEZ7, , GEH8 Fast Message #2 = GEZ7,
GEH8,Fast Message #1 = GEZ7, GEZ7, GEH8 Fast Message #2 = ,
GEH8,Many thanks…