ddm Posted May 10, 2019 Report Share Posted May 10, 2019 hello everybody, working with WINCC scada and connected to Uniopc server I would like to know if it is possible to request more than one bit info at a time, or more generally request array of values . something looking like "plcName.MB0[10] to collect the first 10 memory bits for example. trying this in many ways did not result well . thanks Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted May 10, 2019 MVP 2023 Report Share Posted May 10, 2019 I'd pack the bits into an MI or ML in the PLC first. What model of PLC are you using? Does WinCC have a method to convert an integer to a bit array inside itself? Joe T. Link to comment Share on other sites More sharing options...
ddm Posted June 27, 2019 Author Report Share Posted June 27, 2019 On 5/11/2019 at 1:10 AM, Joe Tauser said: I'd pack the bits into an MI or ML in the PLC first. What model of PLC are you using? Does WinCC have a method to convert an integer to a bit array inside itself? Joe T. yes. first thanks for your response. but not always it is possible to add code to the plc. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now