curiousboi Posted May 5, 2006 Posted May 5, 2006 (edited) i need to do coding on the epoxy machine to draw out a cube..but i alway stuck at step 2 could not continue to step 3, it will go back to step 1 from step2 skipping out the step3..so how to make it work for the source code so that i can draw out a square..ErrCode = P1240MotLine(boardSel, XYZ_axis, 1, 44000, -29000, 0, 0)ErrCode = P1240MotLine(boardSel, XYZ_axis, 1, -50000, -29000, 0, 0)ErrCode = P1240MotLine(boardSel, XY_axis, 1, 0, -69000, 0, 0) Edited May 5, 2006 by curiousboi
curiousboi Posted May 8, 2006 Author Posted May 8, 2006 Explain yourself a bit more on what you need ?!I need to program a 3 axis epoxy machine using vb6.The moveable parts of the epoxy encapsulation dispensing machine. The robot consists of three axes – X axis, Y axis and Z axis.The X axis of the epoxy encapsulation dispensing machine robot. This axis provides both left and right motions.Y axis provides both backward and forward motions.Z axis provides both upward and downward motions.But i need to program the PCI1240 motion card which control the machine.
LLXX Posted May 11, 2006 Posted May 11, 2006 Embedded systems controllers are usually not programmed in VB.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now