Advertisement

Results for "Author: cuq"

ASP_Volume2 #26241
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

ASP_Volume2 #28277
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

ASP_Volume3 #59241
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

ASP_Volume3 #59242
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

C_Volume2 #67303
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

C_Volume2 #69339
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

Java_Volume1 #85847
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

Java_Volume1 #87883
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

2_2002-2004 #112995
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

2_2002-2004 #115030
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

3_2004-2005 #131538
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

3_2004-2005 #133574
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

4_2005-2006 #164538
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

4_2005-2006 #164539
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

5_2007-2008 #187056
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

5_2007-2008 #187057
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

6_2008-2009 #209574
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

6_2008-2009 #209575
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

7_2009-2012 #232092
A 6 axis and 4 axis Scara Robot Simulator

Hello, This source was my first project concerning simulation. So it's an earlier project compare to the 5 axis machine simulator. Comments on this source are quite similar to the previous project : Most of the code in French. Only tested on NT4, W2000 and XP with an minimum requirement for hardware PIII and OpenGL compatible graphics card. You will find a copy of the Zip file at : http://5axes.free.fr/devel_robot/robotsimul-en.zip It's just a prototype whit out any "Commercial" application. You can load two type of robot : one 6 axis robot (polymorph) and a 4 axis Scara model. It's possible to move the robot via a direct action on the Join value or it's also possible to give a Goto point . For a robot you have, for the save coordinates several position ( what's why you can find some option boxes for Top and Left position) Depending of the axis limits all this position are not reachable. Just for the Demo you can click on the "execute movement" to have a sample movement. etc...

7_2009-2012 #232093
A 5 axis milling machine simulator

It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards

Languages
Top Categories
Global Discovery