Encoder Help

Hello, this year our team is using this encoder to measure our robot’s movement.
http://usdigital.com/products/encoders/incremental/rotary/kit/E4P

We are having trouble programming it in LabView. Below are screenshots of our current code in begin and teleop, mostly just copied from the encoder example. It’s not reading any values from the encoder, and we’ve double checked our wiring on the robot. Is this year’s LabView different for encoders?

begin vi.png
teleop vi.png


begin vi.png
teleop vi.png

Does the original stand-alone example work with the encoder?
If that doesn’t work, then you’ll know it’s not your code either.

Your code looks simple enough unless there are some unusual control values involved.

We can’t see what values you have set the controls to on the front panel of Begin. Is there a reason you didn’t make them constants instead of controls?