Python Forum
Help with to check an Input list data with a data read from an external source
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with to check an Input list data with a data read from an external source
#1

.py   real_Time_Sinu_V5.py (Size: 7.06 KB / Downloads: 33)

I am not from coding background but currently am coding using python due to job requirements.
I have attached the code with which I need help with. The basics of the code is that I am trying to read and write data from some electronic sensors using some data acquisition systems (DAQ).
These are what I am trying to achieve using this code:
1. Read an external .csv/.txt file containing these following column names (Disp, Voltage 1, Voltage 2, Logic). This is then saved as a data frame.

2. A displacement value is then read from a daq and is then checked against the Disp value in the data frame. The comparison is based on the Logic column which is either <= or >=. The check will occur row by row for the input data frame.

3. please keep in mind that once a line/row is checked in the data frame it should not be checked again.

4. when the logical check returns false the Voltage values (Voltage 1 and Voltage 2) are returned as outputs. i.e if my read displacement is checked at the ith line that it is not <= the Disp value in the ith line then my output will be Voltage 1 and Voltage 2 from (i-1)th line.

5. this check will go for the length of the data frame.

6. Once the full check across the data frame is done it is considered a cycle completion.

7. The whole loop needs to run for as long as cycle number <= max number of cycles (which is a user defined input declared previously).

Will be greatly indebted if I can get a solution to this dilemma. As as per my attached code the checking of read displacement with the Disp value in the data frame is not occurring correctly
Reply


Messages In This Thread
Help with to check an Input list data with a data read from an external source - by sacharyya - Mar-08-2024, 08:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PyYAML read list of int zisco 2 388 Apr-02-2024, 12:36 PM
Last Post: zisco
  difference between forms of input a list to function akbarza 6 1,158 Feb-21-2024, 08:02 PM
Last Post: bterwijn
  [solved] list content check paul18fr 6 825 Jan-04-2024, 11:32 AM
Last Post: deanhystad
  manually input data jpatierno 0 374 Nov-10-2023, 02:32 AM
Last Post: jpatierno
  Input network device connection info from data file edroche3rd 6 1,165 Oct-12-2023, 02:18 AM
Last Post: edroche3rd
  How to read module/class from list of strings? popular_dog 1 536 Oct-04-2023, 03:08 PM
Last Post: deanhystad
Question in this code, I input Key_word, it can not find although all data was exact Help me! duchien04x4 3 1,120 Aug-31-2023, 05:36 PM
Last Post: deanhystad
  Correctly read a malformed CSV file data klllmmm 2 2,090 Jan-25-2023, 04:12 PM
Last Post: klllmmm
  user input values into list of lists tauros73 3 1,117 Dec-29-2022, 05:54 PM
Last Post: deanhystad
  Read nested data from JSON - Getting an error marlonbown 5 1,473 Nov-23-2022, 03:51 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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