Hello everyone:
I am writing a ladder logic program for a PLC based pump controller as part of my "research project" (class) at school. However, I have run into a little trouble with the "move" function. I have been using it to transfer the value from one tag to another (i.e. Tag1=100, Tag2=whatever, would use Move - Source: Tag1, Dest: Tag2), but my logic would be failing.
Then, when I used mathematical functions instead (i.e. Tag1=100, Tag2=whatever, would use Multiply - Source A: 1, Source B: Tag1, Dest: Tag2) the logic works flawlessly. Hence, I am thinking that I am using the function wrong, or maybe there is another function meant for this purpose.
Can anybody help me??
Thank you very much, I really appreciate all the help you guys give (and have given me in the past already).
Jan