LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

bagaimana cara membaca otomatis data hasil pengujian pass/fail

Bagaimana cara membaca otomatis data hasil pengujian dalam txt. Dimana setiap pengujian log file tersimpan dalam txt. bagaimana LabView membaca log file yang mana pass dan yang mana fail. dan jika pass, printer otomatis mencetak barcode. dimana barcode yang dicetak sesuai nama file txt tapi ditambahkan digitnya

0 Kudos
Message 1 of 2
(239 Views)

Hi rada,

 


radaaisyy@gmail.com wrote:

How to automatically read test result data in TXT. Where each test log file is stored in txt. how LabView reads which log files pass and which fail. and if it passes, the printer automatically prints the barcode. where the barcode is printed according to the txt file name but the digits are added


The generic answer is: you need to create a VI (or multiple) to solve all your requirements!

  • There are file functions to read text files.
  • There are string functions to parse the text file content.
  • There are comparison functions to determine PASS/FAIL conditions.
  • Hopefully there is a device driver for your printer so you can send any data you like to your barcode printer…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(194 Views)