Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: save in CSV and plotting in real time
Post: RE: save in CSV and plotting in real time

Before the line 46 i get this error: Error:File "C:\Users\Alphinity\Desktop\python3\passato.py", line 49, in <listcomp> line = [Decimal(temp.strip()) for temp in line] decimal.InvalidOperat...
linkxxx General Coding Help 8 5,694 Sep-01-2019, 11:51 AM
    Thread: save in CSV and plotting in real time
Post: RE: save in CSV and plotting in real time

I changed the things as you wrote, really thank you so much for the answer, unfortunately I tried until now, but I'm getting always this error: Error:Traceback (most recent call last): File "C:\Use...
linkxxx General Coding Help 8 5,694 Aug-31-2019, 11:12 PM
    Thread: save in CSV and plotting in real time
Post: RE: save in CSV and plotting in real time

Really sorry, it's just because I don't know where I have to decode exactly, I tried every where but I just receive only error message, for this I decide to write here, but sorry I thought that i coul...
linkxxx General Coding Help 8 5,694 Aug-30-2019, 09:14 AM
    Thread: save in CSV and plotting in real time
Post: Python3 problem showing temperature in real time

import serial import numpy as np import adafruit_max31856 import matplotlib.pyplot as plt from dra...
linkxxx General Coding Help 8 5,694 Aug-30-2019, 08:53 AM
    Thread: save in CSV and plotting in real time
Post: save in CSV and plotting in real time

import serial # import Serial Library import numpy as np # Import numpy import adafruit_max31856 import matplotlib.pyplot as ...
linkxxx General Coding Help 8 5,694 Aug-29-2019, 05:04 PM
    Thread: Read 2 temperatures in Real Time from Arduino
Post: Read 2 temperatures in Real Time from Arduino

Guys sorry if I'm disturbing again, but I am not able to find the errors on my code, how you can see in the picture attached I'm able to show the temperatures, but are not the correct values, after th...
linkxxx General Coding Help 0 1,926 Aug-29-2019, 11:27 AM
    Thread: Real time graph of the temperatures and storage
Post: RE: Real time graph of the temperatures and storag...

Thank you so much to all for the answer, I found the problem, and now I'm getting both the temperatures, only the strange thing is that are not the measurements, because the temperature is around 25 d...
linkxxx General Coding Help 3 2,731 Aug-29-2019, 09:44 AM
    Thread: Real time graph of the temperatures and storage
Post: Real time graph of the temperatures and storage

import serial # import Serial Library import numpy as np # Import numpy import adafruit_max31856 import matplotlib.pyplot as plt #import matp...
linkxxx General Coding Help 3 2,731 Aug-28-2019, 05:18 PM
    Thread: Show real time temperature and storage with Python
Post: RE: Show real time temperature and storage with Py...

really thank you so much for the help, now it's appearing really well. I will try to fix now the part about the graph, because I defined, but I don't get.
linkxxx General Coding Help 4 2,779 Aug-28-2019, 02:06 PM
    Thread: Show real time temperature and storage with Python
Post: RE: Show real time temperature and storage with Py...

Thank you so much for the answer, but if I I wanna decode not on the shell but inside the module, how I have to write ?
linkxxx General Coding Help 4 2,779 Aug-28-2019, 11:09 AM
    Thread: Show real time temperature and storage with Python
Post: Show real time temperature and storage with Python

import serial import matplotlib.pyplot as plt from drawnow import * values = [] plt.ion() cnt=0 serialArduino = serial.Serial('COM3', 115200) def plotValues(): plt.title('Serial value from Ardu...
linkxxx General Coding Help 4 2,779 Aug-28-2019, 10:45 AM
    Thread: show and storage real temperature data Arduino in Python3
Post: show and storage real temperature data Arduino in ...

I'm using 2 thermocouples type T connected to Arduino with Mux, Arduino is connected to Raspberry using the usb connection, with Python I'm trying to read the temperature visualize in real time and st...
linkxxx General Coding Help 0 1,858 Aug-21-2019, 04:07 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020