Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS252N30E1 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
TS252N30E1: | TS252N30E1 | Tamagawa: | Tamagawa |
---|---|---|---|
COLOR: | BLACK | Material: | Iron |
Temperature: | 20-120 | Japan: | Japan |
Wire: | Wire |
TS3103N156
TS252N30E1
TS3062E3
TS3658N3
TS3684N13E8
TS3636N6
TS-5170-N20
TS5208N530
TS4503N1007E200
TS3092N11E12
AU6550N2062
TS3664N1E1
TS3617N1E3
TS3641N1E1
TS5207N530
TS5208N569
TS4503N1022E100
TS3095N2
AU6649N2101
TS3664N1E2
TS3630N1214E3
TS3641N21E6
TS5208N510
TS5208N576
TS4503N1022E200
TS3103N156
This chapter provides information and the requirements of a COM Interface for reporting. | |
Further instructions can be found in the chapters "COM Server Data Output" and "Example of the Integration of a COM Server". | |
An object can/must provide the following COM interfaces so that the WinCC report system can use this object: |
The object must support the interface IWinCCProtProvider and one of the interfaces IWinCCProtProviderText, IWinCCProtProviderTable and IWinCCProtProviderPicture. CR+ is used as line feed characters at the IWinCCProtProviderText interface.
Is called after starting the COM Server to pass a pointer to IWinCCProtReportParams to the server. Unregister Is called to instrct the COM Server to rerelease the pointer to the interface IWinCCProtReportParams. GetName Returns the name of the COM Server to display it on the configuration interface. ShowPrivateDialog Open the COM Server selection dialog box. SetPrivateData Passes on the SelCrit data saved in the layout to the COM Server. GetPrivateData Reads the SelCrit data from the COM Server to save it in the layout. GetNameOfPrivateData Returns the name of the selection criterion to display it on the configuration interface.
s Returns the number of columns to be printed in the report. GetNumLines Returns the number of rows which should be printed in the report. HasHeader Returns the information as to whether a table header should be printed in the report. GetHeader Returns the table header text to be printed in the report. GetText Returns the text to be printed in the report.
The control characters for colors, alignment, etc. always precede the output text and can be combined with each other (e.g. "output text"). They are not case-sensitive. Concludes the interpretation of control sequences. The rest of the text is accepted as specified. Font color in hexadecimal notation (default = as set for the table) Background color in hexadecimal notation (default = as set for the table) Bold Underlined Italic Strike-through
Draw Hands over a handle to the device connect to the COM Server and coordinated in which you can draw. Draw the output field here in the specified device context. It is an enhanced metafile. Drawing is done in MM_HIMETRIC mode.
The report system provides an interface to read parameters from the report context (settings from the report system and the job properties). Interface IWinCCProtReportParams : IDispatch { HRESULT GetParameter ( [in]BSTR PropertyName, [out]VARIANT* Value ); }; Currently the following properties can be read: TimeFrom Parameter from the print job TimeTo Parameter from the print job PrivateSelCrit Is used e.g. when the "Print" button in WinCC Control is pressed. Using this PrivateSelCrit, the current selections of the WinCC Control are sent to the COM server. ProjectName WinCC project name LCID_APP Currently set language in the application which the COM server calls (PrintIt/ ProtCS). The WinCC system language might be different because the Runtime language is not actively supported by WinCC. LCID_RT Current Runtime language of WinCC. This setting is only visible in Runtime.