16.06.2025, 07:51
(16.06.2025, 06:45)admin Wrote: Do you have anything in Error log?
There are no error log. The frame just doesn't show any information.
I have setup the same as we do with any LM machines, so not sure why the NAC doesn't work.
Changed eventlog/lp name in and the frame, when we do this frame shows file does not exist. So I know its looking at the correct folder and file name eventlog.lp
We can see data in storage when we useĀ
items = storage.exec('lrange', 'eventlog', 0, 10)
tex = table.concat(items, '\r\n')
log(tex)