Hi everyone!
On VB6 we have the App.tittle property , on VB2008 the property now is My.Application. Info.Title , this property pulls nothing, is empty, I´m working on VB2008 so I wanna know if this tittle should be what? the form title? or the entire proyect name?
User Profile
Collapse
-
GlobodeCristal started a topic Is the application´s tittle the same form tittle or the proyect tittle?in Visual BasicIs the application´s tittle the same form tittle or the proyect tittle?
-
GlobodeCristal started a topic What´s the difference between "read chache data" or "read device data" from a server?in Visual BasicWhat´s the difference between "read chache data" or "read device data" from a server?
When we are reading Values, timestamp and quality, we have 1 from Cache, and 2 from device, somebody knows what this means? -
How can I read data from an OPC group on an OPC server?
I´m using this function
---------------------------------------------------------
Public Function Request_Word(By Ref MyOPCServer As OPCAutomation.O PCServer, ByRef MyOPCGroup As String, ByRef ServerHandles() As Integer, ByRef NumberItems As Integer) As OPCItem
Dim vValue() As Integer
Dim lErrors() As Integer
Dim vQuality As Object
Dim vTimeStamp As Object
... -
Reading data from an OPC server with VB2008
Hey!
I´m trying to read values, quality and timestamp from an OPC SERVER, I already checked the connection with this server and is fine, the next step is get the data,does anyone knows how to do it?
Thanks
No activity results to display
Show More