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,102
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
60
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
210
I have a program that I am gradually piecing together (my first program). There are 4 cascading timers that turn Y001 and Y001 + Y002 on and off...
Replies
8
Views
518
Hi, I need to read three 4-20mA signals from a DCS(ABB) in a remote 6 channel analog input module with RS485 modbus port. When I connected...
Replies
2
Views
466
Back
Top Bottom