08.03.2019, 19:24
Ah, ok, thank you. It is a 3 then.
spaceLYnk Hw Version?
|
08.03.2019, 19:24
Ah, ok, thank you. It is a 3 then.
09.03.2019, 14:46
Is there a way to get this info with a script, in addition to FW version and CPU load?
10.03.2019, 00:07
(This post was last modified: 10.03.2019, 00:09 by Erwin van der Zwart.)
Hi,
Try this: Code: local ARM = io.readproc('cat /proc/cpuinfo | grep \"model name\"'):match('%d+') Erwin
10.03.2019, 01:07
(10.03.2019, 00:07)Erwin van der Zwart Wrote: Hi, Great, thats what I need. Thank you!
10.03.2019, 08:11
Hi Erwin,
is possible to use your script with latest LM? I just tried to start it, and receive back this: FW * string: 7 and error log: Resident script:6: attempt to perform arithmetic on a nil value stack traceback:
10.03.2019, 08:52
(This post was last modified: 10.03.2019, 08:58 by Erwin van der Zwart.)
Hi,
Yes should work but i think i try to multiply a string value in line 6. Change FW[1] to tonumber(FW[1]) and do the same with 2 and 3. Or remove line 6 to get the FW as RAW string, we needed it to BACnet and the controller does not support BACnet string values so that is why we convert it to a analog value like 2003001. In this case it’s FW 2.3.1 BR, Erwin
10.03.2019, 09:40
LM version is already a number in YYYYMMDD format, so split is not needed.
10.03.2019, 12:05
Hi,
In that case you can use: FW = io.readfile('/lib/genohm-scada/version') log(FW) BR, Erwin
11.03.2019, 18:35
Hi,
thank you for answers, FW now shoved correctly, but this code below no any log at all.. May be it depends of CPU type? local ARM = io.readproc('cat /proc/cpuinfo | grep \"model name\"'):match('%d+') log(ARM)
12.03.2019, 07:43
Code: cpu = io.readfile('/proc/cpuinfo'):match('model name%s+:%s+([^%s]+)')
26.06.2019, 03:53
If i read this correctly is the spacelynk hw3 better on ram and cpu than the lm5 power? Looks like lm5 power only have 528 mhz cpu and 128 mb ram?
http://openrb.com/imx28-vs-imx6-cpu-test...icmachine/
26.06.2019, 06:50
Latest LMs have 900MHz CPU and 256MB RAM.
26.06.2019, 07:35
26.06.2019, 07:42
(26.06.2019, 07:35)PassivPluss Wrote:No it is the same. The limit is due to size of SPI flash.(26.06.2019, 06:50)admin Wrote: Latest LMs have 900MHz CPU and 256MB RAM.
------------------------------
Ctrl+F5
09.03.2020, 10:46
the HW v.3 .1 of spacelynk doesn't integrate the remote without P.F anymore ?
11.03.2020, 23:16
Hi,
spaceLYnk never has supported the remote app (Wiser for KNX) independent of HW version. If you want to use Wiser for KNX remote app you need a Wiser for KNX hardware. BR, Erwin |
« Next Oldest | Next Newest »
|