Here is the way the card is configured.
Number of channels: No jumpers installed = 1 Channel
Voltage or current selection = Jumper off on channel 1, on on all the rest
Signal selection range has a jumper on the 2 post for 0-5 Volts.
Polarity jumper is set to unipolar.
Program
PLC 440
// Rung 1
// Address 0
STR SP1
LDF X0 K12
BCD
LDF X14 K3
OUTX V3000
// Rung 2
// Address 7
STR SP1
LD V3000
MUL K1000
DIV K4095
OUT V3100
// Rung 3
// Address 12
END
// Rung 4
// Address 13
NOP
#BEGIN ELEMENT_DOC
"UW0","4096","",""
#END