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
A
Tatsuno Dispensing Pump Protocol
For those who prefer C language: #include <stdio.h> #include <stdint.h> #include <string.h> #include <ctype.h> // Calculate Kermit CRC-16 (CCITT polynomial 0x1021) with reversed polynomial 0x8408 uint16_t calculate_kermit_crc(const uint8_t *data, size_t length) { uint16_t crc = 0; for...
apa
Post #91
May 12, 2026
Forum:
General Automation Chat
A
Fuel Dispenser Real-Time Data Integration – Help Needed
It seems that on Ebay you can find what you need: https://www.ebay.com/sch/i.html?item=162942860907&rt=nc&_trksid=p4429486.m145687.l2562&_ssn=psxrepairs
apa
Post #2
Apr 10, 2026
Forum:
Human Machine Interface - HMI
A
Why are most SCADA systems so heavy for small installations?
Google translation: In many small industrial installations, we only need: - 20-100 devices - Modbus TCP/RTU - location visualization - alarms - data collection and storage systems. However, most SCADA systems are designed for large enterprises. We have developed a lightweight SCADA architecture...
apa
Post #2
Mar 26, 2026
Forum:
General Software Chat
A
Can Modpoll display comm with two TCP servers?
Sorry, I realized you mean the Modbus Poll program found here: https://www.modbustools.com/download.html I downloaded it, installed and ran two instances of mbpoll.exe program. From each instance I can connect to a different modbus TCP server.
apa
Post #3
Feb 21, 2026
Forum:
Modbus
A
Can Modpoll display comm with two TCP servers?
If you mean the program found here: https://www.modbusdriver.com/modpoll.html You need to open two Command Prompt windows and enter the commands in each window: modpoll.exe -m tcp 10.20.30.40 modpoll.exe -m tcp 10.20.30.41
apa
Post #2
Feb 9, 2026
Forum:
Modbus
A
Tatsuno Communication protocol
It seems that on Ebay you can find what you need: https://www.ebay.com/sch/i.html?item=162942860907&rt=nc&_trksid=p4429486.m145687.l2562&_ssn=psxrepairs
apa
Post #2
Apr 6, 2025
Forum:
General Software Chat
A
İnvt modbus rtu start stop problem
There is also the guide link: https://plc247.com/invt-goodrive-20-modbus-rtu-via-modbus-poll/ where it says: In order for the INVT GD20 inverter to communicate with Modbus-RTU RS485, we need to set the following parameters: P00.01 = “2” (Motor Control via RS485) P00.06 = “8” (Frequency...
apa
Post #6
Apr 3, 2025
Forum:
Modbus
A
İnvt modbus rtu start stop problem
Hi, please watch this video about Modbus Poll & INVT GD20 VFD Modbus-RTU via RS485
apa
Post #5
Apr 3, 2025
Forum:
Modbus
A
İnvt modbus rtu start stop problem
Hi, I have found the manual here: https://www.invt.com/uploads/file1/20231009/INVT%20GD27%20Series%20Smart%20VFD%20Manual_V1.1.pdf There is a note on page 142: Note: Some parameters in the preceding table are valid only after they are enabled. For example, for the running or stop operation, you...
apa
Post #3
Apr 3, 2025
Forum:
Modbus
A
How to convert the Modbus-RTU to MQTT ?
Hi, you can convert modbus RTU to MQTT with IndigoSCADA, the SCADA can act as protocol converter: https://sourceforge.net/projects/indigoscada/ The MQTT paylod is encoded as Sparkplug B, not JSON.
apa
Post #2
Apr 1, 2025
Forum:
Modbus
A
Need IEC61850-MMS Client Simulator Tool to test the communication with IEC61850-MMS Server IED
Here is a free useful tool: https://sourceforge.net/projects/iedexplorer/
apa
Post #2
Mar 14, 2025
Forum:
General Communications Chat
A
NMEA to modbus TCP
Here is another converter: https://www.adfweb.com/home/products/NMEA2000_Modbus.asp?frompg=nav6_8
apa
Post #3
Mar 7, 2025
Forum:
Modbus
A
Ge WorkstationST opc da to Third-party opc da client
Here is a discussion about using WorkstationST OPC DA Server: https://control.com/forums/threads/workstationst-opc-da-server.46510/
apa
Post #4
Jan 28, 2025
Forum:
Open Platform Communications (OPC)
A
Ge WorkstationST opc da to Third-party opc da client
Here is another interesting link: https://honeywellprocess.my.site.com/opcsupport/s/article/How-is-my-MatrikonOPC-Server-for-MarkVVI-connecting-to-the-turbine-Ref-KB-513
apa
Post #3
Jan 28, 2025
Forum:
Open Platform Communications (OPC)
A
Ge WorkstationST opc da to Third-party opc da client
Hi, please check these two links: https://www.matrikonopc.com/opc-drivers/opc-mark-vi-direct/base-driver-details.aspx https://www.matrikonopc.com/opc-drivers/491/index.aspx
apa
Post #2
Jan 27, 2025
Forum:
Open Platform Communications (OPC)
A
Adam-6350 DI/DO Testing using libmodbus
Hi, actually the 0x in 0x0033 address means COIL type, not hexadecimal number. You need to change the code: const uint16_t COIL_ADDRESS = 32; // Address for a single coil The "on-the-wire" address that's actually encoded into the packet is 0-based, so I subtract 1. It should work.
apa
Post #2
Jan 27, 2025
Forum:
Modbus
A
Lonworks software Connector to classic OPC/OPC UA
Other two links: https://gateway-iot.com/article/lonworks-to-opc-ua-i00268i1.html https://store.chipkin.com/products/opc-ua-to-lonworks-quickserver-gateway
apa
Post #11
Jan 17, 2025
Forum:
General Automation Chat
A
Lonworks software Connector to classic OPC/OPC UA
Here there is another interesting link: https://www.matrikonopc.com/downloads/587/drivers/index.aspx
apa
Post #9
Jan 17, 2025
Forum:
General Automation Chat
A
Lonworks software Connector to classic OPC/OPC UA
The NLStartOPC OPC server is probably no more available
apa
Post #8
Jan 17, 2025
Forum:
General Automation Chat
A
Lonworks software Connector to classic OPC/OPC UA
The article is dated November 2003. If you click on http://www.newron-system.com/ link it redirects to https://global.abb/
apa
Post #5
Jan 17, 2025
Forum:
General Automation Chat
1
2
3
Next
1 of 3
Go to page
Go
Next
Last
Top
Continue to site
QUOTE OF
THE DAY
“
”
-