Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS5007N122 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
Tamagawa: | Tamagawa | JAPAN: | JAPAN |
---|---|---|---|
COLOR: | BLACK | Material: | Iron |
Temperature: | 30-120 | Wire: | Wire |
Dimension: | 50mm | TS5007N122: | TS5007N122 |
TS5007N122
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
TS3738N1E7
TS1980N43E12
482048P6L65V
TS3653N2E5
TS5778N157
TS3624N3E5
TS4886N9079E411
TS2640N321E64
TS3738N1E7
TS1980N56E12
60798024
TS3653N2E6
TS5787N10
TS3624N3E6
TS-5008-N-65
TS2641N31E64
TS3741N3E8
TS1981N134E9
610568-1A
TS3653N3E7
TS5850N60
TS3630N1303E9
TS5008N66
TS2650N1E78
TS374
TS1981N53E19
61347
TS3653N3E8
TS5850N64
TS3630N1309E5
TS5010N
TS2650N11E78
TS3762N15E4
Shows the value of the x coordinate. | |
Shows the value of the y coordinate. | |
Label of the selection dialog. |
Two different flags can be transferred: OB_OBJECTS Display of all objects OB_PROPERTIES Additionally the property selection is offered. char* ObjectName Input buffer for the object or property name. The input buffer can be set to a default value.
In the "Set options" dialog an input field with a Browse button is displayed for the x,y coordinates. An object or property name can be typed in this input field. Clicking on the Browse button opens a selection dialog. In this selection dialog an object or property name can be searched and selected. Syntax HWND CreateObjectBrowser (int x, int y, char* Title, DWORD flags, char* ObjectName )
The following excerpt from the file "Demo.wnf" shows the use of this function. In the "Set options" dialog of the "Demo Wizard" an input field with a Browse button is displayed. Clicking on the Browse button opens the picture selection dialog.
Currently only PB_PICTURE can be used. This enables picture selection. char* ProgID Programmatic ID of the component used for building the selection. By transfering "WinCC.CCFileASOStub.1" the picture selection is addressed. char* Name Contains the name. The name may have a predefined default value. This entry is always displayed.
In the "Set options" dialog an input field with a Browse button is displayed for the x,y coordinates. A name can be typed in this input field. The package browser is enabled by clicking on the Browse button at the right edge of the input field. The flag or the ProgID defines the type of data to be shown from the package. With the function "CreatePackageBrowserEx" a ProgID can be transferred instead of a flag. Syntax HWND CreatePackageBrowser (int x, int y, DWORD flags, char* Name ) HWND CreatePackageBrowserEx (int x, int y, char* ProgID, char* Name )
Optional indication of a pointer to the tag filter. When specifying a NULL pointer no filter is active. The tag filter must be defined by means of the structure DM_VARFILTER. Additional information on this topic may be found in the WinCC ODK documentation. char* VarName Contains the tag name. The tag name may have a predefined default value. This entry is always displayed.