Home AMX User Forum NetLinx Modules & Duet Modules

Camera Control channels for Cisco C90 duet module.

When I try to use the camera controls in code or in the Device Control in Netlinx Studio I get a funky bug. The first time I turn the channel on it works and the camera pans or tilts correctly and stops when I turn the channel off. The next camera movement try does not work. The channel turns on or off but the camera does not move. Then on the third try it works again. This true for all directions. Its like it only moves every other time I turn on the channel. Any ideas on what is wrong? or experienced this issue

TILT_UP = 132 // Ramping: Ramp tilt up
TILT_DN = 133 // Ramping: Ramp tilt down
PAN_LT = 134 // Ramping: Ramp pan left
PAN_RT = 135


BUTTON_EVENT[dvMainTP,1]
{
push:{on[vdvVTC1,TILT_UP]}
release:{off[vdvVTC1,TILT_UP]}
}
BUTTON_EVENT[dvMainTP,2]
{
push:{on[vdvVTC1,TILT_DN]}
release:{off[vdvVTC1,TILT_DN]}
}
BUTTON_EVENT[dvMainTP,3]]
{
push:{on[vdvVTC1,PAN_LT]}
release:{off[vdvVTC1,PAN_LT]}
}
BUTTON_EVENT[dvMainTP,4]]
{
push:{on[vdvVTC1,PAN_RT]}
release:{off[vdvVTC1,PAN_RT]}
}

Comments

  • PhreaKPhreaK Posts: 966
    What version of the module are you using?
  • samossamos Posts: 106
    TANDBERG_TC_v1_3_2_dr1_0_0
  • PhreaKPhreaK Posts: 966
    You can get v1.3.3 from the AMX tech center. For some reason its not on the Tandberg Developer site. First thing I'd do is load that up and see if your problem persists.
  • samossamos Posts: 106
    Thanks Kim. I assumed that the developer site would have the latest
  • Does anyone know where to find the v1.3.3 tandberg module

    Does anyone know where to find the v1.3.3 tandberg module.
    I cannot find it anywhere on AMX or Cisco.
    Just the v1.3.2...
    Thank you very much for any help...
  • shr00m-dewshr00m-dew Posts: 394
    1.3.3 shows up fine here when doing an inconcert search for Cisco and clicking on the C90.

    Kevin D.
  • samossamos Posts: 106
    i got it from the AMX site as Kim says but the fix to my problem was to upgrade the firmware of the C90
  • DOH! I was still searching for Tandberg.
Sign In or Register to comment.