matthewx Posted April 30, 2015 Share Posted April 30, 2015 Hi, is it possible to setup daqfactory as a gateway between the connection of daqfactory using connection? i.e. we got 3 copies of daqfactory, a, b, and c. b connect a using connection, and now c want to read the data of a from b by connecting c to b using connection, is that possible? Thanks! Link to comment Share on other sites More sharing options...
AzeoTech Posted April 30, 2015 Share Posted April 30, 2015 First, why? Second, yes, but you would have to write script to relay the data. Basically you'd have to create the same channels locally on b, but with Timing = 0 (you can do this quickly by exporting the channel table from a and importing into b after setting the timing to 0). Then you'd have to create a sequence that would every so often take the contents it got from a and put them into the local channels so that c could read them. it wouldn't be as real time as a direct connection, but with some fine tuning you could get it pretty good. Link to comment Share on other sites More sharing options...
matthewx Posted April 30, 2015 Author Share Posted April 30, 2015 it is because of the security policy of our customer... thanks, will try it. Link to comment Share on other sites More sharing options...
AzeoTech Posted April 30, 2015 Share Posted April 30, 2015 You also might look at DAQConnect if you are trying to access data acquired in a secure area from anywhere. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.