Forum

Welcome Guest 

Show/Hide Header

Welcome Guest, posting in this forum requires registration.





Pages: [1]
Author Topic: Will not move when pressed draw vector
Marry
Newbie
Posts: 1
Permalink
Post Will not move when pressed draw vector
on: July 31, 2014, 14:45
Quote

So, my job is to fix the polygraph we have at our lab. the intern who made it used a arduino mega met motorshield (adafruit)

So it works when i move pen to point. But when i start draw vector (made a nice square in inkskape) it's dropping it's pen but won't move.

Does anybody have the winning solution?

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: Will not move when pressed draw vector
on: July 31, 2014, 18:08
Quote

Hello Marry, if you pop up the debugging console in the controller app (use ctrl+c on Windows), you'll probably see a message coming from the machine saying something like "this line is not on the page, skipping it" when you do your square drawing. (Another quick way to do a square is to select a rectangular area using 'select area' and then click 'outline area'. I use that to test how big a drawing will be on the page.)

What this problem usually means is that your machine has not been sized correctly, or there is a mix-up between the size the machine thinks it is, and the size specified in the controller app.

If you press "download machine spec" then you will find out what size the machine thinks it is - it will be loaded into the controller app.

Are you happy with how to set the home position, and things like that?

The reason that 'move to point' works, and 'move direct' doesn't work, it because move to point is dumb - it just blindly does what it is told, even if that would result in moving the pen off the surface, or defying gravity somehow.

'Move direct' actually tries to figure out where on the surface the pen is, and where it is going to go, and it'll just ignore you if you try to do something impossible. One common issue is that it needs both ends of the line to be on the surface - so if the machine has been given a weird (impossible) home point, then it can never get started, because the starting point of the first line will always be somewhere off the surface.

Good luck!
sn

Pages: [1]
Mingle Forum by cartpauj
Version: 1.0.34 ; Page loaded in: 0.016 seconds.