Recent content by raul1958

  1. R

    Lcd .... Help.!

    Hi all, Let me know if you can use the line of the cursor under the character of the LCD display to indicate a digit. Slide under a digit displayed on the display by an encoder or a key from right to left. how to load a new character on the display memory?? and then show how to call for the...
  2. R

    Five buttons on the analog port in..!

    hello all, I would like to help to build software to manage the five buttons on the same analog input of a pic. the problem is that the value given to each button may vary a bit ', if the voltage changes, even slightly. So I wanna know how I can set the software for each button in a ranking of...
  3. R

    Bipolar motor

    For.... JTcurneal....!! I use a (08M2) pic with 32Mhz Clock..!!! Hi...Hi...Hi.... !! this is the circuit...
  4. R

    Bipolar motor

    I apologize to everyone for having opened two threads ... you're right. will be my despair. Hi !!!... .. Hi Hi .... I understand that I am the problem. this code too difficult for someone who has just begun. this is my first code that I do on PICAXE. works, but surely there are many...
  5. R

    Bipolar motor

    Hello, I would like to know the easiest way to make a stepper motor running first as a couple of slow laps and then quickly. All this depends on the inputs and pinC3 PinC0. If pinC3 PinC5 = 1 and = 0 then "CW" If pinC3 PinC5 = 0 and = 1 then "CCW" code shows the operation but the engine is...
  6. R

    A "08M2" problem...!!

    Hi all, I would like to know why this code runs fine on the simulator but the input C.5 does not respond as expected. It does not change the output when it receives a "1". I changed integrated but still the same problem. is the pin configuration problem ???.. THANK...
  7. R

    Bipolar Stepper..!!

    I changed engine This engine is here. but does not turn the same a printer engine (17PM-K017-P1S) of Minebea. the code is the same as before
  8. R

    Bipolar Stepper..!!

    Hi guys. I need a code to turn this stepper in "CW and CCW" with UP, DW butons and FAST or SLOW mode with ( if PinC.3 = 1 then FAST............) I have a PICAXE 28x2 at this time only. Help me please. This is the engine...
  9. R

    Limits...0 - 250...

    Hello.. !! I want to know how I can limit the values ​​of increase or decrease in this pease of code. minimum = 0 maximum = 250 the variable b7 THANK YOU ... RAUL. if pinC.0 = 1 then do while pinc.0 = 1 : loop ; aspettare fino al rilascio del pulso...
  10. R

    I need help again .. Patience please.

    Hello ..! As I do not know the English language very well. (I speak Italian and Spanish languages​​) Let me explain what I need to understand in this way maybe I'll explain more thoroughly. what command or sintax should I use for this procedure ???????... Help me please. THANK...
  11. R

    Which is the correct command ???

    Hello. i have a problem ...... as always .. !:D I need to know which is the appropriate command in this situation. condition: a command reads Input pin 1 = 0 Input pin 2 = 1 So NO RESULT Input pin 1 = 1 Input pin 2 = 0 So NO RESULT Input pin 1 = 0 Input pin 2 = 0 So NO RESULT...
  12. R

    Write command..!!

    Hi everyone ... I'm writing a little code and let me know how to write into the EEPROM. using the "WRITE". NOT numbers. I know do. Letters. a word. Some examples. THANKS .... RAUL.
  13. R

    I want to know how to do it??

    Hello, I need a little help with a code. I want to make an example of how to set the controls to get an increase or decrease of a variable "b7" with two buttons of different inputs of a 28x2. THANKS ........
  14. R

    HELP...HELP...!! counter UP-DW..

    Hello everybody! My name is Raul and this is one of the first time on this forum. I am a novice with BASIC and PICAXE; I am trying to learn it but there are many things I still don't understand..I would like to give u a question. I have to create an "counter UP-DW" able to count the pulses...
Top