Studio 5000 Analog Output Logic Help

Jim Diesel

Member
Join Date
Apr 2019
Location
Kentucky
Posts
4
Hey guys,

I'm a novice programmer and looking to learn how to create logic for an analog output to control a VFD. I've taking the Logix Designer level 1 CCP 299 & Logix 5000 Programmer Certificate CCP 250. Those classes never went into logic for AI/AO control.


I need to program logic so that I have two set points for speed. I thought I could just use a Bit to control a Move function, use the Source as a INT and the Dest the Analog Output. I tried this with a project I had on my PC, I noticed when I built the logic it showed as an error. What would be the best practice on creating logic for this and I'm pretty sure I've seen RS500 logic that worked as a Bit and MOV.

Thanks

LOGIX.jpg
 
What is the scaling of your AO card set for?
I usually do mine 0-100% = 4-20mA
You also have to make sure the AO limits match you output parameters.
Most AO card channels are REAL numbers, you need to make your setpoints REAL also.
 
Check the scaling of the analog output channels you are using (like Ken Moore said). Right click on the module (module 8) and go to Properties.

Also I think the correct way to select a channel is "Local:8:O.Ch1Data" not "Local:8:O.Ch1Data.1", this might be why you're getting the rung error. (I'd check it for you myself but I don't have RSLogix software right now.)
 

Similar Topics

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
376
I'm trying to compare strings in Studio 5000 on an Allen Bradley 1769-L33ER and came across this weird incorrect string comparison. Neither of the...
Replies
10
Views
156
Hello everyone, I'm new here, I hope someone can help me. I've been trying to install EDS files to my Studio 5000 with the EDS tool installer but...
Replies
3
Views
133
Hi Everyone, I am facing an issue while installing the STUDIO 5000 in my windows 10 PC. During installation I am getting an error that " Error...
Replies
4
Views
201
I am connecting to a remote device. When attempting to upload I receive an error that states: Error: Auto_Functions: The Import was aborted due...
Replies
3
Views
199
Back
Top Bottom