Analog output (ABB AC500 PLC ) scaling

muza1988

Member
Join Date
Mar 2015
Location
Milan
Posts
2
Hi all,

I am new to PLC programming and so far I am able to work with on/off logic quite well. But I am having problem in scaling PLC analog output. I am supposed to write to analog output the value of temperature (0-130 degrees in engineering units). I know that I need to scale engineering units to raw values.

engineering units(0-130) to raw values (0-27648) to analog output (0-10V).

Is the way of scaling analog outputs correct? Do I need to convert from raw values (0-27648) to analog output volts (0-10v) or PLC (ABB AC500) does it automatically?

Looking forward for help.

Regards
 
I'm not familiar with the PLC that you are using, but any analog output module uses a D/A converter to provide a voltage or current output that corresponds to the numerical value that your program provides to the module for each specific channel. Some PLCs allow for scaling within the hardware configuration so that your program may provide numerical values to the analog output module in Engineering Units, while some require that you provide the raw numbers that are actually used within the module by the D/A converter.
 
How do I know, whether the PLC I am using requires raw numbers or it can directly scale the engineering units? I mean will that information be provided on the manual of the PLC I am using?

Thank you
 
How do I know, whether the PLC I am using requires raw numbers or it can directly scale the engineering units? I mean will that information be provided on the manual of the PLC I am using?

Thank you


Yes. The information should certainly be provided by the manufacturer, although the documentation would most likely be found in a manual for the specific analog output module, rather than in the more generic PLC user manual.
 

Similar Topics

dear, i want to connect an analog input card to VFD terminal. my understanding is that it can be connected to AI1+ and AI1- as indicated in the...
Replies
3
Views
3,114
Hello! Hope you are great. I need to make a change in a PLC with ladder logic. I will mount a analog valve and I need to control it in ramp up...
Replies
7
Views
269
I have a 170AAO92100 card that I am interested in using as a 10 volt output. Is there setup that I have to do in order to change output or simply...
Replies
0
Views
79
Hi We're having issues with an FX1N-1DA-BD Analog output module. We're using an metallic contamination sensor MCS 1000 to detect particles. This...
Replies
1
Views
101
I am having trouble with getting no control of my analog output signal. I am using the SCL function block to control my analog output. The logic...
Replies
11
Views
227
Back
Top Bottom