Hello,
I'm fairly new to these PLCs. Haven't touched one in 10 years.
Now I'm stuck. I installed a Analog input card F0-04AD-2 module (4CH 0-10V) in slot one.
Would like to read in the values in my ladder program. I went the way it is described in the manual(DL05/06 Option modules User Manual; 7th Ed., 5/07).
It reads as followed:
SP0-----LD K400 (load constant 4(4channels BCD in slot1))
-----OUT V700
thats it. I'm not able to load K400 in V700. The OUT function does not let me define V700.
I tried OUTD (double word) and it works. Problem is I'm working offline right now and can't test it. Would like to finish the code before I go out in the field.
Any ideas what I'm doing wrong? Do i have to define the V-Memory locations somewhere else or assign them some how?
Hope I made myself clear. I'm new so bare with me.

Thank you
/Ronny