Skip to content

Commit b5476ea

Browse files
committed
fix(core/module): ensure SocketConnection Interval has array length set
1 parent e1645b9 commit b5476ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ModuleBase/NAVFoundation.ModuleBase.axi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ define_function NAVModuleInit(_NAVModule module) {
8787
module.Device.SocketConnection.IsConnected = false
8888
module.Device.SocketConnection.IsAuthenticated = false
8989
module.Device.SocketConnection.Interval[1] = 0
90+
set_length_array(module.Device.SocketConnection.Interval, 1)
9091
module.Device.SocketConnection.RetryCount = 0
9192

9293
module.Enabled = true

0 commit comments

Comments
 (0)