Jump to content

Cloedu72

Members
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

LabVIEW Information

  • Version
    LabVIEW 2013
  • Since
    1998

Contact Methods

Recent Profile Visitors

3,231 profile views

Cloedu72's Achievements

Rookie

Rookie (2/14)

  • Conversation Starter Rare
  • First Post Rare
  • Collaborator Rare
  • Reacting Well Rare
  • Dedicated Rare

Recent Badges

0

Reputation

  1. Does anyone have any idea what this means for us as developers? https://eu.statesman.com/story/business/technology/2023/01/13/austin-national-instruments-exploring-possible-sale-technology-sector/69807646007/ https://www.reuters.com/markets/deals/ni-explore-options-including-sale-amid-interest-emerson-electric-sources-2023-01-13/
  2. TestStand and LVLIP are always a bit special. I found out that all visible controls on the called VI from LVLIBP must be in public scope. Did you compile the code as debug? If so, this rule partially applies to subVI's as well. Sometimes it is "Disabled structures" with broken code that cause problems. => See my checklist: https://forums.ni.com/t5/DQMH-Consortium-Toolkits/my-DQMH-PPL-and-VILIB-PPL-best-practices/td-p/4155993 Claude
  3. Hi Niko I think you need to ask this question in the NI forum. There are a lot of similar errors visible on the DET that I always ignore. best Claude 😉
  4. Welcome back! I'm glad you're back on board. I'm really looking forward to your summary. If I could make a priority list, I'd have a few exciting items as well.... 😉 Have a great restart at NI!
  5. For me this sounds like a typical "ObjectCache" problem. For patches from NI it is always recommended to clear the LabVIEW ObjectCache. C:\Program Files (x86)\National Instruments\LabVIEW 20xx\VIObjCache - Close LabVIEW - Delete all files in this directory. Best Claude
  6. LV2017 and VIMs is a bit tricky. I know this or similar problems also under LV2017. From LV2019 it has become much better from my point of view. => Clearing ObjCache is always a good idea for similar problems.... 😉
  7. Hello forum I have noticed a special behavior when reading array of clusters. Normally missing entries are filled with the default value or the existing value of the variant. But when reading array of clusters the default (of datatype) value is always used. I have implemented a customization for myself that does exactly this behavior. The use case for this behavior is e.g. that you can have the default settings and then overload them with specialized values. expample: Default.ini [DAQ 1] AIChannels.<size(s)> = "2" AIChannels 0.Name = "Pressure" AIChannels 0.Channel = "D1_AI_Mod3/ai0" AIChannels 0.Unit = "hPA" AIChannels 0.Gain = "2.000000" AIChannels 0.Offset = "5.000000" AIChannels 1.Name = "Temp" AIChannels 1.Channel = "D1_AI_Mod3/ai0" AIChannels 1.Unit = "°C" AIChannels 1.Gain = "2.000000" AIChannels 1.Offset = "7.000000" Special.ini [DAQ 1] AIChannels.<size(s)> = "2" AIChannels 0.Gain = "4.000000" AIChannels 0.Offset = "7.000000" AIChannels 1.Gain = "20.000000" AIChannels 1.Offset = "17.000000" Can this customization be included in the OpenG Lib? Greetings Claude Read Key (Variant)__Zuehlke.vi
  8. You can use this library: CRC16-CCITT-0xFFFF CRC_VIs85.zip
  9. Use the CRC Calculator: https://crccalc.com/ => CRC-16/CCITT-FALSE Sorry, did not read your question precisely... ;-(
  10. If you are interested in older versions, I can provide you a link to LV3.1.1: ftp://ftp.ni.com/support/labview/updates/windows/win3x/31-to-311 => Have fun! 😉
  11. I try to open the private data content directly from the class. Is there a way to convert the data content of "NI.LVClass.FlattenedPrivateDataCTL" back to the control? => Scripting, Private Method? How can I create these flattened strings myself. The format is very similar for icons in the XML file!
  12. My first thought about USB is always the cable and the USB port. I would exchange both once.
  13. I'll wait this time! Haha 😎
×
×
  • Create New...

Important Information

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