gaged / moccagui

Automatically exported from code.google.com/p/moccagui
0 stars 1 forks source link

ini parameter INCREMENTS (jog distanz) wird nicht ausgewertet #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Was muss man tun um das problem zu reproduzieren?
1. INCREMENTS in sectin [DISPLAY] ändern
2. EMC2 mit mocca starten, Manueller Betrieb
3. "Schrittweite" aufklappen und mit ini INCREMENTS vergleichen

Was sollte passieren? 
Schrittweite = INCREMENTS

Was passiert stattdessen?
Schrittweite fest codiert ?

mocca version: binary 8. Feb.
emc2 vesion: 2.3.4
widget kit: gtk2

Original issue reported on code.google.com by gerd.gle...@gmail.com on 17 Feb 2010 at 6:32

GoogleCodeExporter commented 8 years ago
Im file mocini.pas, procedure SetJogIncrements(s: string), Zeile 80 fehlt die
Auswertung des strings. Ich werde mal meine pascal fragmente hervorkramen und 
mich
daran versuchen.
- Gerd

Original comment by gerd.gle...@gmail.com on 18 Feb 2010 at 6:01

GoogleCodeExporter commented 8 years ago

Original comment by gerd.gle...@gmail.com on 18 Feb 2010 at 6:02

GoogleCodeExporter commented 8 years ago

Original comment by gerd.gle...@gmail.com on 18 Feb 2010 at 9:30

GoogleCodeExporter commented 8 years ago
Frage dazu:

welche Formate sind zulässig ?
bei mir schauts so aus
INCREMENTS = 10mm 5mm 2mm 1mm 0.5mm 0.2mm 0.1mm

d.h. delimiter ist blank, kein blank zwischen zahl und einheit.

in der aktuellen html doc stehts so:
The INCREMENTS can be used to override the default. The values can be decimal 
numbers
(e.g., 0.1000) or fractional numbers (e.g., 1/16), optionally followed by a 
unit (cm,
mm, um, inch, in or mil). If a unit is not specified the machine unit is 
assumed.
Metric and imperial distances may be mixed: INCREMENTS = 1 inch, 1 mil, 1 cm, 1 
mm, 1
um is a valid entry.

also mit komma als delimiter und blank zwischen zahl u einheit.

Original comment by gerd.gle...@gmail.com on 19 Feb 2010 at 11:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
im Stamm der config.xml folgendes Eintragen:

<jogincrements>
<item index="1" title="0.01 mm" value="0.01"/>
<item index="2" title="0.10 mm" value="0.1"/>
</jogincrements>

Original comment by gerd.gle...@gmail.com on 21 Nov 2010 at 4:48