This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

RTU3 Issue
#1
Hello,

The RTU3 worked for a few months, but now, can't activate the RTU3 (/dev/RS485-3). 

It´s a LM5 Lite+Ext(i.MX6).

Help please.
Reply
#2
Lite+Ext(i.MX6) this is firmware, what hardware version is it? See side label.
------------------------------
Ctrl+F5
Reply
#3
Have the firmware 20240426
Reply
#4
This is firmware version, I'm asking for hardware version which is on the side label of LogicMachine. Do not look for it in the software just check physically on the device.
------------------------------
Ctrl+F5
Reply
#5
I think is this:
LM5p2-KC
LM5M3v22BB-EX1CUv22-6ULv23BC-S8G
Reply
#6
Run this script once. Then reboot LM. See if it helps.
Code:
require('i2c')

id = 'cr1'
b1, b2, b3 = id:byte(1, 3)

res = i2c.write(0, 0x50, 0x00, b1, b2, b3)
os.sleep(0.2)
res = i2c.write(0, 0x50, 0x70, b1, b2, b3)
Reply
#7
It´s working again.
Thanks.
Reply


Forum Jump: