dennisg Posted June 21, 2012 Posted June 21, 2012 I have managed to figure out how to get gather buffers using the gather -u command in a Linux shell. What can I use to create a plot from the .txt file created ?
Sina.Sattari Posted June 21, 2012 Posted June 21, 2012 Do you want to show the plot in your own HMI or do you just need the information during the product development using IDE?
dennisg Posted June 21, 2012 Author Posted June 21, 2012 Do you want to show the plot in your own HMI or do you just need the information during the product development using IDE? This would be for information during product development.
bgoskouie Posted July 8, 2015 Posted July 8, 2015 I have the same question... After the gathering is complete and I ftp the gathered raw data file from /var/ftp/gather/GatherFile.txt I would need to create the processed data file that the IDE Plot tool could open. On the IDE plot tool side when a plot is saved using "Save Configuration File with Data" option under the name of myplot for example, it saves myplot.gat which is the unprocessed data (same as GatherFile.txt I suppose) and myplot.txt which is the processed data with headers. I would need to know how the data processing is taken place. More specifically, how Act Velocity, Cmd Velocity, Act Acceleration, Cmd Acceleration are calculated from the raw position data.
steve.milici Posted July 9, 2015 Posted July 9, 2015 These are calculated from the gathered "actpos" and "cmdpos" through their derivatives.
Recommended Posts