I created an init C program that sets up three axes in Snap Amps with appropriate gains etc. Two brushless servos and one microstepper. All the axes operate when I run the init program but when I go to the config screen and do an "UPload All" it only finds 2 of the three axes. Is there a certain "layout" of the axes required in the init program for it to find all of them? I have them all sequentially set up, but not in axis numerical order.
Config doesn't find all axes
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Config doesn't find all axes
Hi ZoobDoo,
Import/Export basically searches for a continuous block of lines that all begin with a channel reference ie. 'ch0->'. I see you inserted a comment line in the middle of channel 0. If you delete the comment or move it to the end of a valid line it should then work. The Axis channels may be specified in any order.
Import/Export basically searches for a continuous block of lines that all begin with a channel reference ie. 'ch0->'. I see you inserted a comment line in the middle of channel 0. If you delete the comment or move it to the end of a valid line it should then work. The Axis channels may be specified in any order.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: Config doesn't find all axes
That fixed it!
Thanks.
AZ
Thanks.
AZ