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
PROFIBUS PA INSTRUMENTS
PROFIBUS GSD files are device-specific, so when replacing a device with another that is not the same model, you will need to make changes to the DCS system using the new device's GSD file. Also make sure the new device's address is set to the same address as the device you are replacing (and...
jschulze
Post #2
Nov 3, 2022
Forum:
Instrumentation & Measurement
J
modbus rtu to moxa mgate mb3180 rs485 2 wire
You need to include more details to get appropriate help, but here are some general things to confirm. Wiring You should use a 3 wires to connect the two devices together (preferrably RS-485 rated cabling, 1.5 twisted pair conductors - the .5 is for the 3rd wire for common-mode reference)...
jschulze
Post #2
Oct 27, 2022
Forum:
Modbus
J
Sunamp Heat Battery and ModBus
It appears from the PCB pictures from the previous links that the RS-485 circuitry on the Sunamp is not isolated, therefore, I would connect to "GND" on J8 of the Sunamp for the ground connection. RS-485 grounding is a much larger topic to cover here, but suffice it to say, yes it may work when...
jschulze
Post #9
Oct 18, 2022
Forum:
Modbus
J
Sunamp Heat Battery and ModBus
Just in case there was confusion on this, you should connect ground in addition to A and B to make sure a common reference for the RS-485 signals is established. Your RS-485 converter should have a ground (it may be called signal reference, common, ref, etc.) and this should be connected to the...
jschulze
Post #7
Oct 18, 2022
Forum:
Modbus
J
Sunamp Heat Battery and ModBus
Also, note that there is no industry-agreed-upon standard for the polarity of 'A' and 'B' for RS-485, so assuming you're using those thru holes, you may need to try swapping your A and B wires and perform your tests again. Having the polarity swapped does no harm, but communication won't work.
jschulze
Post #5
Oct 17, 2022
Forum:
Modbus
J
Sunamp Heat Battery and ModBus
I assume during your tests you connected an RS-485 adapter from a computer to the A and B thru holes on the Sunamp? Did you connect ground? If the device did support Modbus, it should at least reply with an exception response when the baud rate, parity, and address are correct, even if you are...
jschulze
Post #4
Oct 17, 2022
Forum:
Modbus
J
Sunamp Heat Battery and ModBus
What makes you believe the device uses the Modbus protocol? Does Sunamp state that it supports Modbus? Based on a quick Google search, it seems like someone has successfully interfaced to a Sunamp heat battery using only the TX and Ground pins (which means it's not Modbus because Modbus...
jschulze
Post #2
Oct 17, 2022
Forum:
Modbus
J
Identify what protocol this Honeywell UDC330B is talking over and how do I talk to it?
If you're looking for a device to convert between ControlLogix (Ethernet/IP protocol) and this ASCII protocol, take a look at ICC's ETH-1000 gateway. Its Generic Serial driver supports nearly any ASCII protocol and would have no problem with this protocol used by the Honeywell equipment. Details...
jschulze
Post #24
Oct 5, 2022
Forum:
Modbus
J
HMI Modbus TCP/IP Device Communication
To improve your chances of getting responses, I recommend that you start a new thread for this issue and provide as much details as you can, including which device is the client (master), which is the server (slave), and how you have the client (master) configured for Modbus communications...
jschulze
Post #8
Sep 29, 2022
Forum:
Modbus
J
Cheap Modbus TCP module similar to STRIDE Field I/O?
They're probably about the same price as the Moxa, but you could take a look at Advantech's ADAM I/O modules: https://www.advantech.com/products/iot-ethernet-i-o-modules-adam-6000-6200/sub_gf-5197
jschulze
Post #3
Sep 15, 2022
Forum:
Modbus
J
Modbus RTU to TCP/IP
I believe this is the common "off by one" addressing issue when using Modbus. Both the IEM3150 and ModScan use 1-based addressing, however, I'm guessing Node-RED uses 0-based addressing. Try using 3059 in Node-RED instead of 3060. For additional details on Modbus register numbering, refer to...
jschulze
Post #12
Sep 6, 2022
Forum:
Modbus
J
Question about ModBus slave addresses
You're entitled to believe what you wish, but all I have done is presented you with the facts. Please remember, I am donating my valuable time to this forum and providing free engineering consultation to you for your product. I am not here to argue about semantics of serial or Ethernet...
jschulze
Post #8
Sep 1, 2022
Forum:
Modbus
J
Question about ModBus slave addresses
The concept of an Address is at the protocol level (Modbus RTU). The physical layer that the protocol is running on (USB, TTL, RS-232, RS-485, radio, etc.) has no concept of an address. Yes, there are physical layers that are inherently point-to-point (USB, TTL, RS-232) or multi-drop (RS-485)...
jschulze
Post #6
Sep 1, 2022
Forum:
Modbus
J
Question about ModBus slave addresses
Yes, the concept of broadcast only exists with serial line and Modbus RTU. However, I assume when you mention USB, this would be a USB Virtual COM port, so it is emulating a serial connection and using Modbus RTU. Therefore, it's possible that a a Modbus master connected to your product via USB...
jschulze
Post #4
Sep 1, 2022
Forum:
Modbus
J
Question about ModBus slave addresses
Modbus RTU slave address 0 is reserved for broadcasts. If a slave receives a message targeted at address 0, it should process it, but not respond (since you don't want all slaves responding at the same time, causing bus contention). A master can send a write command to slave address 0 and all...
jschulze
Post #2
Sep 1, 2022
Forum:
Modbus
J
Modbus RTU to TCP/IP
I'm glad you got it working. On a side note, I don't think you need the "ModbusTCP Poll" checkbox checked. Unfortunately, the manual is very poorly written and extremely vague on what the setting does, stating only ModbusTCP Poll: Function for Modbus Polling. Also, for what it's worth, there...
jschulze
Post #10
Aug 31, 2022
Forum:
Modbus
J
Modbus RTU to TCP/IP
The Local Port Number of the USR is still set to 1 according to your screenshot. You need to change this to 502.
jschulze
Post #8
Aug 31, 2022
Forum:
Modbus
J
Modbus RTU to TCP/IP
Those screenshots seem to indicate you still have the USR-N540 misconfigured. Did you set the Local Port setting to 502? Did you power cycle the USR-N540 after making changes? It's unlikely to be a firewall issues, since your computer is trying to make the connection (outgoing firewall rules...
jschulze
Post #6
Aug 31, 2022
Forum:
Modbus
J
Modbus RTU to TCP/IP
I recommend that you read section 3.5 in the manual you linked. That explains how to properly setup the USR-N540 for Modbus RTU to Modbus TCP conversion. You need to select "ModbusTCP" in the ModbusTCP setting right below TCP Server style instead of "None". You also want the USR to be a TCP...
jschulze
Post #4
Aug 30, 2022
Forum:
Modbus
J
Modbus RTU to TCP/IP
For RS-485 connections, you connect plus to plus, minus to minus, and ground (0V, ref, com) to ground (0V, ref, com). For your particular equipment, connect as follows USR T+ (A) <-> IEM D1/+ USR T- (B) <-> IEM D0/- USR GND <-> IEM 0V Make sure to configure the USR device for RS-485 mode...
jschulze
Post #2
Aug 30, 2022
Forum:
Modbus
1
2
3
…
Go to page
Go
10
Next
1 of 10
Go to page
Go
Next
Last
Top
Continue to site
QUOTE OF
THE DAY
“
”
-