-
Recent Posts
- Python- Example One simulated DMM in Multiprocessing with Lock
- LV Slider with multiple slides and custom pointer
- LV Waveform Chart and History Data part2
- LV Waveform Chart and History Length and History Data
- LV Some ArrayElement Properties
- LV Sequence Editor Creator Example
- LV Custom Right Click menu for Control
- LV Create Simulated USB6008 to try out a Project Template for Measuring and Logging
- LV Wafer Display (Reticle and Die)
- LV Some Basic 8bit (boolean) array opeartions
- LV Json Example Use
- LabVIEW(r) Preload an Enum with a String Array
- LV Tabs is not an enum
- LV StandAlone or in SubPanel
- LV MultiColumn List Box (MCLB)
- LV Enum and String
- Python Example Testing Functions , Running Test List, Mini Test Report (not Gui version), Only Console result.
- LV Random number tools (two shown) (0-100)
- Finding Exponent that best matches a exponent type data set in LV base version – two methods – (one setup , Focus Targeting- Coarse-Fine).
- LV 2D Array ( Add, Insert, Delete)
Categories
Meta
Tag Archives: Python
Python- Example One simulated DMM in Multiprocessing with Lock
showing why lock is need if you have multiple process (uuts to test) but only One DMM Focus is on Multiprocessing and Lock (not on DMM communication setup) code for Python3.7 used in Spyder End Code Notes
Posted in Test Sector
Tagged Lock, Multiprocessing, One DMM multiple UUTs, Python, Python3.7, Queues, UUT Testing
Leave a comment
Python Example Testing Functions , Running Test List, Mini Test Report (not Gui version), Only Console result.
Showing use of functions and running sequence via list, with a mini Test report function List had Test function to run. Example Tests_seq=[component,electrical,optical,OE,EO] The OE test result in this example has a random result output which helps develope code for … Continue reading
Posted in Test Sector
Tagged Python, Python3.7, random from list, Run Function list, Test function example
Leave a comment
PY3 and TKinter GUI (place and pack)
Example GUI with Python3 and Tkinter using Place and Pack (grid will be another post) Widgets used window canvas label button frame circle oval
Posted in Test Sector
Tagged button, Canvas, frame, Label, oval, Python, text, tkinter
Leave a comment
LV calling Python via -c command line method
Presentation on how a LabVIEW developer can access a Python developers module(file) and functions using the -c command line mode Helpful links https://stackoverflow.com/questions/3987041/run-function-from-the-command-line https://stackoverflow.com/questions/4383571/importing-files-from-different-folder National Instrument’s website LabVIEW® is a National Instrument product. Presentation created as a possible starting point … Continue reading
Posted in Test Sector
Tagged command line method, LabVIEW, LabVIEW and Python, Python
Leave a comment
Python serial write and read to arduino with a K0183 shield and RGB
Showing communication to arduino which used a RGB shield which is setup to be controlled via serial com port using Python 3.7 Red num,Green num,Blue number 0-255 example 100,0,0 will turn on Red Led of RGB with a 100 intensity … Continue reading
Posted in Test Sector
Tagged Arduino, comm port, Keyestudio K0183, Python, serial, Serial read, Serial write
Leave a comment
Someone give you a python script and your are using LabVIEW®
LabVIEW calling simple Python script using command line (system exec) Continue reading