Error exporting new datasource
-
If anyone has access to hardware it will speedup development.
Isn't that always the problem! I might as well make a shout out now for OPC XML-DA hardware. If anyone has any that they can make internet accessible for the purposes of data source testing, please let me know. I know there are some sample servers on the internet, but those i've found so far contain a single unchanging point. Not very useful...
-
Maybe try using WinCC from SIEMENS that has XML-OPC capabilities - I never tested it...
I think you can grap a demo version vom your local dealer.
Or could you send me the code for initial testing?
Arne
-
I haven't written any code yet. There was no point in starting without decent equipment to work against. You have some OPC XML-DA stuff? Any chance i could hit it up for a bit? Could you open just to a particular IP address?
-
What about OPC UA (xml and binary protocol) I dont know the licence restrictions for any?
And for software see www.opcfoundation.org, there seem many servers and clients for demo available???
Arne
-
And for software see www.opcfoundation.org, there seem many servers and clients for demo available???
That would be what i was referring to:
I know there are some sample servers on the internet, but those i've found so far contain a single unchanging point. Not very useful...
-
What exact is your plan OPS server, client or both.
I looked at the Java6 implementation of the Web service or axis2 or....
if mango should act as a server we need a client first - I can test it against WinCC.
after that the server should be easily implemented.Arne
-
Mango is primarily intended to act as a server.
-
So maybe implement at first the client into mango ;-) (one can use the get function to retrieve data from other (OPC-servers - which in turn could be simple devices...)
to have a testet client - and then do the server stuff.what do you plan to use JAX-WS or Axis2?
Arne
-
I use axis because i know it better, and it has ANT support (which i couldn't find in less than 5 minutes for JAX). But if someone else is doing the work it doesn't matter to me.