Physx Kinematic Bodies

I am currently learning Physx. I want to create a machine-arm with 5 free degree, and I need to precisely control the position of the object and I want to use Kinematic attribute, but even if I set gScene->setFlag(eENABLE_KINEMATIC_STATIC_PAIRS,true); It will not collide with my static body! I am confused!