We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9183e commit 303cc92Copy full SHA for 303cc92
LibNoDaveConnectionLibrary/DataTypes/Blocks/Step7V5/S7DataBlock.cs
@@ -53,7 +53,7 @@ public IDataRow Structure
53
{
54
get
55
56
- bool checkIFaceConflict = usedS7ConvertingOptions.CheckForInterfaceTimestampConflicts;
+ bool checkIFaceConflict = usedS7ConvertingOptions != null && usedS7ConvertingOptions.CheckForInterfaceTimestampConflicts;
57
58
if ((!checkIFaceConflict && StructureFromString != null) || (checkIFaceConflict && !HasInterfaceTimestampConflict))
59
0 commit comments