Instruction For Voltage output variation

Sandeep Patel

Member
Join Date
Jan 2018
Location
Surat
Posts
2
I want to control ac drive by PLC compact logix. And Use RS Logix 5000 software. Which instruction use to generate different voltage through analog module? I want to very 0-10V very at analog module output.
 
A bit more information?

I want to control ac drive by PLC compact logix. And Use RS Logix 5000 software. Which instruction use to generate different voltage through analog module? I want to very 0-10V very at analog module output.

What model of PLC would you like to use? ControlLogix, CompactLogix both use RSLogix 5000 software, or RS Studio for the latest version of firmware.

What output card are you using? The model number is on a label on the card, or on the flex module, or the ethernet IO module ... depending on what you bought.

As an example, you can use 0 - 10V as a scale, or 0 - 100%, or 0 - 60 Hz, or 0 - 3600 rpm. It depends on what your users want to use for units.

The analog output cards on the ControlLogix handle scaling for you, so you only need to move (instruction MOV) the value you want to send to the address of the output card. For example, if you are measuring the output voltage with a voltmeter for testing, I would scale the output from 0.00V to 10.00V using floating point (or REAL) data type.

The CompactLogix has a bit more variety. Some analog output cards do the scaling on the card, so you can use 0 - 10V as a scale. Some use 0 - 4095 raw counts and you need to do some math to figure out which number to send to the card.

Are you typing in the speed from a PC screen? or is the speed intended to be controlled by the PLC to maintain a level, pressure, or flow?

It helps us to help you when you give us as many details as you can. There are *ALWAYS* many ways to accomplish what you want to do!
 
Speed Control

I am Use Compact Logix L32E PLC and voltage output analog module and Panel view HMI. Value, which is in the form of speed enter through HMI and Move to PLC. I want to control ac drive by PLC compact logix. And Use RS Logix 5000 software. Which instruction use to generate different voltage through analog module? I want to very 0-10V at analog module output.
 
I am Use Compact Logix L32E PLC and voltage output analog module and Panel view HMI. Value, which is in the form of speed enter through HMI and Move to PLC. I want to control ac drive by PLC compact logix. And Use RS Logix 5000 software. Which instruction use to generate different voltage through analog module? I want to very 0-10V at analog module output.

The voltage output module has a part number as well. Likely 1769-OF2 or 1769-OF8.

What number do you want to use to show the motor speed on the Panelview?
Typical ranges are 0 - 100%, 0 - 60 Hz, 0 - 3600 rpm
 

Similar Topics

Does this instruction calculate values during a single scan, or does it require number of scans based on element count in the array? For Example...
Replies
3
Views
100
Hello All, Was hoping I could get a little help with Modicon ladder logic. This is the first time I have seen Modicon logic and currently trying...
Replies
6
Views
237
Hello all, I am currently trying to establish a message instruction to pass data from a 1756-L73 to a 1756-L71. My communication path from the...
Replies
8
Views
318
Software Ver. 22.00.00, After the 1st time of being true the EQL. instruction is still allowing the rung to be true even though the inputs are...
Replies
7
Views
212
Logix 5000 v32 on 1769-L16ER I used the FBC instruction to scan an array of DINTs for true bits and it works but I found a thing that just...
Replies
2
Views
78
Back
Top Bottom