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
Virtual Serial Port Emulator for Straight Through Cable
Since you're just trying to test your software, don't focus too much on the hardware connection (serial cable). There is no such concept as configuring software to be straight-through vs. crossover, this is a hardware-only concept and just dictates how the cable is wired. In software (i.e...
jschulze
Post #2
Jun 18, 2023
Forum:
Networking
J
Maximum devices on RS-485?
The load limitation of RS-485 is defined as 32 "Unit Loads". For older RS-485 devices, it may be true that 1 device presents 1 unit load on the bus. However, nowadays, there are many devices out there that present a fraction of a unit load, such as 1/4, 1/8, or even 1/10, onto the RS-485 bus...
jschulze
Post #3
Jun 12, 2023
Forum:
Modbus
J
Prosoft PX51 PBM
Is the variable table a table of tags that you created or is it the raw I/O data array? If it is tags, is it possible for you to monitor the raw input data array? From reading the PLX51-PBM's manual, it doesn't seem that gateway has any diagnostics features that would allow you to confirm that...
jschulze
Post #9
May 26, 2023
Forum:
Distributed Control Systems - DCS
J
Prosoft PX51 PBM
Let's try to determine if the problem lies between your PROFIBUS master and the PLX51-PBM or if the problem is between the PLX51-PBM and your Modbus server device. You stated, "Receiving data but only for the first 8 registers from modbus to the input words. All the received data is correct and...
jschulze
Post #7
May 25, 2023
Forum:
Distributed Control Systems - DCS
J
Prosoft PX51 PBM
Modbus registers are 2 bytes each. Using a 16-byte input module could explain why you're only seeing 8 registers. You may need to use a 32 byte input module to see 16 Modbus registers. Have you mapped 16 Modbus Holding Registers per slot or 16 in total (presumably 8 per slot)?
jschulze
Post #4
May 25, 2023
Forum:
Distributed Control Systems - DCS
J
Prosoft PX51 PBM
I don't have any experience with the PLX51-PBM, just going off of the user's manual available here: https://www.prosoft-technology.com/prosoft/download/13492/295876/file/PLX51_PBM_UM.pdf How do you have your PROFIBUS master's I/O configured (i.e. what module(s) from the PLX51-PBM's GSD file are...
jschulze
Post #2
May 25, 2023
Forum:
Distributed Control Systems - DCS
J
Sending Temp. setpoint via BACnet to a boiler
Which object are you attempting to write to? From what I believe is the relevant documentation (https://www.lochinvar.com/lit/574437100305786_2000558371_Rev%20C_AWH%20Modbus%20Bacnet%20Manual%20(Add%20AWH_KBX).pdf), it seems there are two Analog Values for the setpoint: AV2 "0-10 Volt Input /...
jschulze
Post #2
May 16, 2023
Forum:
Programmable Logic Controller - PLC
J
RTU modbus communication problem
What does your bus monitor show with the DB05 disconnected? If it still shows RX bytes, that means your USB to RS-485 adapter is receiving its own transmissions. Some adapters have an "Echo" setting to enable and disable this functionality.
jschulze
Post #8
Apr 24, 2023
Forum:
General Communications Chat
J
RTU modbus communication problem
How are you wiring the DB05 to your USB to RS-485 adapter? The DB05, as you said, is a 4-wire RS-485 device. However, the adapter you show is a 2-wire RS-485 device. It's unclear whether your adapter has 2 independent channels (i.e. (1)TX/RX+ vs. (2)TX/RX+) or if the pins labeled (1) vs (2) are...
jschulze
Post #4
Apr 21, 2023
Forum:
General Communications Chat
J
Dead band in remote speed control
What kind of 10Kohm variable resister are you using? Is it linear or logarithmic? Your description sounds like you may be using a logarithmic potentiometer, but are expecting the behavior of a linear potentiometer. https://forum.digikey.com/t/linear-vs-logarithmic-potentiometer-test/3809
jschulze
Post #4
Apr 19, 2023
Forum:
General Automation Chat
J
Two Modbus implementations with non-standard behaviour
I've seen a lot of Modbus implementations over the last 15+ years helping customers integrate our gateway products to other equipment, but I've never come across anything like Case 1. It seems whoever built this custom PLC didn't actually implement Modbus, but rather simply implemented "test"...
jschulze
Post #2
Apr 14, 2023
Forum:
Modbus
J
How to create virtual machine for testing secgem ?
Are you asking how to write an entire SECS/GEM simulator using C#? Have you written any code yet? And I have to ask, is this a homework assignment? If not, what is the purpose of this program, as opposed to just using the Ignition SECS/GEM Simulator?
jschulze
Post #6
Apr 11, 2023
Forum:
General Communications Chat
J
How to create virtual machine for testing secgem ?
Are you using the Ignition SECS/GEM Simulator or are you creating your own program that has the same functionality?
jschulze
Post #4
Apr 10, 2023
Forum:
General Communications Chat
J
How to create virtual machine for testing secgem ?
I can't comment on the secs/gem protocol specifically, but when developing communication drivers for TCP/IP protocols, you can start both a server and client on your local computer and target the loopback address (127.0.0.1) from your client to test communications. If you want to test...
jschulze
Post #2
Apr 10, 2023
Forum:
General Communications Chat
J
modbus exception response from slave device
OK, I think I see the problem and source of the confusion. In Modbus "0X addresses" means Coils (for completeness, Input Statuses are 1X, Holding Registers are 4X and Input Registers are 3X). I have a complete write up on this here...
jschulze
Post #5
Apr 3, 2023
Forum:
Modbus
J
modbus exception response from slave device
The good news is that an exception response means you are communicating with the device from ModScan (wiring, baud rate, parity, and device address are correct). The next step is to find out what exception code the Modbus module is returning. The only way I know how to do this in ModScan is to...
jschulze
Post #2
Apr 3, 2023
Forum:
Modbus
J
AB EtherNet IP protocol interface with Aveva plant scada
I think there may be some confusion on the EtherNet/IP protocol here. It is perfectly fine for multiple EtherNet/IP devices to use the same local tag for data (otherwise you could never have two of the same product on one EtherNet/IP network). But, of course, you would need to store the data...
jschulze
Post #2
Mar 29, 2023
Forum:
General Automation Chat
J
Modbus connection error
You should consider using a computer and a USB to RS-485 adapter to test communications to each piece of equipment separately. You can use software such as ModScan (as the Modbus master) to test communications to the inverter, and ModSim (as the Modbus slave) to test communications to the...
jschulze
Post #7
Mar 27, 2023
Forum:
Modbus
J
How to replace MS DOS serial (RS232) printer with a computer
Your DOS-based data acquisition system very likely uses hardware handshaking and the new computer you're using (and the software running on it) to replace the serial printer is not doing the handshaking. Here's a helpful post describing RS-232 handshaking...
jschulze
Post #3
Mar 27, 2023
Forum:
General Communications Chat
J
Modbus connection error
Your inverter is a 2-wire RS-485 device, not a 4-wire. The signals are just duplicated, likely for daisy-chaining purposes. Therefore you should connect the devices as follows: MB3130 Inverter Pin 3 (D+) Pin 1 485_B Pin 4 (D-) Pin 2 485_A Pin 5 (GND) Pin 3 GND-485 Note that there...
jschulze
Post #5
Mar 23, 2023
Forum:
Modbus
Prev
1
…
Go to page
Go
6
7
8
9
10
Next
First
Prev
8 of 10
Go to page
Go
Next
Last
Top
Continue to site
QUOTE OF
THE DAY
“
”
-