Arduino and Phidgets 1129 sensor

Have you connected the sensors to the Arduino? To which pins? The device can be read using analogRead(), if connected to an analog pin or digitalRead() if connected to a digital pin.

Writing what was read to the serial port is trivial.