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
PLC - Measurement data over RS 232
Are you sure they are RS-232 and not RS-485/422? Here some -vague- thoughts because we need more information regarding the protocol to use and final check of that the physical interface type. RS232/422/485. Sometimes you can configure the ports as being Modbus-RTU ports. With an USB to RS485...
patrickduis
Post #2
Aug 5, 2022
Forum:
Programmable Logic Controller - PLC
DC motor braking linearly instead of exponentially
Also remember: Power (watt) is linear. Voltage and current is not!
patrickduis
Post #4
Aug 5, 2022
Forum:
Motion Control
PID Tuning Without a Plant Model on a Slow System
The units are indeed very important. It depends on the brand of controller you use if the P setting is in either % of the measurement range or in °C. The I and D settings are (most of the time) in seconds and (not so often) in minutes. Tuning such a cascaded loop is indeed trickier. When I...
patrickduis
Post #24
Aug 3, 2022
Forum:
Process Control
PID Tuning Without a Plant Model on a Slow System
Is your P setting in % of the range of in °C? In both cases 4 is quite low to start with. I would try to start with a larger value of i.e. 25% of your measurement range or 25°C. So your process does not behave in an on/off way. An I value of just 4 seconds is also very low. See what happens when...
patrickduis
Post #22
Aug 2, 2022
Forum:
Process Control
PID Tuning Without a Plant Model on a Slow System
Yes I also thought that way when I came from the school. A normal behaving temperature process, like for example an oven, doesn't have a D-action. Also controlled many ovens with just PI controllers without D action because in the model the process of most ovens just behave like an integrator...
patrickduis
Post #20
Aug 2, 2022
Forum:
Process Control
PID Tuning Without a Plant Model on a Slow System
Ok that is really nice that you can calculate the response this way, and also so very fast. But coming from a practical point of view, which P, I and D settings you arrived at? I understand this is for 1 PID controller and not a cascaded system?
patrickduis
Post #18
Aug 2, 2022
Forum:
Process Control
PID Tuning Without a Plant Model on a Slow System
pnachtwey said: "One must be able to write differential equations that express the non-linearities etc. I write my own system identification, model generation and gain calculation software. I doubt you can find an off the shelf package that can handle more than the standard cases. Differential...
patrickduis
Post #16
Aug 2, 2022
Forum:
Process Control
PID Tuning Without a Plant Model on a Slow System
Theoretically everything can be calculated. But in a practical situation the model is always lacking something and there can be non-linearities in the process and dead-times. Then the modelling takes much more time than just a few hours of tuning. Sometimes you just need to be pragmatic and...
patrickduis
Post #12
Aug 1, 2022
Forum:
Process Control
PID Tuning Without a Plant Model on a Slow System
Some info on tuning. It is very important to use a registration system that registrates the measured temperature as well als the temperature setpoint. This way you can see if oscillations of the measured temperature get bigger or smaller incl. frequency changes. You can use a computerized...
patrickduis
Post #10
Aug 1, 2022
Forum:
Process Control
Vijeo CITECT Modbus TCP via USB
Dear Farahgan, Am I understanding this correctly? Your are using a modicon PLC of this type...
patrickduis
Post #2
Jul 29, 2022
Forum:
General Automation Chat
PID Tuning Without a Plant Model on a Slow System
An I time of just 4 seconds (am I understanding it correctly) is quite low for a large system like this Is the P setting 4°C or 4% of the measurement scale? Both also pretty low. With too low settings you get oscillations. Experiment with larger settings and see what happens. Technically...
patrickduis
Post #4
Jul 29, 2022
Forum:
Process Control
Bench Test Panel for Different Thermocouples
Dear David, Ok, nice to hear that your apprentices started with the test-system. Looking forward to results and even more: pictures! gr. Patrick
patrickduis
Post #8
Jul 25, 2022
Forum:
Sensors & Calibration
Elipse E3 - Slow Communication
Are you 100% sure that the settings for the communication are set correctly? Sometimes the default is not the best. In various systems you can set for example a "wait to send" parameter. This means that the system waits a short while in order to let the signals become stable (after switching...
patrickduis
Post #2
Jul 22, 2022
Forum:
General Software Chat
Bench Test Panel for Different Thermocouples
Dear David, We work a lot with various thermocouples of various types. Always remember that you have to use the cable and connectors for that specific thermocouple type if you want to measure correctly. Otherwise you will have a temperature deviation. But if it is not such a big problem you can...
patrickduis
Post #6
Jul 22, 2022
Forum:
Sensors & Calibration
Remote RTD-Extend RTD to transmitter
Copper works ok for RTD, it makes sense however, to use at least 3, or better 4 wire RTDs to compensate for the resistance in the cable. If you want to be 100% sure and you must use a 2 wire RTD: make sure the cables have least resistance possible (so use thick cables) to prevent extra...
patrickduis
Post #6
Jul 15, 2022
Forum:
Instrumentation & Measurement
Baseboard heater control set-points.
When using electromechanical relays that have to switch power, our experience is that you must not use a shorter control cycle time of 10s. So, when the controller output wants 50% power, you switch the relay on for 5 sec and off for 5 sec. When the controller wants 80% you switch it on for 2...
patrickduis
Post #4
Jul 1, 2022
Forum:
General Automation Chat
HMI Data to Excel
No problem with a Pro-face touchpanel. Writing data to CSV files is standard functionality in the development tool software. You can write the measured value (or a calculated value) to a standard CSV file on SD-card or USB stick. It is also accessable remotely with FTP.
patrickduis
Post #2
Jun 24, 2022
Forum:
Human Machine Interface - HMI
Modbus-RTU Timout Last unit on Bus
Follow the advice of Mr. Schulze closely. Normally speaking 32 is the max. limit for driving the bus, so I would make a 2nd trunk or split the 33 modules in 16 and 17 slaves on 2 buses... Your bus driving electronics must also be able to drive the signals on the bus, that is what is normally...
patrickduis
Post #4
May 13, 2022
Forum:
Modbus
omni antenna
DR OM BERTUS TKS FER INFO MY QTH HOOGE MIERDE 73 DE PA3SKY PATRICK
patrickduis
Post #4
Mar 25, 2022
Forum:
Electrical Engineering
omni antenna
Dear Satish, Of course you can. It would help if you would specify frequency+power in watts and modulation type. But if you keep the polarization vertical you can use an omnidirectional vertical antenna in the center and use yagi directional antenna's around it. You also have to use them...
patrickduis
Post #2
Mar 25, 2022
Forum:
Electrical Engineering
Prev
1
…
Go to page
Go
5
6
7
8
9
10
Next
First
Prev
7 of 10
Go to page
Go
Next
Last
Top
Continue to site
QUOTE OF
THE DAY
“
”
-