maartenvervelde Posted November 6, 2015 Posted November 6, 2015 Hi, I'm trying to make a gather function using the buffer of the data gather function, because writing it away takes to much time for the power brick. The problem is I don't know how to access the buffer. I've seen multiple people on this forum use the buffer, but there is never stated how.
steve.milici Posted November 6, 2015 Posted November 6, 2015 The gather_csv program is described in this post: http://forums.deltatau.com/showthread.php?tid=1737&pid=7087#pid7087
maartenvervelde Posted November 9, 2015 Author Posted November 9, 2015 Is there a way to save the buffer from a cplc program or even the servo loop, or is the only possibility to get the data through ssh from the outside when gather.enable = 0?
Omron Forums Support Posted November 9, 2015 Posted November 9, 2015 Any time gather runs, it automatically prints to a file /var/ftp/gather/ You can just pick up the data from there.
Recommended Posts