Jump to content

Kelly

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Kelly

  1. I did a little more testing and found a bug in the two support files. Here they are with the fix.
  2. I've updated my Show/Hide and Enable/Disable controls VIs so they recursively find control refnums. This allows them to now find controls in Tabs and Clusters. You will need to make sure no two clusters/tabs have identically named controls or this will affect all of them. There are two more VIs along with these because they are used in the recursive search. They are modified versions of the "Get controls on tabs.vi" written by Dave A. Graybeal. All four VIs need to be in the same folder. These VIs were written with LabVIEW 8.5.1.
  3. I've had several VIs to hide and/or show and enable and/or disable controls and indicators on the front panel. After some discussion on Info-LabVIEW I cleaned them up and combined them. Here are two VIs. One will disable, disable & gray, or enable selected controls on the front panel of the VI it is used in. The other will hide or show (make invisible or visible) selected controls on the front panel of the VI it is used in. Documentation is on the front panel of these VIs as well as in the description of each control/indicator.Kelly BerschI should have included the fact that these VIs are for LabVIEW 8.2.Kelly
  4. I am using LabVIEW Full 6.0.2 in Windows (98 & 2000). I am trying to connect to a Linux system via TCP and have it send an email. I have an example that calls Excel to call Hyperterminal and uese it to connect and send the email. When I open a connection in Hyperterminal I get a return of "clogin: ". Using TCP Read after a TCP Open returns garbage. Any idea what I'm doing wrong or what I should look at next? I'm new to TCP in LabVIEW. Also, how do I send a CTRL-d ? Thanks
×
×
  • Create New...

Important Information

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