: .......................................................................16 detents with 2.5 Ncm (+/- 30%) or no detents
Outer shaft
1
:......................................................................32, 16 or no detents
For 32 detents: 0.5, 1.0 or 2.0 Ncm (+/- 30%)
For 16 detents: 1.5 or 2.5 Ncm (+/- 30%)
Rotational life:
2
..................................................................1,000,000 revolutions min. with 0.5, 1.0 or 1.5 Ncm switching torque or with no detents
500,000 revolutions min. with 2.0 Ncm switching torque
300,000 revolutions min. with 2.5 Ncm switching torque
Residual switching torque (end of life): ................................90% typ.
Shaft strength: ...................................................................100 N min. push, 100 N min. pull, 50 Ncm min. bending
Fastening torque of nut: .....................................................100 Ncm max.
Shock: ...............................................................................100 G max. (MIL-STD-202G, method 213B, condition C)
Flammability:.....................................................................UL94-V0 (IP65/IP68: O-rings and non-threaded bushing gasket are UL94-HB)
Packaging Sizes
Tray: .................................................................................20 pcs. (nuts are supplied and packed separately)
Additional Data for Push Button Switch
Mechanical Data
Push button actuation force (new condition): ........................6 N (+/- 30%)
Push button switch travel: ...................................................0.5 (+/- 0.2) mm
Push button switch life:
2
......................................................200,000 actuations min.
Residual push button actuation force (end of life): ................90% typ.
Electrical Data
Contact bouncing time: ......................................................2 ms max.
Dielectric withstanding voltage to housing/shaft:..................500 VDC during 60 seconds (MIL-STD-202G, method 301)
[table=98%] [tr][td]I would like to ask a question: If I comment out this line of code, UART2_Send_1Byte(res);, the ESP8266 WIFI module cannot be initialized; but if I add UART2_Send_1Byte(res);, it c...
as follows:
code u8 STB1[][3]={};
code u8 STB2[][3]={};code u8 code *std[]={STB1,STB2}; This worked in 51 before, but there was a problem when ported to 32 (code has been changed to const). Error mess...
[i=s]This post was last edited by gs001588 on 2022-1-22 22:43[/i][Evaluation of domestic FPGA Gaoyun GW1N-4 series development board]——12. Two tips (multi-function pins and board silk screen)Tips (1):...
This is my first time to use CAN bus. Recently, I need to send and receive data through CAN bus. When I use microcontroller to send ID=0x401, I check the waveform and find that the actual data sent is...
Knowledge point 1: pointer
1. Pointer: The first number of the variable's storage space in memory is called the address of the variable, also called a pointer.
Pointer variable: It is used to store a ...