Daqfactory As A Gateway


Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.