global named parameter error
- MaxEkb77
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 4
22 Feb 2025 11:31 #322267
by MaxEkb77
global named parameter error was created by MaxEkb77
Hello.
On linuxcnc 2.10, 2.9. (axis, gmoccapy)
I try enter in MDI " #<_varzag>=55 "
after i try load ngc file when using that variable " #100=#<_varzag>.
I got error "Named parameter #<_varzag> not defined" , programm working fine - why showed that error ?
On linuxcnc 2.10, 2.9. (axis, gmoccapy)
I try enter in MDI " #<_varzag>=55 "
after i try load ngc file when using that variable " #100=#<_varzag>.
I got error "Named parameter #<_varzag> not defined" , programm working fine - why showed that error ?
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
-
Less
More
- Posts: 414
- Thank you received: 170
22 Feb 2025 15:41 #322275
by MaHa
Replied by MaHa on topic global named parameter error
You can solve that this way:
o800 IF [#<_task> EQ 1]
#100=#<_varzag>
o800 ENDIF
The following user(s) said Thank You: MaxEkb77
Please Log in or Create an account to join the conversation.
- MaxEkb77
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 4
23 Feb 2025 09:00 #322349
by MaxEkb77
Replied by MaxEkb77 on topic global named parameter error
Thank you. working
Please Log in or Create an account to join the conversation.
Time to create page: 0.123 seconds