-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PID tunnig tool not read the serial port #63
Comments
You need to figure out which one of the listed ports COM3 COM4 .. COM11 is
the right port for your arduino. Latter, on line 26 you need to set the
right number to where now says [4]. It seems from your screen that it is
COM4 so you need to set it to [1] (as COM3 is [0]).
Give it a try.
…On Sun, Sep 8, 2019 at 5:01 AM SirGioVan ***@***.***> wrote:
The PID screen stays on gray window
[image: PIDtool 2]
<https://user-images.githubusercontent.com/16431665/64482629-4132bb00-d1aa-11e9-9e44-a339754a0650.JPG>
[image: image]
<https://user-images.githubusercontent.com/16431665/64482610-eb5e1300-d1a9-11e9-8265-40d1324a4403.png>
.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#63?email_source=notifications&email_token=AADRZSFWAOAOR7T75JN3QILQIRTIVA5CNFSM4IUSAICKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJ7RO7Q>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADRZSBRAHFADYJHO7ENFQDQIRTIVANCNFSM4IUSAICA>
.
|
or you can just make portName="COM4";
…On Mon, Sep 9, 2019 at 10:32 AM Miguel Sanchez ***@***.***> wrote:
You need to figure out which one of the listed ports COM3 COM4 .. COM11 is
the right port for your arduino. Latter, on line 26 you need to set the
right number to where now says [4]. It seems from your screen that it is
COM4 so you need to set it to [1] (as COM3 is [0]).
Give it a try.
On Sun, Sep 8, 2019 at 5:01 AM SirGioVan ***@***.***> wrote:
> The PID screen stays on gray window
>
> [image: PIDtool 2]
> <https://user-images.githubusercontent.com/16431665/64482629-4132bb00-d1aa-11e9-9e44-a339754a0650.JPG>
>
> [image: image]
> <https://user-images.githubusercontent.com/16431665/64482610-eb5e1300-d1a9-11e9-8265-40d1324a4403.png>
> .
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#63?email_source=notifications&email_token=AADRZSFWAOAOR7T75JN3QILQIRTIVA5CNFSM4IUSAICKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJ7RO7Q>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AADRZSBRAHFADYJHO7ENFQDQIRTIVANCNFSM4IUSAICA>
> .
>
|
Serial connection is established, not sure what is wrong with it.
…On Wed, Sep 11, 2019 at 8:21 AM SirGioVan ***@***.***> wrote:
ys [4].
Apenas asi loqre que se mostrara en la consola que se conecto a la IP
192.168.1.239 , pero el motor no se mueve se queda estatico , pero si me
conecto con Putty si acepta los comandos, estoy usando el ESP8266
Diagrama.pdf <https://github.com/misan/dcservo/files/3599288/Diagrama.pdf>
[image: Conectaed]
<https://user-images.githubusercontent.com/16431665/64672651-e6ef5f80-d420-11e9-93f4-afd15f11ebd7.JPG>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#63?email_source=notifications&email_token=AADRZSD7BYOTTHFRB7GE3I3QJCE63A5CNFSM4IUSAICKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6NMZXQ#issuecomment-530238686>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADRZSCLMMUKSGLKP3KUWKDQJCE63ANCNFSM4IUSAICA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The PID screen stays on gray
window
.
The text was updated successfully, but these errors were encountered: