Problems in Projector and Stepper Motor Control

This is the place to discuss various hardware. Topic include:
- Display devices (Projectors, Lasers & etc..)
- Microcontrollers & RAMPs boards
- Power supplies
- Z-Axis and Tilt assemblies
- etc..
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
sbg7509
Posts: 6
Joined: Tue Apr 14, 2015 8:37 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Problems in Projector and Stepper Motor Control

Postby sbg7509 » Tue Apr 14, 2015 8:45 pm

We are able to control the z-axis movements using the g-code commands manually. However, when we tried running the printing program after slicing the image, we faced two problems:
1) The projector does not project the sliced images of the part, while still projecting the calibration grid correctly.
2) The stepper motor does not move according to the g-code commands. The g-code has the stepper motor commands mentioned in it as per the sliced images, 'curing time' and 'holding time after each layer' but still it does not rotate.

Help! Thanks!

sbg7509
Posts: 6
Joined: Tue Apr 14, 2015 8:37 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Problems in Projector and Stepper Motor Control

Postby sbg7509 » Tue Apr 14, 2015 8:58 pm

The system we're using includes a Sharp DLP projector and an Anaheim DPY50611 Stepper Motor

User avatar
PacManFan
Site Admin
Posts: 633
Joined: Sun Dec 01, 2013 11:44 am
Location: Ahead of the curve
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Problems in Projector and Stepper Motor Control

Postby PacManFan » Tue Apr 14, 2015 10:50 pm


sbg7509
Posts: 6
Joined: Tue Apr 14, 2015 8:37 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Problems in Projector and Stepper Motor Control

Postby sbg7509 » Thu Apr 16, 2015 9:12 pm

Here is the sample of our g-code:

;(****Build and Slicing Parameters****)
;(Pix per mm X = 13.39216 px/mm )
;(Pix per mm Y = 9.97403 px/mm )
;(X Resolution = 1366 )
;(Y Resolution = 768 )
;(Layer Thickness = 0.05000 mm )
;(Layer Time = 2000 ms )
;(Bottom Layers Time = 5000 ms )
;(Number of Bottom Layers = 3 )
;(Blanking Layer Time = 10600 ms )
;(Build Direction = Bottom_Up)
;(Lift Distance = 5 mm )
;(Slide/Tilt Value = 0)
;(Anti Aliasing = True)
;(Use Mainlift GCode Tab = False)
;(Anti Aliasing Value = 1.5 )
;(Z Lift Feed Rate = 50.00000 mm/s )
;(Z Lift Retract Rate = 100.00000 mm/s )
;(Flip X = False)
;(Flip Y = False)
;Number of Slices = 200
;(****Machine Configuration ******)
;(Platform X Size = 102mm )
;(Platform Y Size = 77mm )
;(Platform Z Size = 100mm )
;(Max X Feedrate = 100mm/s )
;(Max Y Feedrate = 100mm/s )
;(Max Z Feedrate = 100mm/s )
;(Machine Type = UV_DLP)
;********** Header Start ********
;Here you can set any G or M-Code which should be executed BEFORE the build process
@0A1000
@0B500
@0M1000
;********** Header End **********
;********** Pre-Slice Start ********
;Set up any GCode here to be executed before a lift
;********** Pre-Slice End **********
;<Slice> 0
;<Delay> 5000
;<Slice> Blank
;********** Lift Sequence ********
@0-
@0N395.0
@0G
@0,
@0+
@0N391.05
@0G
@0,

;<Delay> 10600
;********** Lift Sequence **********

sbg7509
Posts: 6
Joined: Tue Apr 14, 2015 8:37 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Problems in Projector and Stepper Motor Control

Postby sbg7509 » Thu Apr 16, 2015 9:16 pm

The screen settings for the projector is attached as an image.
Attachments
Capture1.JPG
Screenshot of Machine Config

User avatar
PacManFan
Site Admin
Posts: 633
Joined: Sun Dec 01, 2013 11:44 am
Location: Ahead of the curve
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Problems in Projector and Stepper Motor Control

Postby PacManFan » Fri Apr 17, 2015 12:54 am


sbg7509
Posts: 6
Joined: Tue Apr 14, 2015 8:37 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Problems in Projector and Stepper Motor Control

Postby sbg7509 » Fri Apr 17, 2015 10:09 am

I got your point, but why does the projector not project the layer images?


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable