Other Posts

  • Layouts and Matplotlib for plots and Pyqt5 , focusing on Layouts

    Layouts and Matplotlib for plots and Pyqt5 , focusing on Layouts

    Topic on Layout , Matplotlib, and PyQt5 Understand the Layout in one example solution. The great original example/solution code can be found at this location: reference: https://stackoverflow.com/questions/48140576/matplotlib-toolbar-in-a-pyqt5-application Mostly focusing on how Layout plays a role in GUI use of Graph or Plot Will also be showing some changes: different plot type, setting change so main… Read more

  • 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 Entering q or Q will quit the running python script. I already create a similar… Read more

  • File Data to Graph XY PLOT

    Presentation on taking a file with the following format: [Section] Header0, Header1 Data1x, Data1y Datanx,Datany ****** File example (testreport1.txt) [RF_Meas1] Freq_MHz,Output1_dB 100,20 200,20 300,19 400,19 500,19 600,18 700,17 800,15 900,12 1000,10 ****** [RF_Meas2] Freq_MHz,Output2_dB 100,21 200,21 300,18 400,18 500,18 600,17 700,16 800,14 900,11 1000,9 ******   IPython console output [RF_Meas1] Freq_MHz,Output1_dB 100,20 200,20 300,19 400,19… Read more

  • Type Specialization Structure and VIM

    Type Specialization Structure and VIM

    Discussion on LabVIEW’s Type Specialization Structure and VIM Start with Type Specialization structure and how it works then change the vi to VIM which is where Type specialization structure shines.   LabVIEW® is a National Instrument product This post is not connected or endorsed by any company. Created to spark ideas on the subject. Use… Read more

  • Working with Array of Cluster with Graph- the auto scale discussion

    Working with Array of Cluster with Graph- the auto scale discussion

    Discussion on working with Graph inside an array of  cluster.   Read more

  • Creating Clusters from the FP LV2019

    Creating Clusters from the FP LV2019

    Create cluster from control in Front Panel of vi via Create-Cluster from Selection IDE used: LabVIEW(®) 2019   LabVIEW® is a National Instrument product This post is not connected or endorsed by any company. Created to spark ideas on the subject. Use at your own risk. Read more