Commit graph

15 commits

Author SHA1 Message Date
Jeff Epler
d0ae19e92e Merge commit 'origin/2.6' into 2.7
All conflicts were resolved by taking the 2.7 side of the file,
since the gmoccapy release_notes stated that the same changes had
been made manually on the 2.7 side already

Conflicts:
	src/emc/usr_intf/gmoccapy/gmoccapy.glade
	src/emc/usr_intf/gmoccapy/gmoccapy.py
	src/emc/usr_intf/gmoccapy/release_notes.txt
2014-10-28 15:39:25 -05:00
Dewey Garrett
4de3bbb17d latency-test: typo for $1 lt 1000 computation
According to help text:
"Times without a suffix and less than 1000 are taken to be in us"

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2014-10-23 12:57:52 -07:00
Jeff Epler
00f21c33f5 latency-test: restore executable bit list at 30000be
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2014-08-03 15:30:15 -05:00
Jeff Epler
30000be642 latency-test: use awk for calculations
.. since mawk is 'Priority: required' and bc is not in the base system.
2014-07-22 21:57:37 -05:00
Michael Geszkiewicz
ecafc712be Fix rebranding bug sf #3585400
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2013-03-05 17:40:05 +01:00
Jeff Epler
51fc09fd2d Rename many user visible parts to "linuxcnc"
this includes the main script, some of the GUIs, the Python module,
the Tcl package, some image fies.

On a sim system, axis, tkemc, xemc all start.  runtests pass.

a system with realtime wasn't yet tested.

packaging probably requires additional changes and was not yet tested.
2012-01-18 11:25:09 -06:00
Jeff Epler
2013d8013b make latency-test run without emc-environment 2010-01-28 06:35:48 -06:00
John Thornton
c74613fcf3 helvetica 12 italic does not show up well on some monitors 2009-05-01 19:56:29 +00:00
Jeff Epler
f51c3dd098 provide a "reset statistics" button
There are various uses for "reset statistics".  For example, after a user
determines that a specific action causes bad latency, he can hit "reset
statistics" and then go on testing the next suspected latency source.
Presumably this is easier and faster than closing and restarting the latency
test.
2009-02-10 01:54:48 +00:00
Alex Joni
dfe4de03a6 some bashisms need bash not sh 2008-04-27 09:56:32 +00:00
Jeff Epler
2e9f4707bd track worst latency seen by latency-test in ~/.latency 2007-11-13 14:43:52 +00:00
Jeff Epler
5829d4cb38 * Allow specification of both base-period and servo period
* Allow use of standard suffixes (e.g., ms, us, ns) when specifying period to te
st
* Allow testing of one-thread systems (specify "-" or 0 for other period)
2007-09-26 17:02:47 +00:00
Jeff Epler
11c19b9edb having gone to the trouble to create a temporary directory, latency-test should go ahead and use it rather than dropping temporary files in the current directory. 2007-09-23 20:46:17 +00:00
Jeff Epler
7289108198 allows BASE_PERIOD to be specified as commandline argument: 'latency-test 37' or 'latency-test 37333' 2007-08-26 16:38:17 +00:00
Jeff Epler
2ba6dc0d21 'graphical' version of the rtai latency test. 2007-08-13 20:13:02 +00:00