Search found 3 matches

by luduvigo
Mon Sep 26, 2011 3:45 pm
Forum: FLEX (closed)
Topic: Motion board initialization
Replies: 4
Views: 13845

Re: Motion board initialization

Sorry, I did not give a complete explaination. The problem is that I'm not able to set the RD6 bit to 1 with LATDbits.LATD6 = 1; but I'm able to set the RD7 with LATDbits.LATD7 = 1; The result is that only motor1 works. That seems to me quite strange also because I changed the software and the board...
by luduvigo
Mon Sep 26, 2011 1:01 pm
Forum: FLEX (closed)
Topic: Motion board initialization
Replies: 4
Views: 13845

Re: Motion board initialization

The problem was not the initialization, but I don't understand why I'm not able to put to 1 the bit RD6.
If I put that bit to 1 the voltage for the motor 2 remains the same.
by luduvigo
Fri Sep 23, 2011 3:43 pm
Forum: FLEX (closed)
Topic: Motion board initialization
Replies: 4
Views: 13845

Motion board initialization

Hi, I have at the moment no experience in microcontroller programming but I'm trying to start in doing something. I'm trying to use a Motion Board to move a little machine, but I'm not able to use the motor 2. I used a little demo that a friend provided me but I'm not able to move the motor 2 that i...