Hold and REPEAT in AXCENT3
khurram
Posts: 31
Hi everybody, how i can use HOLD and REPEAT in Axcent3 for example i am using in netlinx
BUTTON_EVENT[MVP3,293] //PAN RIGHT
{
PUSH:
{
SEND_STRING CAMERA,"CAMID,$01,$82"
}
HOLD[5,REPEAT]:
{
SEND_STRING CAMERA,"CAMID,$01,$84"
}
}
or any other idea i want repeat my send string every 5 mic_sec if my push is hold in Axcess Program for Axcent3
BUTTON_EVENT[MVP3,293] //PAN RIGHT
{
PUSH:
{
SEND_STRING CAMERA,"CAMID,$01,$82"
}
HOLD[5,REPEAT]:
{
SEND_STRING CAMERA,"CAMID,$01,$84"
}
}
or any other idea i want repeat my send string every 5 mic_sec if my push is hold in Axcess Program for Axcent3
0
Comments
But same this code was not working in Access. In Access what I found send_string dvCAM, ? ? $01,$16,$80? ? for zoom in.
I think the correct string would be "$01,$16,$80"