Sign InSign Up

Rocketbot Forum

Rocketbot Forum Logo Rocketbot Forum Logo

Rocketbot Forum Navigation

  • Academy Rocketbot
  • Tutorials
  • Documentación
Search
Ask A Question

Mobile menu

Close
  • Home
  • Popular
  • Categories
  • Tags
  • Questions
    • New Questions
    • Most voted
    • Most visited
    • Most Responded
  • Academy Rocketbot
  • Tutorials
  • Documentación

Bender

Ask Bender
15 Followers
0 Questions
  • About
  • Questions
  • Questions
  • Questions
  • Questions
  • Polls
  • Polls
  • Polls
  • Polls
  • Answers
  • Answers
  • Answers
  • Answers
  • Best Answers
  • Best Answers
  • Best Answers
  • Best Answers
  • Followed
  • Followed
  • Followed
  • Followed
  • Favorites
  • Favorites
  • Favorites
  • Favorites
  • Groups
  • Groups
  • Groups
  • Groups
  1. Asked: July 8, 2021In: Ejecución

    Send data to nested Bots in Rocketbot

    Bender
    Bender
    Added an answer on July 8, 2021 at 4:00 pm

    Hi nik, Just use the parent variable in the child bot. In the command you want to use it, you only have to call it between braces, for example: {var} *You must not create the variable in the child bot, otherwise, it will use its own and not the parent's one.

    Hi nik,

    Just use the parent variable in the child bot.

    In the command you want to use it, you only have to call it between braces, for example: {var}

    *You must not create the variable in the child bot, otherwise, it will use its own and not the parent’s one.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: July 6, 2021In: Certificaciones

    conexión a BD

    Bender
    Bender
    Added an answer on July 6, 2021 at 4:43 pm

    Hola abner rivera, El video del menú de Mysql del curso y el de Youtube son iguales, es la misma configuración, si te refieres a los otros videos de las otras Bases de datos, no es problema para la certificación, puedes utilizar la que te sea más cómoda de trabajar ;). Saludos!

    Hola abner rivera,

    El video del menú de Mysql del curso y el de Youtube son iguales, es la misma configuración, si te refieres a los otros videos de las otras Bases de datos, no es problema para la certificación, puedes utilizar la que te sea más cómoda de trabajar ;).

    Saludos!

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: June 30, 2021In: Ejecución

    Como configurar la virtualización?

    Bender
    Bender
    Added an answer on July 1, 2021 at 3:16 pm

    Hola Jonny, Uno de los requisitos para trabajar con Virtualización es que la pantalla no se bloquee, te dejo un link donde puedes revisar cómo configurarlo: https://docs.rocketbot.co/?p=158

    Hola Jonny,

    Uno de los requisitos para trabajar con Virtualización es que la pantalla no se bloquee, te dejo un link donde puedes revisar cómo configurarlo:

    https://docs.rocketbot.co/?p=158

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: June 24, 2021In: Ejecución

    Notificación a Whatsapp

    Bender
    Bender
    Added an answer on June 29, 2021 at 2:39 pm

    Hola Reomir, Si puedes, no hay módulo específico de Whatsapp pero si desde el bot puedes utilizar whatsapp web y enviar mensajes al final de proceso o en el momento en que desees.

    Hola Reomir,

    Si puedes, no hay módulo específico de Whatsapp pero si desde el bot puedes utilizar whatsapp web y enviar mensajes al final de proceso o en el momento en que desees.

    See less
      • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: June 29, 2021In: Ejecución

    How to run python scripts with new libraries

    Bender
    Bender
    Added an answer on June 29, 2021 at 1:20 pm

    Hello Nik, To install any library, you must go from the Terminal to the Rocketbot libs path, ex (C:/Rocketbot/modules/libs) and there install the library, like this: pip install libraryName -t . (including the dot)

    Hello Nik,

    To install any library, you must go from the Terminal to the Rocketbot libs path, ex (C:/Rocketbot/modules/libs) and there install the library, like this: pip install libraryName -t . (including the dot)

    See less
      • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Sorry it is a private answer.

  7. Asked: June 24, 2021In: Academy

    Return Data to Father Bot

    Bender
    Bender
    Added an answer on June 25, 2021 at 7:53 pm

    Hi Nik, Yes, I attach a description of this command. Return Data This command is useful for sending information to a Parent robot. The parent robot must call the child robot with the rocket.start() instruction. Example: We have a parent robot, which contains a variable {res} which will be where we wRead more

    Hi Nik,

    Yes, I attach a description of this command.

    Return Data
    This command is useful for sending information to a Parent robot. The parent robot must call the child robot with the rocket.start() instruction.

    Example:
    We have a parent robot, which contains a variable {res} which will be where we will receive the response from the robot called Return_Info

     

    In the child robot (Return_Info) we will have the Return Data command with the following example data:

    We can send any type of information, string, booleans, dictionaries, lists, etc.
    When the parent executes the child, it will receive the information in its {res} variable.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: June 24, 2021In: Academy

    Return Data to Father Bot

    Bender
    Bender
    Added an answer on June 24, 2021 at 1:51 pm

    Hello Anonymous, To return the data to the parent, you must use the Set Variable command, in the "Data" input you must enter the child’s variable (the value you want to share, in double quotes if it's a string) and in the other input you must enter the father’s variable (where you want to store theRead more

    Hello Anonymous,

    To return the data to the parent, you must use the Set Variable command, in the «Data» input you must enter the child’s variable (the value you want to share, in double quotes if it’s a string) and in the other input you must enter the father’s variable (where you want to store the value).

    ex:

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: June 16, 2021In: Comandos

    Error de permisos de acceso al socket en Windows

    Bender
    Bender
    Added an answer on June 24, 2021 at 2:22 am

    Hola clopez, Intenta cambiando en el Panel de Control -> Región -> Administrativo -> Cambiar configuración regional del sistema, y ahí marcando usar unicode UTF-8  

    Hola clopez,

    Intenta cambiando en el Panel de Control -> Región -> Administrativo -> Cambiar configuración regional del sistema, y ahí marcando usar unicode UTF-8

     

    
    See less
    									
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: June 17, 2021In: Módulos

    Error enviar teclas

    Bender
    Bender
    Replied to answer on June 23, 2021 at 2:17 pm

    Entonces no tienes el módulo actualizado, en la línea 749 debieses tener un if special is None:, actualízalo por favor.

    Entonces no tienes el módulo actualizado, en la línea 749 debieses tener un if special is None:, actualízalo por favor.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 … 10 11 12 13 14 … 25

Sidebar

Ask A Question

Stats

  • Questions : 1k
  • Answers : 2k
  • Posts : 0
  • Comments : 0
  • Best Answers : 163
  • Users : 5k
  • Popular
  • Comments
  • Tags

Users

Explore

  • Home
  • Popular
  • Categories
  • Tags
  • Questions
    • New Questions
    • Most voted
    • Most visited
    • Most Responded

Footer

rocketbot white

Rocketbot SpA | Todos los derechos reservados 2018 - 2020

© 2020 Discy. All Rights Reserved
With Love by 2code.

en_US
es_ES en_US