Mitsubishi FX2N PID (FNC 88)

swimmy67

Lifetime Supporting Member
Join Date
Apr 2004
Location
Rockford, Illinois area.
Posts
91
I was wondering if anyone knows mush about the PID loop in the FX2N PLC. I am using the PID loop to control a heat exchanger. I can't seem to get the PID to automaticlly update the variable for the burner control. I can control the burner output by loading the data manually using a compare statement and loading a high and a low value into the min and max limits. How do I read the values from the PID loop to control the burner output. Using an FX2n-4DA Analog output module for the burner control.


Thanks,
Kari Swimelar
 
Hi, when you called the PID function you parameterised it with a set of values, one of these is the start of the PID block data memory area.
i.e D500, if you check the documentation (downloadable from Mitsubishi) you will see that some of them are used internally, some read some write, one of these will be the manipulated output to control say a propotional valve via an analog output.
Not quite sure which data memory offset this is but for example if D500 was the start of the PID parameters block then if in the documentation Dn+22 is the manipulated output then D522 would contain the -32767 to +32767 value (this varies dependant on other settings forced into some of the data memory areas from D500>).
use this Data memory (might need some re-scaling)& transfer this to the analog output using the TO function.
If I have time I will look at the one I did some time ago & post it.
Hope this helps, Parky.
 
With Mitsu's PID I must advise you to read CAREFULLY there in-house definition of ALL the variables. You will be amazed on what they do compare to what is generally accepted as the definition.

Poeple who have dealt with there idea of sink and source are aware that they have there own dictionnairy.

Read again.
 

Similar Topics

Does anyone have experience with the PID function in a FX2N plc. I am using GX Developer Ver 7.11. Attached is the program that I am using. I...
Replies
0
Views
2,011
I've worked on one Mitsubishi PLC in the past 40 years. Now, it looks like I get to tackle another one...using GX-WORKS3-C1 software which I...
Replies
3
Views
948
I have been asked to work on a Mitsubishi Melsec FX2N-80MR PLC but have no experience with Mitsubishi at all. The hope is to get online to find...
Replies
4
Views
1,328
Hi all IÂ’ve never worked with Mitsubishi PLCÂ’s or software, but a customer at our branch has requested the PLC program for future...
Replies
0
Views
777
Hi all IÂ’ve never worked with Mitsubishi PLCÂ’s or software, but a customer at our branch has requested the PLC program for future...
Replies
8
Views
1,627
Back
Top Bottom