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
RS-485 to 4-20mA conversion
This seems to do what you need: https://www.advantech.com/products/gf-5vtd/adam-4024/mod_5e18f39b-38ef-4033-98f9-1ede917139ee
jschulze
Post #2
Jun 8, 2021
Forum:
General Automation Chat
J
First venture into MODBUS, how to send a password?
I think you might have this backwards. Reading a register is an action that only a master can perform. Also, only a slave has a slave address (unit id). Are you perhaps using Simply Modbus Master? Did you disconnect the display to determine if the display or the heat pump is the master on the...
jschulze
Post #25
Jun 7, 2021
Forum:
Modbus
J
First venture into MODBUS, how to send a password?
It seems you picked a fairly complicated system as your first foray into Modbus. It sounds like you have 3 Modbus devices in your system: the heat pump itself, the display, and the WiFi gateway. One of these devices must be the master and the other two are the slaves. I recommend first...
jschulze
Post #21
Jun 7, 2021
Forum:
Modbus
J
First venture into MODBUS, how to send a password?
I interpret "Slave address: parameter:H37" as the Modbus slave address is configured by changing parameter "H37". Does the heat pump have a display/menu that allows you to configure parameters? If the heat pump does indeed communicate Modbus, then your theory that the WiFi gateway is the master...
jschulze
Post #17
Jun 7, 2021
Forum:
Modbus
J
ABB Inverter(slave) + MAX485 + Arduino(master) : 0xE0 (ModbusMaster invalid response slave ID exception)
Just to again clarify, as I explained in post #44, whether termination is necessary does NOT depend on how many slave devices are on the Modbus network. It depends on the baud rate and total length of the cabling used, as I've listed in post #33. Please follow my suggestion from post #34: Here...
jschulze
Post #55
Jun 1, 2021
Forum:
Modbus
J
ABB Inverter(slave) + MAX485 + Arduino(master) : 0xE0 (ModbusMaster invalid response slave ID exception)
Please review all of the suggestions given in this thread. There is a good chance it already answers any communication issue you're having with this equipment. If you're still having issues, please explain exactly what you've tried, the results, any error messages, and the exact issue you're having.
jschulze
Post #51
May 30, 2021
Forum:
Modbus
J
How Connect Two HMIs to Modicon Quantum 140CPU43412A
No, Modbus Plus is an entirely different protocol from Modbus RTU. The Siemens HMI does not support Modbus Plus. The best solution is to use a RS-232 to RS-485 converter.
jschulze
Post #8
May 28, 2021
Forum:
Programmable Logic Controller - PLC
J
How Connect Two HMIs to Modicon Quantum 140CPU43412A
According to the Modicon Quantum PLC 140CPU43412A datasheet (https://www.se.com/us/en/product/download-pdf/140CPU43412A), it has 2 Modbus (RS-232) ports and 1 Modbus Plus port. The Proface GP2500 HMI's "HOST-I/F" serial interface supports both RS-232 and RS-422 and its "SUB-SIO" serial...
jschulze
Post #6
May 27, 2021
Forum:
Programmable Logic Controller - PLC
J
Modbus RTU Address changing through RS-485 communication.
The Air2O main control board has a LCD screen and keys to navigate the menu system. This would seem like the expected location to set the Modbus slave ID. Is there a parameter on the LCD screen for the Modbus slave ID?
jschulze
Post #5
May 24, 2021
Forum:
Modbus
J
Modbus registers
The 5th column in your images tells you the data type. For all of the registers you show, the data type is "int32". Typically "int32" means signed 32-bit integer and "uint32" means unsigned 32-bit integer. There should be a section in the device's manual that explains each data type.
jschulze
Post #16
May 19, 2021
Forum:
Modbus
J
Modbus protocol Serial RTU cannot write registers.
Thanks for coming back and posting an update, it's greatly appreciated. This will surely help others in the future having the same issue.
jschulze
Post #6
May 12, 2021
Forum:
General Communications Chat
J
Sunspec standard through basic modbus communication
The SunSpec Modbus is just at the application level, defining what data is in certain registers. The devices still use standard Modbus for communication, so any Modbus master can communicate to them. The benefit of SunSpec Modbus is for interoperability between different manufacturers and so...
jschulze
Post #3
May 11, 2021
Forum:
Modbus
J
Modbus registers
I think the Decimals column just means how many places after the decimal you want to see in your display, HMI, etc. This is a preference of how you want to see the value. It is completely up to you what you set this field to. Using Peter's example, if the "Voltage L1-N" has a value of 220.543...
jschulze
Post #10
May 10, 2021
Forum:
Modbus
J
Read 2 devices with the Same Address
OK, sorry, I missed a very obvious solution. You can use a 2-port Modbus RTU gateway on just one of the Modbus pump monitor devices and use it to effectively change the device's slave address. Essentially, you would configure one port as a Modbus Master (to target address 170) and the other as...
jschulze
Post #8
May 6, 2021
Forum:
Modbus
J
Read 2 devices with the Same Address
I believe Red Lion's "Modbus Gateway" driver in Crimson may allow you to create multiple slave addresses (i.e. virtual nodes) on a single serial port. Some of their Data Station products do have 3 serial ports, but not all 3 ports are RS-485 (depending on the model, 1 or 2 of the ports are...
jschulze
Post #7
May 6, 2021
Forum:
Modbus
J
Read 2 devices with the Same Address
Who is the manufacturer and what is the model number of the Modbus pump monitor? Unfortunately, some manufacturers (at least their sales/support personnel) seem to be misinformed or simply do not know the technical details regarding Modbus communication of their own product (as most of the time...
jschulze
Post #6
May 6, 2021
Forum:
Modbus
J
Modbus registers
There are multiple ways that vendors document Modbus registers. The register "reference" designation (i.e. the 4X/40000, 3X/30000, 1X/10000, 0x/00000) may or may not be included. In addition, there is also 1-based addressing and 0-based addressing. When the reference designation is used, 1-based...
jschulze
Post #4
May 6, 2021
Forum:
Modbus
J
Response time requirement for Modbus RTU Master
I don't believe there is any maximum timing requirement for when a master should start processing a response. Although, I can't think of why you would want to artificially delay processing a response. As you've stated, the spec says that the silent interval must be at least 3.5 character times...
jschulze
Post #2
May 4, 2021
Forum:
Modbus
J
Codesys and EasyIO FC20 reading wrong value.
Why would an analog input be 0 if you've left it floating? An analog input will sense any voltage, whether it's directly connected or induced by a nearby signal. You should connect unused analog inputs to ground if you want them to stay at 0V.
jschulze
Post #3
Apr 30, 2021
Forum:
Electrical Engineering
J
Hardware to bacnet/Ip - Home Automation
Have a look at the BASpi from Contemporary Controls. It's an expansion board (HAT) for the Raspberry Pi. https://www.ccontrols.com/basautomation/baspi.php
jschulze
Post #2
Apr 28, 2021
Forum:
Distributed Control Systems - DCS
Prev
1
…
Go to page
Go
8
9
10
First
Prev
10 of 10
Go to page
Go
Top
Continue to site
QUOTE OF
THE DAY
“
”
-