Analog output logic

stevespra

Member
Join Date
Apr 2008
Location
Alliance Ohio
Posts
8
I have a micrologix 1100 and need to control the speed setting to a VFD with a 1762-OF4 output card. I can't seem to get anything to transfer to the output address. I am using a scale w/parameters with the input source set as the HMI and the destination source set as the output addrsss. However, nothing seems to work. Any ideas?
 
stevespra said:
I have a micrologix 1100 and need to control the speed setting to a VFD with a 1762-OF4 output card. I can't seem to get anything to transfer to the output address. I am using a scale w/parameters with the input source set as the HMI and the destination source set as the output addrsss. However, nothing seems to work. Any ideas?


1762_of4.jpg


Have you configured the output from the I/O configuration?
 
What is your min and max and what is your scaled min and max? Is the rung true? If this is a new subroutine, is it enabled?
 
Yes. If I am online with the laptop and just enter a number to the output, it will change speed on the drive. So it seems that the output is configured right (4-20) and wired right to the drive. I just can't get the number to the output to change any other way, like from the HMI. Thanks
 
What hmi are you using? If it is a Panelview +, you can't brouse for tags unless you have the correct version installed. I ran into the same type of problem with a PVP 600 and a ML1100 over ethernet. I had to hand enter the tags because I couldn't brouse for them. My problem was the tag address was Mixer_1 on the buttons and was Mixer[space]1 in Linx enterprise. "Mixer[space]1" ended up being "Mixer1" Make sure the tag information is set up correctly and Linx enterprise is set up correctly. Can you brouse for tags?
 
The HMI is a automation direct c-more 8" touch panel. It is using AB DF1 Micrologix protocol. I have tried using integers and floating points, which work fine for displaying the analog inputs but this is the first time I have tried controlling the speed with one of these.
 
Can you make a digital button on your screen and tie it to a bit? If you can't get the bit to change state, you have a comm setup problem
 
Is your SCP instruction in a part of the program that is being scanned? If it is not in LAD2, you must have a JSR to the proper ladder file somewhere that will get called.
 
stevespra said:
The scp ladder is in the same program. I made it just like the analog inputs that I am using. Does the ML1100 support analog output?

HMMM?. You said in post#4 that the output worked, yes the ML1100 supports analog outputs. It sounds like the problem is with your HMI not writing the speeed value to the ML1100.If you can post you ML1100's code (.rss file, zip it then post) then someone can that a look. Also tell us the data file address the HMI is writing to (i.e. N7:0 or ?)
 
I think you are trying to troubleshoot too many things at once. Forget about the HMI and see if you can simply get an ouput by "plugging in" some number.

Also check to see which device sources the 4-20 loop. Only one device can supply power to the 4-20 loop.
 
Hello.

I need one analog_output of 0 to 20Vdc, for compact_Logix.
Do you have some solutions??.

thanks and best regards.
 
olman_plc said:
Hello.

I need one analog_output of 0 to 20Vdc, for compact_Logix.
Do you have some solutions??.

thanks and best regards.

I would use a 0-10VDC analog output and an external signal transducer that accepts 0-10VDC in and sends 0-20VDC out. Something like a Weidmuller Wave TTA.

Another approach and one I've never tried and may not work (hopefully someone will chime in yay or nay) is to take two ISOLATED 0-10VDC outputs and tie them in series for a combined voltage of 0-20VDC.
 
Last edited:
robertmee said:
I would use a 0-10VDC analog output and an external signal transducer that accepts 0-10VDC in and sends 0-20VDC out.

Another approach and one I've never tried and may not work (hopefully someone will chime in yay or nay) is to take two ISOLATED 0-10VDC outputs and tie them in series for a combined voltage of 0-20VDC.

[Thread Hijack Response] I'd vote Option 1, though, if you have a very high impedance 0-20VDC load, it might be possible to generate by using a 0-20mA output into a 1K resistor.


For the ORIGINAL POSTER, and the ORIGINAL PROBLEM... You aren't trying to write drirectly from the HMI to the Analog Module output word, are you? You seriously need to write to either an internal register in the PLC before the SCP.
 

Similar Topics

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...
Replies
4
Views
2,086
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
318
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
86
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
107
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
243
Back
Top Bottom