Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/14/2021 in all areas

  1. Looks like that info was taken from this link: https://forums.ni.com/t5/NI-Linux-Real-Time-Documents/Touch-Screen-Troubleshooting-NI-TSM-1015/ta-p/3537931?profile.language=en
    1 point
  2. Hi Neil, The TSM-101x calibration issues have caused me no end of problems. It'll lose calibration if the USB cable is unplugged and plugged in while the cRIO is on. It'll lose calibration if you run the calibration utility twice in a row. It was impossible to calibrate at all running on an older version of CompactRIO drivers (I think 18.0 didn't work, but 19.0+ does). I've raised all these issues previously but only get back the same set of KB articles, and they don't solve anything - manual edits to the 99-calibration.conf file don't work, or simply cause the screen to go black. The only reliable solution I've found was from distributor support (not direct NI support - that doesn't exist any more). It uses a different calibration program called gCal. Again it's very command line based, but at least it works. Copied and pasted from the support email: Software stack: NI CompactRIO 20.0 Reference: Touch Screen Troubleshooting - NI TSM-1015 Pre-work: (login with SSH and run the commands below) Remove xinput_calibrator opkg remove --nodeps xinput-calibrator Install bzip2 opkg update opkg install bzip2 Install Penmount 6000 USB Drive for Linux (X11): (login with SSH and run the commands below) Check the X.Org version export DISPLAY=:0 xdpyinfo | grep version X.Org Version should be 1.19.6 in 20.0 stack Install Driver wget https://www.salt.com.tw/tw/wp-content/uploads/sites/2/2017/10/PenMount-Debian-9_32-64bit_driver-v4.5.7_R6.tar.bz2 tar -xjf PenMount-Debian-9_32-64bit_driver-v4.5.7_R6.tar.bz2 cp pmLinux-Debian9/x86_64/24.1/penmount_drv.so /usr/lib/xorg/modules/input/ chmod +x pmLinux-Debian9/x86_64/* cp pmLinux-Debian9/x86_64/* /usr/sbin/ pm-setup -s Reboot the cRIO Start calibration export DISPLAY=:0 gCal 4 Another thing you might try is swapping the USB cable for a different one. This managed to fix up a calibration issue in one of our systems. Sorry for the rant at the start, but this has got to be one of NI's most poorly supported products (except for maybe the Functional Safety Editor - that's built on the bones of NXG, and we know how that turned out).
    1 point
  3. Down here, you can't really hire a good LabVIEW programmer; all 10 of them have jobs they don't want to leave, so you'll just have to make your own. That's often easiest if that person has no LV experience. In that case you know they haven't been poisoned by "that uni course" they did where most certainly single-vi spaghetti with lots of local variables for "storing data" was the result. Candidate must have good understanding of generic concepts and not make a face when quizzed about graphical programming
    1 point
×
×
  • Create New...

Important Information

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