Thread Content
Please refer to the image above. The program shown in the image is one for collecting current data. The specific questions are: 1. It’s not clear why the input signal (LD14) is divided by 32000 2. What does Business (LD18) multiplied by Range (LD2) mean? (Are these two steps meant to convert the quantities into engineering values?) 3. The most confusing part is: what does it mean to divide the next value by 4 using the range (LD2)? 4. What does the final step, which involves subtracting the quotient from step 3 (LD26) from the product of step 2 (LD22), mean? I hope engineers familiar with PLC programs can help answer my questions; thank you all in advance!
The signal processed by the PLC is converted into an internal value; 32000 represents the maximum value of this internal value, which corresponds to the range. Doesn’t the actual measurement value from the instrument also need to be converted into 4-20mA data? 32000 corresponds to 20mA, so the range is from 20mA to 32000
I’m clear about this; it mainly comes down to the third point – why do we need to divide the range by 4? Thank you for clarifying it
In the S7200, 4MA corresponds to 6400, and 20MA corresponds to 32000. In a typical configuration, it is necessary to set the upper and lower limits of the range, which means two LD register variables are required. You only have one here; perhaps he assumes that the lower limit of the range is always 0. Is this current a communication point or an AIW hard point?
What is the type of signal? Write the program in mathematical form and take a look.
Is it the multiplier of the current transformer? I don’t think it is
The current transducer measures the current in the secondary coil; without applying a scaling factor, it is not possible to obtain the current in the primary coil. It’s unclear why subtraction is used in the fourth step. If you can tell me what type of device’s current is being measured
The pump of dust removal equipment, ordinary motor current
No one else wants to share? Thank you all