Mesa 7i73 auf analog in + encoder mode stellen
- T_D
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 2
22 Feb 2026 07:08 #343292
by T_D
Mesa 7i73 auf analog in + encoder mode stellen was created by T_D
Hallo zusammen , ich habe eine mesa config mit einer 7i97t =>7i74 und an der 7i74 hängt eine 7i73 und 7i84 nun hab ich gestern ca 5 stunden lang versucht die 7i73 in den mode 1 ( encoder+analog in ) zu bekommen das hat nicht funktioniert ich habe das mit dem ändern von sserial_0=0100 versucht und verschiedenste Foren Beiträge gelesen bin aber zu keinem Ergebnis gekommen eventuell weiß ja wer von euch mehr oder wie gehe ich da vor ? Wenn ich in das terminal eingebe Halcmd show pin dann werden mir die Pins so angezeigt = hm2_ 7i97.0.7i73.0.7.input00 beispielsweise . Die config läuft aber ich weiß nicht wo der Fehler ist oder was ich anders machen muss damit das funktioniert . Gruß Tom
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 21396
- Thank you received: 7296
22 Feb 2026 19:16 #343321
by tommylight
Notice the 22222222 <<< 8x2, that will set all sserial ports to mode 2, this is what i do when i do not want to bother finding the right address.
Also notice sserial_port_1, if you have more than a single sserial port (each can have several boards attached)
The above example is from my Mazak with 7i92/7i77/7i74 and 2 of 7i84.
Replied by tommylight on topic Mesa 7i73 auf analog in + encoder mode stellen
loadrt hm2_eth board_ip="10.10.10.10" config="num_encoders=6 num_pwmgens=0 num_stepgens=0 sserial_port_0=00200000 sserial_port_1=22222222" Also notice sserial_port_1, if you have more than a single sserial port (each can have several boards attached)
The above example is from my Mazak with 7i92/7i77/7i74 and 2 of 7i84.
The following user(s) said Thank You: T_D
Please Log in or Create an account to join the conversation.
- T_D
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 2
23 Feb 2026 18:15 #343353
by T_D
Replied by T_D on topic Mesa 7i73 auf analog in + encoder mode stellen
Es hat super funktioniert bzw bei sserialport1 hat der die ganze zeit beim start einen fehler geschmissen also hab ich sserial 0 auf 222222222 gesetzt und es geht ,ich bekomme die Vorschub und Spindel override slider nicht mit den analogwerten verbunden ich kann in der hal sehen dass sich die Werte ändernbekomme das aber nicht so hin , dass dann auch die slider angestesteuert werden also da ändert sich nichts bei dem Wert der overrides , eventuell kann da ja wer mal ein Beispiel hal Teil schreiben welcher mir dort weiterhilft , gruß Tom
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 21396
- Thank you received: 7296
23 Feb 2026 21:07 #343366
by tommylight
Replied by tommylight on topic Mesa 7i73 auf analog in + encoder mode stellen
Das ist fuhr die Mesa 7i77,
# Include your custom HAL commands here
# This file will not be overwritten when you run PNCconf again
######################################################
## Feed-Override
## mit Poti
######################################################
loadrt mux_generic config=fs2
addf mux-gen.00 servo-thread
setp [HMOT](CARD0).7i77.0.0.analogin0-scalemax 350
setp halui.feed-override.direct-value true
setp halui.feed-override.count-enable true
setp halui.feed-override.scale 0.01
setp mux-gen.00.in-float-00 100
net feedpot-raw mux-gen.00.in-float-01 [HMOT](CARD0).7i77.0.0.analogin0
net machine-is-on mux-gen.00.sel-bit-00
net feedpot-mux mux-gen.00.out-s32 halui.feed-override.counts
The following user(s) said Thank You: T_D
Please Log in or Create an account to join the conversation.
- T_D
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 2
24 Feb 2026 05:57 #343380
by T_D
Replied by T_D on topic Mesa 7i73 auf analog in + encoder mode stellen
Dankeschön. Ich werde das heute Nachmittag mal ausprobieren
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.140 seconds