Part Number: AM263P4
Other Parts Discussed in Thread: SYSCONFIG
Hi,
we are using Sysconfig v1.27 and are running into the following error when opening up a syscfg file. This file was opening before, but something was corrupted to the point that the following error appears now:
Unknown error: Failed to construct 'ContextifyScript': Missing initializer in const declaration
Hide Details...
const PRU-ICSS1 = scripting.addPeripheral("PRU-ICSS");
^^^
SyntaxError: Failed to construct 'ContextifyScript': Missing initializer in const declaration
at new Script (node:vm:116:7)
at createScript (node:vm:268:10)
at Object.runInThisContext (node:vm:316:10)
at http://localhost:60110/ui.js:519:1263617
at u (http://localhost:60110/ui.js:519:1263667)
at h (http://localhost:60110/ui.js:519:1291449)
at t.createFromScripts (http://localhost:60110/ui.js:519:1292239)
at async t.capture (http://localhost:60110/ui.js:519:1048483)
at async B.createSysConfig (http://localhost:60110/ui.js:519:93597)
at async B.createConfigStore (http://localhost:60110/ui.js:519:92874)
Here is the syscfg file:
Please let us know what could be missing.
Thanks!
--Gunter