Navigation

    IO Rodeo Forum

    • Register
    • Login
    1. Home
    2. Rodeo_First
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Groups 0

    Posts made by Rodeo_First

    • RE: Live Plot of CV Data

      I've been using this code for a while and it works great.

      I wonder if there is a way to close the serial port so there is no need to unplug and plug again the usb cable between experiments. I tried with serial.Serial("COM3").close() but it doesn't work.

      Also, some suggestion about how can the plot only show the current subplot and not both? (voltage and current ).

      I would appreciate any help with this.

      EDIT: I solved it restarting the kernel at the end of the code with os.exit(0)

      posted in Rodeostat
      R
      Rodeo_First
    • Capacitor in dummy cell

      Hi, I recently purchased a Rodeostat that came with a 50K dummy cell (V0.1 R1). However, it seems that it has no capacitor in C1. Maybe it doesn't need one?

      I'd like to know before I first test it in case I break something.

      In the Rodeostat pictures appeared one where the dummy cell has a capacitor.

      alt text

      EDIT: nevermind, I tested it and it works. In the photo you can clearly see it has 2 resistances while mine has only 1.

      posted in Online store and Shipping
      R
      Rodeo_First
    • RE: Live Plot of CV Data

      @Will-Dickson

      Thanks again, it was really helpful.

      posted in Rodeostat
      R
      Rodeo_First
    • RE: Live Plot of CV Data

      @Will-Dickson

      Nice code. Do you think this would work for chronoamperometry if I change the parameters in the second script?

      posted in Rodeostat
      R
      Rodeo_First