SCP for analog out to VFD, want to be sure i have it right

JZerb

Member
Join Date
Oct 2016
Location
Here
Posts
423
so i want to use an analog output card, 1762OF4, and send a 4-20ma signal to a vfd for speed control, ill set the 4-20ma scale in the vfd from 4ma=0hz and 20ma=100hz. my plan is to set the SCP input min at 0 and input max at 1000. then the scaled min at 6240 and scaled max at 31200. Then the input value i was going to store in an N7 data file with an implied decimal, so example if wanted 72.4HZ i would have 724 in said N7 data file. does this sound adequate? have i missed anything? :unsure:
 
I don't know the figures off the top of my head for what corresponds to 4mA and 20mA on that particular analog output card, but assuming 6240=4mA and 31200=20mA, then yes, what you describe is correct.
 
I don't know the figures off the top of my head for what corresponds to 4mA and 20mA on that particular analog output card, but assuming 6240=4mA and 31200=20mA, then yes, what you describe is correct.


those are the figures according to the AB KBase technote. is there any way to tell someone else looking at the program down the road one day that the decimal is implied within the SCP instruction and N7 data files specific to it? or is the only way to do such a thing a Rung Description?
 
is there any way to tell someone else looking at the program down the road one day that the decimal is implied within the SCP instruction and N7 data files specific to it? or is the only way to do such a thing a Rung Description?


Add a rung comment, otherwise you could use a float instead of an integer and actually have the decimal point
 
Rung comments are pretty much it. I mean, if I looked at your program and saw 0-1000 being scaled to a drive output, and an input figure of 742, I'd probably assume what was going on correctly. But yes, just make the comment of that N7 register something like:

Motor ABC
Speed Reference
(% * 10)
 

Similar Topics

Hello, I'm working with a 1747-NI4 analog input module (for the first time) on a SLC503 processor. I noticed in the IO configuration within...
Replies
13
Views
4,762
Hello all, I'm having an issue displaying the value I'm getting from a PFC to display on my Red Lion G307..... and before anyone says it...I...
Replies
1
Views
2,124
Quick question for you guys. I'm a little confused about something. I have a 1762-IF4 analog module and a pressure switch wire to it. The...
Replies
2
Views
1,942
Could someone tell me which of the available tags in a 1769-IF8 analog module is typically used for the output of an SCP instruction. I am...
Replies
66
Views
11,952
I am starting simple-- I have a micro logix 1100 L16AWA I just want to take my 0-10 v input and convert to 0- 250 psi to turn off and on things...
Replies
6
Views
6,402
Back
Top Bottom