Signal range and input/output impedance: The voltage input impedance is usually above 1M Ω, and the current input impedance is 250 Ω. These parameters ensure the low load effect of the signal source. The current output can drive loads up to 750 Ω (DA501), while the voltage output can drive loads of at least 10k Ω.
Isolation: To ensure system safety, most units use optocouplers for isolation between external terminals and CPU units, with a withstand voltage of up to 1500VDC. However, please note that there is no isolation between the input terminals of some units (such as C500-AD101), and extra attention must be paid when wiring.

Chapter 3: Advanced Function Configuration and Engineering Applications
For intelligent units such as C500-AD501 and C500-DA501, fully utilizing their built-in functions can greatly simplify PLC programs and improve system performance.
1. Signal Scaling
This is the most commonly used function. For example, a flow meter with a measurement range of 0-1000 liters per minute outputs a 4-20mA signal. Through the scaling function, you can directly configure it as an engineering value of 0-1000 without the need for complex floating-point operations in the PLC program. For C500-AD501, you need to set the scaling upper and lower limits at specific addresses in its memory map (such as # 119 to # 150) and enable the corresponding channel enable bits. The scaling function also supports reverse scaling, meaning that the larger the input value, the smaller the output engineering value.
2. Signal filtering and averaging
Electromagnetic interference is common in industrial sites. The filtering function smooths out sudden changes in the signal by setting a time constant, making it suitable for process variables with slower response times. The average function eliminates random noise by taking the arithmetic mean of a specified number of sampled values. For example, in C500-AD501, a channel can be set to an average of 100 samples, which is equivalent to an adjustable low-pass filter. Engineers need to find a balance between smoothness and response speed based on the rate of signal change and noise level.
3. Output Ramp
When controlling valve opening or frequency converter, sudden changes may cause water hammer effect or mechanical shock. The output ramp function of C500-DA501 allows engineers to set a rate of change (e.g. 1 unit change every 8 milliseconds) so that the output value smoothly reaches the target value according to the set slope. When a new value is written, the internal unit will automatically increase or decrease the output in the set step size until the new value is reached.
4. Peak Hold&Alarms
The peak hold function is very useful in impact testing, pressure monitoring, and other situations, as it can automatically capture and lock the maximum input value for a period of time. The high and low limit alarm function allows independent upper and lower limit thresholds to be set for each channel. When the process value exceeds the limit, the corresponding status flag will be set, and the PLC can respond quickly without numerical comparison.
Chapter 4: Installation, Wiring Practice and Key Precautions
Proper physical installation and wiring are prerequisites for stable system operation.
1. Installation environment and power supply
All units must be installed in a well protected control cabinet. The module obtains 5V DC power from the PLC rack through the backplane, but please note that output units like C500-DA501 also require an independent, regulated 24V DC external power supply with a current capacity of at least 0.8A for each module. Before installation, it is necessary to calculate the total power load of the entire rack to avoid overload.
2. The Golden Rule of Analog Wiring
Using shielded twisted pair cables: This is the most important rule. The shielding layer should be grounded at a single end as much as possible (usually connected to the module's "Shield" terminal or functional grounding terminal) to form a Faraday cage and resist electromagnetic interference.
Separation of signal lines and power lines: Analog signal lines belong to low-level signals and must be placed separately from high noise cables such as AC power lines and frequency converter output lines in different cable trays, maintaining a distance of at least 15-30 centimeters.
Pay attention to single ended and differential input: For units such as C500-AD501 that support differential input, differential connection should be used as much as possible to improve the common mode rejection ratio. For the 3G2A5 series, the manual clearly states that if multiple input channels share the same power supply, a specific wiring method must be used (such as connecting a resistor between the negative terminal and the shielding terminal), otherwise crosstalk will occur between channels.
Handling unused channels: To prevent unused input channels from introducing noise or causing "over limit" errors due to suspension, the positive and negative input terminals of unused channels should be short circuited and connected to the shielding terminal or "-" terminal.