Kind of a kludge, but the streamer/ halstreamer system could do what you are describing. The component that wants to use the data would export a clock pin and one or more input pins. Each edge of the clock pin delivers a value (or set of values) from an external file.
In this application, it would only be clocked during startup. Once the necessary data is transferred the streamer part (realtime) would sit idle, and the halstreamer part (user space) would terminate. http://linuxcnc.org/docs/html/man/man9/streamer.9.html http://linuxcnc.org/docs/html/man/man1/halstreamer.1.html On Tue, Jul 4, 2017, at 01:28 AM, Dave Caroline wrote: > For probe compensation batch reading would be far more useful than compiled > in, > then it becomes simple to read the compensation file for any stylus > you change too. > > Dave Caroline > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users -- John Kasunich [email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
