QUOTE(Nathan @ Nov 21 2006, 06:26 PM) [snapback]44128[/snapback]
FactorySQL is $1895, not $4000 and the free trial will run for 2 hours at a time.
Topserver is a rebranded Kepware OPC Server - basically performing the same functionality as RSLinx, which you already have. Kepware makes a good product. RSLinx is a good product. They're pretty similar as far as this application goes.
Ken's suggestion with Excel via a DDE connection to Linx would work for a small, non-critical application. It is (relatively) easy to do. You should know that there is a (stupid) US patent protecting that. Doing these projects via Excel is pretty clunky. Think: computer must autologin, macros enabled, spreadsheet autoopen, no user touches the thing. Not exactly the pinnacle of reliability. DDE is old and clunky these days too. An MS service pack and many other things could mess with your app.
If you're familiar with VB programming you can do this for free. The OPC foundation has free sample code to make OPC requests that would work via RSLinx (you said you have a copy of pro). Also look at OPC toolboxes, etc. You might check Sourceforge...I would highly recommend going OPC since you already have RSLinx versus any native AB driver projects you might stumble upon there.
QUOTE(waterboy @ Nov 20 2006, 08:16 PM) [snapback]44016[/snapback]
QUOTE(Nathan @ Nov 20 2006, 04:53 PM) [snapback]44013[/snapback]
Try
FactorySQL. It'll synch your PLC to an SQL database enabling status indication or control via a web page. Your web page need only communicate with the database. I don't mind helping you get started if you'd like.
Thanks but that product is pretty pricey too (~$4000 US) . Not in the league of Intellution and others to be sure, but still not within my reach. I'm looking for a way to do this with code which will only cost my time with maybe a OCX or two.
My mistake, when I went to the site I just hit "price comparision" thinking that would be the place to find the price compared to other brands. I see I was looking atthe wrong thing and that it is just what you said. Sorry about that.
I thought the same thing about DDE (even a 6 year old software program we use for particle counters didn't recommend DDE back then) but I didn't see many alternatives. (didn't know about a patent! How odd!)
I have some small familiarity with VB and obviously I will have to get more into it anyway so I'll look at some samples to see if it is within my skillset now or will be later. I even have a 1998 disk that says "OPC Server Toolkit from Intelliution" so that's a start. That'll be more fun anyway. Thanks for the correction and advice, All of you.
Time to go pester the OPC foundation folks.