8/17/2007 4:21 PM | |
Posts: 168 Rating:
|
Hey! Take a look at the attached ".Pdl", see if it fits for you... It was created with WinCC 6.0 SP4, but I think you won't have problems to open it with 6.2. For more information check Salma's web site www.wincc.net. Best Regards, Dimitri. AttachmentNewPdl1.zip (2529 Downloads) |
9/3/2007 1:20 PM | |
Joined: 10/31/2006 Last visit: 9/21/2022 Posts: 134 Rating:
|
Hi there. If you havnt worked out something yet here is some stuff i used for a grid both from pls and sql. You will have to change a few parameters but is quite easy. I used a msflex grid from the Smart Objects -> Control -> MS FlexGrid Control in the Graphics designer and scripted with vb. Dim DataArray()'Used to hold WinCC Tag data from plc '--------------------------------------------------------------------------------- 'Set up header names for columns DataArray(0,0) = "TAG1"'Name of WinCC Tag 'If the optional parameter "Readmode" is set to 1, the process tags are
RecipeGrp.Add "TAG1" Dim G
'Make sure there is no gray row headers only column headers 'Fill Grid with the data from the DataArray
For R = 0 To RowCount '-----------------------------------------------------------------------------
'Create The Connection objCommand.CommandText = strSQL Dim X,Y
'Fill Grid with the data from the DataArray
For R = 0 To RowCount
Attachmentdataset.zip (1761 Downloads) |
This contribution was helpful to
8 thankful Users |
5/26/2011 5:26 PM | |
Joined: 5/24/2007 Last visit: 4/24/2024 Posts: 284 Rating:
|
Thanks Komi It looks quite professsional. Never knew that w ehad this possibility. Have a look at the following link. http://support.automation.siemens.com/WW/view/en/43101218. With WPF programming you get a lot morepossibilities in addition. But comes with the complication of C# too. But for those who love programming like a hobby, it isgreat. Krish |
This contribution was helpful to
1 thankful Users |
5/27/2011 8:03 AM | |
Joined: 10/3/2010 Last visit: 3/13/2025 Posts: 1568 Rating:
|
you can search [code]http://www.codeplex.com[/code] too for WPF samples and free stuff FreeWPFDataGridControlMicrosoftWPFToolkit [code]http://davidhayden.com/blog/dave/archive/2008/08/14/FreeWPFDataGridControlMicrosoftWPFToolkit.aspx[/code] some other links? [code]http://actipro.codeplex.com/ http://msdn.microsoft.com/en-us/library/system.windows.controls.datagrid%28VS.100%29.aspx [/code] |
Last edited by: SteBo at: 5/27/2011 8:16 AMLast edited by: SteBo at: 5/27/2011 8:07 AMLast edited by: SteBo at: 5/27/2011 8:03 AMB r g d s , |
|
Follow us on