Logic Machine Forum
[OLD] LogicMachine firmware 2023 RC1 - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: Announcements (https://forum.logicmachine.net/forumdisplay.php?fid=7)
+--- Forum: Software updates (https://forum.logicmachine.net/forumdisplay.php?fid=13)
+--- Thread: [OLD] LogicMachine firmware 2023 RC1 (/showthread.php?tid=4530)



[OLD] LogicMachine firmware 2023 RC1 - admin - 24.01.2023

LM firmware 2023 RC2: https://forum.logicmachine.net/showthread.php?tid=4572



LM firmware 2023 RC1 is ready for testing.

Changes from 2022 RC1:
  • Default send delta for Modbus is now set to 0.2 to prevent overloading LM with duplicate or very similar values.
  • Fixed iOS issue with dropped connection to the visualization that happens when device go to sleep.
  • Minor bug fixes and documentation updates.

BACnet client via scripting can now execute read/write requests in parallel if the target device IP address is set explicitly (bacnet.deviceip). Requires genohm-scada-bacnet_20230120 from extra packages to be installed. BACnet server can also be used together with client scripts in this case.
Code:
require('bacnet')

-- read from 192.168.0.21, device ID 21
bacnet.deviceip = '192.168.0.21'
val1 = bacnet.readvalue(21, 'binary value', 2049)
val2 = bacnet.readvalue(21, 'binary value', 2050)
val3 = bacnet.readvalue(21, 'binary value', 2051)
log(val1, val2, val3)



RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - Habib - 25.01.2023

I have already posted this page with another error in the Visual Forum as a separate thread, but here I think I now have an error that has been added due to the last (both?) RC firmware.

I have inserted an object of the type "URL" at one point, which is now no longer displayed since my update to RC1. Everything was OK with the last release. Can this be the case?

You can only see the URL object in the edit mask.

Current presentation:
   

Editing mask with the object:
   

The object to be inserted:
   

Has worked flawlessly so far as I said


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - admin - 25.01.2023

Go to Utilities > Vis. configuration and enable "Allow external resources (JS/CSS)".


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - Habib - 25.01.2023

(25.01.2023, 10:46)admin Wrote: Go to Utilities > Vis. configuration and enable "Allow external resources (JS/CSS)".

Thanks, it's back... is that a new option or did I forgot it to enable after my update?


   


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - admin - 25.01.2023

It's a new security option.


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - Daponte - 29.01.2023

Hello,
I have tried to update the firmware to the new version and it gives me an error since the last update, it does not let firmware load, the installed version is SW: 20221205, how can I solve it?

thanks!


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - admin - 30.01.2023

What kind of error exactly are you getting?


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - Daponte - 30.01.2023

(30.01.2023, 06:44)admin Wrote: What kind of error exactly are you getting?

Hello, I send you attached a screenshot of the failure


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - admin - 30.01.2023

Did you use both correct firmware image and signature file? Try downloading both files again.


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - Daponte - 30.01.2023

(30.01.2023, 08:09)admin Wrote: Did you use both correct firmware image and signature file? Try downloading both files again.
OK, I was missing the signature file, thank you very much


RE: [PRE-RELEASE] LogicMachine firmware 2023 RC1 - Batko - 08.02.2023

Good afternoon.
registered to post this, thank you very much. For a long time I could not explain to the customer how this is how it turns out.

Fixed iOS issue with dropped connection to the visualization that happens when device go to sleep.