I am going to be starting a VB application that is going to use an OPC to talk to RS Linx. Could you possible start me out on how I would connect to any datapoints or directly to RS Linx.
This application is to run behind the scenes, go out every n seconds, gather information on about 200 points, and store it to a SQL Server DB.
I will also have to collect data when an alarm is tripped. So I figured this would be and OnEvent subroutine.
I have no problem getting the data from VB to SQL. My only problem is how do I get the data into VB.
Any pointers will help greatly. I thank you for your time.
I know a little VB, not a ton, but I think I could get this done if I had a little guidence.