Double Miter Saw Machine XAB Configuration
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4283
- Thank you received: 1893
02 May 2024 13:52 #299552
by Aciera
Replied by Aciera on topic Double Miter Saw Machine XAB Configuration
I don't think you really need to worry much about the motion control running in the background. As you will need to create you own GUI anyway the user will not have access to it. All you need is to create a single axis to get your configuration to start and then you can run everything using extrajoints and the hal layer from your custom gui.
Please Log in or Create an account to join the conversation.
- rbobey1989
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 111
- Thank you received: 28
26 Jan 2025 17:30 #319898
by rbobey1989
Replied by rbobey1989 on topic Double Miter Saw Machine XAB Configuration
Hello everyone, it's been a while since I've been here, I've tried several things since the last time and of course problems have arisen, thanks Aciera again.
I've tried using extrajoint and it works, after performing the home process limit3 is activated and then you just have to change the position value on the pin hal limit3.in, here only one complaint I haven't managed to get the joint to go to the HOME position = PosHome configured in the *.ini file, it always stays at the minimum position MIN_LIMIT.
I've also developed a real-time component that controls the cutting behavior, right now I use the MOTION motion controller not extrajoint which is what I want in the future, to know when the machine is in position I've used the motion.in-position signal, I've found that the joint.in-position signal doesn't switch for extrajoints, so I need to know when a movement has been executed.
For the latter I have thought about comparing the position that I establish in limit3.in with the joint.pos-fb position, here I have another question, how would it be possible to feedback the count of the driver encoder, for example the Ethercat drivers from Lichuan.
I've tried using extrajoint and it works, after performing the home process limit3 is activated and then you just have to change the position value on the pin hal limit3.in, here only one complaint I haven't managed to get the joint to go to the HOME position = PosHome configured in the *.ini file, it always stays at the minimum position MIN_LIMIT.
I've also developed a real-time component that controls the cutting behavior, right now I use the MOTION motion controller not extrajoint which is what I want in the future, to know when the machine is in position I've used the motion.in-position signal, I've found that the joint.in-position signal doesn't switch for extrajoints, so I need to know when a movement has been executed.
For the latter I have thought about comparing the position that I establish in limit3.in with the joint.pos-fb position, here I have another question, how would it be possible to feedback the count of the driver encoder, for example the Ethercat drivers from Lichuan.
Please Log in or Create an account to join the conversation.
- aluplastvz
- Offline
- Senior Member
-
Less
More
- Posts: 46
- Thank you received: 9
12 Apr 2025 20:18 #326193
by aluplastvz
Replied by aluplastvz on topic Double Miter Saw Machine XAB Configuration
I did this with PLC, it is easier and the expected result is obtained.
Greeting
Greeting
Please Log in or Create an account to join the conversation.
Time to create page: 0.085 seconds