Jump to content

msceng

Members
  • Posts

    2
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2025
  • Since
    2023

msceng's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I think I found the solution
  2. Hey, I have a LabVIEW programme that reads a .txt file. This file has two columns: timestep and current. The current data is supposed to be sent to a power supply. So far, everything is loading too quickly. I want the current (t1) to be sent, then the current (t2) after 1 second, and so on. Essentially, I want each current value from the text file to be present for one second. How do I do this? I have charge and discharge in a case structure so the current goes in a for loop to check if positive or negative and then inside the for loop I have 2 cases for charge and discharge. I tried the wait block but it didn't really work (or I placed it wrong). I am quite new to LabView so I would appreciate any help. Kind regards
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.