Reply To: RN2483 can't join to Conduit
Another approach is to configure 8 radio channels in the Multitech gateway rather than the default activated ones ch0 and ch1.
View ArticleReply To: RN2483 can't join to Conduit
Hi Lorawan2016, Thank you. I am using GUI of Conduit to configured it running in public mode, there is only a “Channel plan” and “Additional Channels”, there is no option to enable and review all...
View ArticleReply To: RN2483 can't join to Conduit
Hi Yuqian, Check if this is the correct path to edit the file. /var/config/lora/lora-network-server.conf or find its location in your gateway, there should be similar one.
View ArticleReply To: RN2483 can't join to Conduit
Hi Loranwan2016, It is same what I got from “curl -m 5 -s “127.0.0.1/api/loraNetwork”” just a “frequencySubBand” in there. also I found this link http://openlora.com/forum/viewtopic.php?t=1252, they...
View ArticleNo RS-485 communication
I have installed the RS-485 DCE accessory card in AP2 slot of Multitech. My slave device has address 2 and baud as 38400. I ran below commands from serial debug console of Multitech to enable 485...
View ArticleReply To: No RS-485 communication
Prakash, The setup commands look correct for setting up rs485-half duplex mode on accessory card port 2. I don’t know a lot about python minimalmodbus, but when you create the instrument object “inst”...
View ArticleReply To: Problem with curl in network server startup.
Are you running mLinux or AEP? The API service is the major difference between mLinux and AEP. The API is not available on mLinux images. This reply was modified 19 hours, 40 minutes ago by Peter...
View ArticleReply To: No RS-485 communication
Hi Prakash, Can you try putting the set-rs485 call inside the python script after you open the tty like this: import minimalmodbus import os instrument = minimalmodbus.Instrument('/dev/ttyAP2', 1)...
View ArticleReply To: Modbus TCP with node-red
Thank you, I start to implement my solution. About set up, you said : pip install pyModbusTCP It’s only a modbus client, so i replaced pyModbusTCP package with pymodbus package because i need to...
View ArticleReply To: Modbus TCP with node-red
Michael when you install using npm it takes the latest npm package. node-red-contrib-modbus has been completely re-written and has a number of discrepancies which means it won’t run on AEP. I think I...
View ArticleReply To: Modbus TCP with node-red
pymodbus can be installed on the conduit however its not quite as simple as using minimalmodbus or pymodbustcp because it depends on the compiled python extension “twisted” for threading. An ipk is...
View ArticleReply To: Modbus TCP with node-red
@Lawrence I checked the following site : https://libraries.io/npm/node-red-contrib-modbus/0.4.8 I don’t know if I can trust it, but from the version 0.4.8 the nodejs requirement was 0.13.4. Comments...
View ArticleReply To: Modbus TCP with node-red
@Lawrence Sorry, i made a mistake: because our nodejs version of Conduit gateway is 0.11.1 and can’t be updated it’s nodejs 0.10.40 not 0.11.1. The 0.11.1 is the version of node-red. Do you know the...
View ArticleReply To: Modbus TCP with node-red
The limiting factor is that google V8 dropped support for armv5 after V8 version 3.17. This means that versions of node.js that require later versions of V8 cannot be compiled for the Conduit. This...
View ArticleReply To: RN2483 can't join to Conduit
really appreciate if some MultiTech tech guys can help out , as this is very important for us, thank you.
View ArticleReply To: RN2483 can't join to Conduit
Hi Yuqian, I am trying to investigate this problem but I need some information from you. Do you know which Microchip firmware version in your RN2483 module? … you can use Tera term and the version...
View ArticleReply To: RN2483 can't join to Conduit
I am quite sure that last year I connected RN2483 with MultiTech gateway and it worked without any problem but I’m unsure from which firmware version this problem has been introduced. Another approach...
View ArticleReply To: RN2483 can't join to Conduit
Hi Lorawan2016, Thanks for your suggestion, i am using the 1.0.1 of RN2483 firmware, Conduit AEP 1.3.3. No idea why there is no MultiTech guy in here
View ArticleReply To: Multitech Conduit Gateway 8 Radio Channels Configuration
Hello, Thanks again Mike. Though this is not exactly answering my questions, I appreciate the time you spent answering my question. Simply, I can’t find the 8 radio channel configurations in any of...
View ArticleReply To: RN2483 can't join to Conduit
Hi Yuqian, Since the 1.0.1 is old firmware version, just for testing, try to downgrade the firmware on your gateway to either Firmware version 1.0.33 (Released 09/25/2015) OR Firmware version 1.1.2...
View Article