Log In
Join
Join the Community
Register
Log in
Or sign in with
Facebook
Google
GitHub
Linkedin
SIGN UP FOR OUR NEWSLETTER
Register
Main Menu
Home
Explore
Products
Cabinets & Panel Components
CNC Machines
Communication & Security
Connectors, Wire & Cable
Data Analytics & Simulation
Electrical Power Control
HMIs & SCADA
Motors & Controls
PLCs & PACs
Pneumatics & Hydraulics
Robotics
Safety
Sensors & Instruments
View all
Industry
Advanced Mfg
Agriculture
Automotive
Building
Chemical
Electronics
Energy & Infrastructure
Food & Beverage
Forest Products
Logistics
Medical & Pharma
Metal
Military & Aerospace
Natural Resources
Plastics & Polymers
Product Mfg
View all
Content
Ebooks
Forums
Industry Articles
Industry Webinars
Industry White Papers
News
Partner Content Hub
Technical Articles
Textbook
Tools
Worksheets
Articles
Latest
News
Technical Articles
Industry Articles
Industry White Papers
Forums
Latest
General Discussion
Hardware
Software
Communication
Education
Textbooks
Video Lectures
Worksheets
Industry Webinars
Ebooks
Tools
Videos
Latest
Industry Videos
Industry Webinars
Video Lectures
Giveaways
Partner Content Hub
Contact Us
Register
Log In
Network Sites
Search...
Home
Search
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Search results
Search everything
Search threads
Search blogs
Keywords
Search titles only
Posted by
You may enter multiple names here.
Newer than
Search
J
RS485 Communication on Orange Pi to Read Gas Analyzer Data
I've dealt with others here having issues with that MAX485 module. You may need to remove R7 from that MAX485 board (and remove or disable any termination connected to the gas analyzer). Also make sure to connect 3 wires (A, B, and GND) between the MAX485 board and the gas analyzer. Please refer...
jschulze
Post #4
Feb 29, 2024
Forum:
Modbus
J
RS485 Communication on Orange Pi to Read Gas Analyzer Data
What is the specific MAX485 module you're using? Since you mentioned ModScan, I assume you've already tested communicating to the gas analyzer from a computer using a USB to RS-485 adapter and ModScan. Is this correct? I recommend using ModSim (which is a Modbus Slave simulator) on a computer...
jschulze
Post #2
Feb 29, 2024
Forum:
Modbus
J
Ethernet connection Comap amf 25
If Ethernet communication was previously working, but now it is not, something must have changed. Here are some ideas of things to check/try: Confirm that there is an Ethernet link on both your computer and the AMF controller (there may be an LED on or near the Ethernet jack, and in Windows...
jschulze
Post #6
Feb 26, 2024
Forum:
Power Generation
J
Ethernet connection Comap amf 25
Can you please clarify this statement? Is it the USB communication that was working and is no longer working or was the Ethernet communication previously working?
jschulze
Post #4
Feb 24, 2024
Forum:
Power Generation
J
Ethernet connection Comap amf 25
That video shows two methods - Manual (i.e. Static IP) and Automatic (DHCP). Can you share the exact steps you performed and settings for both the AMF controller and your computer? Do you have an Ethernet cable connected directly from your computer to the AMF controller or are you using an...
jschulze
Post #2
Feb 23, 2024
Forum:
Power Generation
J
Reading Modbus Registers only works with SW "Modbus Poll"
Thanks for providing an update on this. I'm glad to hear you got it working properly. This type of scenario is exactly why I encourage taking the extra time to dig into and understand the root cause of an issue before declaring it fixed.
jschulze
Post #26
Jan 31, 2024
Forum:
Modbus
J
Modbus client application
I don't understand this. What is a "connection" when using Modbus RTU? So then what setting in Open ModScan should be increased if you have a Modbus RTU slave that takes a long time before responding to requests and Open ModScan"s requests are timing out?
jschulze
Post #20
Jan 30, 2024
Forum:
General Software Chat
J
Modbus client application
@SaNNy It seems that the Slave Response Timeout setting in the Modbus Protocol Selections window has no effect (I was only able to test using a serial connection). With no slave devices connected, the Number of Polls counter increments at the rate dictated by only the Scan Rate setting...
jschulze
Post #18
Jan 28, 2024
Forum:
General Software Chat
J
Modbus client application
I'm able to see both my FTDI-chip USB to RS-485 converters in Open ModScan's connection window. Does Window's Device Manager show your converter under the Ports category? Do you know what type of chip is in the your converter you're using? It's possible Open ModScan is not able to detect your...
jschulze
Post #17
Jan 28, 2024
Forum:
General Software Chat
J
ABB Inverter(slave) + MAX485 + Arduino(master) : 0xE0 (ModbusMaster invalid response slave ID exception)
Thank you for the explanation. But if you are still powering the RS-485 module from 3.3V instead of the required 5V, then you are using the RS-485 module outside of its specified operating conditions, and therefore, unexpected behavior may occur. I'm not saying this will necessarily solve the...
jschulze
Post #62
Jan 27, 2024
Forum:
Modbus
J
Modbus client application
I would interpret your screenshot as OpenModScan did not find any Modbus devices. Perhaps your computer and the Modbus/ TCP server are on different subnets. I see you're scanning for devices on the 192.168.1.xxx subnet. Is your computer's IP address also on this subnet (i.e. does it start with...
jschulze
Post #14
Jan 27, 2024
Forum:
General Software Chat
J
ABB Inverter(slave) + MAX485 + Arduino(master) : 0xE0 (ModbusMaster invalid response slave ID exception)
I realized that this comment may lead you to try to power the RS-485 module with 5V, while still using the 3.3V-powered ESP32. Don't do that. According to this guide (https://learn.sparkfun.com/tutorials/esp32-thing-hookup-guide/hardware-overview), the ESP32's I/O pins are NOT 5V tolerant, so...
jschulze
Post #59
Jan 26, 2024
Forum:
Modbus
J
ABB Inverter(slave) + MAX485 + Arduino(master) : 0xE0 (ModbusMaster invalid response slave ID exception)
I believe that RS-485 module requires 5V, so the issue may be caused by powering it using 3.3V instead of the required 5V. Additionally, you really should have 3 wires between the RS-485 module and the inverter (+, -, and ground). Without that 3rd ground wire, the two devices may not share the...
jschulze
Post #58
Jan 26, 2024
Forum:
Modbus
J
Modbus client application
Yep, just one of the many quirks of Modbus. You're not the first to be confused by this, and certainly won't be the last. This "off by one" addressing issue is one of the most common mistakes made when configuring Modbus devices.
jschulze
Post #11
Jan 26, 2024
Forum:
General Software Chat
J
Modbus client application
Are you sure you're not confusing the scanning status (i.e. what device ID it's currently trying to scan) with the actual discovered devices? In your screenshot, the scanning is 100% complete and the Device Id shows 10 because that was the highest Device Id you configured it to scan, not because...
jschulze
Post #9
Jan 26, 2024
Forum:
General Software Chat
J
Modbus client application
You must be used to using 0-based addressing. This software appears to use 1-based addressing, just like WinTECH's ModScan. Take a look here for more details: https://control.com/forums/threads/modbus-register-numbering.49844/
jschulze
Post #8
Jan 26, 2024
Forum:
General Software Chat
J
Reading Modbus Registers only works with SW "Modbus Poll"
Hm...curious. The only explanation I can think of is that one of the wires in the Ethernet cable was either broken, making only intermittent connection, or the wire was not making good contact to the Danfoss device's terminal (for example, only on the insulation, not the conductor). Of course...
jschulze
Post #21
Jan 25, 2024
Forum:
Modbus
J
Reading Modbus Registers only works with SW "Modbus Poll"
I doubt Modbus Poll has any special error handling, nor would any other master. Something else is probably going on here. Just to confirm the root cause, what exactly did you do to resolve the issue? You said you changed the cables, I assume that means you got new cabling. What's different...
jschulze
Post #19
Jan 25, 2024
Forum:
Modbus
J
Reading Modbus Registers only works with SW "Modbus Poll"
I don't think the Delay setting in Home Assistant will make any difference, as it only applies to the very first request sent, and seems to exist more for Modbus/TCP devices than Modbus RTU devices. From the Home Assistant Modbus documentation:
jschulze
Post #17
Jan 25, 2024
Forum:
Modbus
J
Reading Modbus Registers only works with SW "Modbus Poll"
OK, that's good news then. As I said, if both TXD and RXD LEDs are blinking when the Danfoss device is connected, that means communications is 90% working - the request from home assistant is getting to the Danfoss device and the Danfoss device is responding. This means all communication...
jschulze
Post #15
Jan 25, 2024
Forum:
Modbus
Prev
1
2
3
4
…
Go to page
Go
10
Next
First
Prev
2 of 10
Go to page
Go
Next
Last
Top
Continue to site
QUOTE OF
THE DAY
“
”
-