Jump to content

Phillip Brooks

Members
  • Posts

    899
  • Joined

  • Last visited

  • Days Won

    50

Phillip Brooks last won the day on February 12

Phillip Brooks had the most liked content!

About Phillip Brooks

Profile Information

  • Gender
    Male
  • Location
    Boston, MA

Contact Methods

LabVIEW Information

  • Version
    LabVIEW 2020
  • Since
    1999

Recent Profile Visitors

18,667 profile views

Phillip Brooks's Achievements

  1. You can also tell that my posts are not AI because I keep editing them 😅
  2. So a Google search shows this phrase on numerous pages at the top and bottom of the body text. Is this maybe some sort of tag or something to indicate that a third party is creating the new content (outsourcing of site maintenance?) Maybe some sort of a disclaimer that the data may not be accurate or complete; or maybe based on AI generated pages using pull request comments or requirements docs? I'm thinking AI because there is so much talk in general about identifying anything created by it.
  3. I've generally stayed at employers for 5-10 years. I don't chase the money or aspire to a management position; I look for positions where I can be a problem solver and be close to the product. I've now scrapped the third project where I'm working now where business an design plans (or failure to) have tossed my efforts in the trash bin. I'm now relegated to creating documentation for other people's unfinished work to send outside for manufacture. I can limp along, but I'm unhappy arriving at work every day and I'm not sure how long I can continue. Maybe I should open up a bicycle shop in the islands and drink from a coconut...
  4. I'm looking at 7-10 years before optimal retirement, barring any health issues. I currently support/maintain LabVIEW / TestStand solutions created by Contract Manufacturers. These are being slowly replaced by ODMs developing their own test solutions. Is there enough demand out in the world for someone like me to make it to retirement, or do I need to learn to test inside the world of Python / GRPC / Go? I don't mind learning new things, but the sheer size and complexity of the systems I see are depressing. Everyone seems to have thier specific editor, build envoronment, source control, format checker and Jira implementation that creates Docker containers that need signing to install on the product to run. WTF? A senior software engineer who doesn't understand LV/TS asked me to document how to deploy my solution and dismissed it because It doesn't create WHLs or get tested with approved checkers like black or flake8. Do I learn to work in their world, or follow in the footsteps of Cobol and Fortran programmers and ride LV/TS into the sunset?
  5. My new motto No more comments in my LabVIEW code. No icon customization. All VIs named 'untitled<n>.vi'
  6. I'm guessing that you are new to LabVIEW. It appears that you found your driver on the NI site (http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E962513CF06C2315E0440021287E6E02) and followed this link: You probably installed the driver, but then skipped down to the bottom and followed the link on how to use Ethernet to control your instrument. Those instructions are for the case where the instrument driver doesn't exist or failed to download. You missed the part in the middle (step 7) to look for and USE the driver. The driver I found looks very clean and should work as a starting point for you. You will need to learn the basics of LabVIEW. I would suggest that you start on the NI site for new user help. NI has dedicated resources to support new users. LAVA is a LabVIEW related site, but the name stands for LabVIEW Advanced Virtual Architects. Beginning questions are not likely to receive much help...
  7. "I’m as mad as hell and I’m not gonna take this anymore!"
  8. I agree. The Python Node seems to promote the 'warning code' to an 'error code', even after executing the Python function name successfully. 🤔
  9. I use it everywhere. This is one of the things many LabVIEW programmers I've met have never encountered. They ask me "what the f&ck is that little thing?" and after I explain it to them it shows up in all their code 🙂
  10. Just a guess, but it could be the shell that LabVIEW starts does not have the BROWSER environment variable set. https://superuser.com/questions/1524059/how-to-set-default-variable-for-a-single-command-with-env-variables Add BROWSER='chromium' to your system exec command line string: BROWSER='chromium' xdg-open 'https://startpage.com'
  11. Are you using the parallel streams option in iperf3? This will help saturate the link. https://documentation.meraki.com/General_Administration/Tools_and_Troubleshooting/Troubleshooting_Client_Speed_using_iPerf#Parallel_Streams_2
×
×
  • Create New...

Important Information

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