You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CSK_Module_MultiIOLinkSMI/scripts/Communication/MultiIOLinkSMI/MultiIOLinkSMI_Parameters.lua
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ local function getParameters()
20
20
multiIOLinkSMIParameters.ioddReadMessages= {} -- Table contatining information about read messages. Each read message has its own IODD Interpreter instance
21
21
multiIOLinkSMIParameters.ioddWriteMessages= {} -- Table contatining information about write messages. Each write message has its own IODD Interpreter instance
22
22
multiIOLinkSMIParameters.autoStartTimer=false-- Status if read message timers should be started automatically after parameters were loaded
23
+
multiIOLinkSMIParameters.extraByteLength=1-- Extra bytes to add to ProcessData Out byte length
0 commit comments