Jump to content

viSci

Members
  • Posts

    456
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by viSci

  1. Thanks for the explanation.  I am going to try to back compile our Python instrument driver to v2.7.  That will probably be easier then trying to figure out how to modify the LabPython C code.  The only pain is that our instrument driver is a work in progress so I will forever have to back compile to keep up.

  2. No I am hoping the mountain will come to me :)  I am resident in the egalitarian camp. If someone has some valuable insight or a new and better way of doing something I would hope they would share that information in the public domain.  If they would like the honor of first presenting the idea in a closed forum that seems perfectly reasonable.  BTW you can keep any of the NI NDA related tidbits, they are probably about as exciting as the LV2015 beta features :)

  3. All good points!  I certainly do acknowledge and appreciate the generosity of the LV and LAVA community.  I think the issue here is that there is an unrepresented group of LV folks who might call themselves NCLA's (Non-Certified LabVIEW Architect's).  The CLA has little business or personal value for me so I have not pursued it,  I maintain my CLD only because it is a condition for my Alliance membership.   I am however interested in all advance topics in LV software engineering and I might think about going to a CLA summit if they become open to CLD's.  I guess what irks me is the notion that I would not be allowed to even view the CLA material, no matter what, even if I paid for the access.  Perhaps in the future NIWEEK will offer more CLA level sessions (which is the only reason I would want to go).

  4. Now that Tomi M. has stopped posting to his blog, deep thought in the LV community is hard enough to find without hiding the CLA content for fear that we (non-CLA's) cannot untangle the meaning from the humor.

    • Like 2
  5. Protobuf is a widely used Google serialization standard. I have an instrument that only communicates via HDLC encoded ProtoBuf messages. Protobuf tools are available for most languages but not LV as far as I know. So was wondering if any crafty folks out there have come up with a way to talk ProtoBuf in LV.   My understanding is that this would require building a Protobuf IDL (Interface Definition Language) compiler that would then guide a LV based encode/decode process.

  6. Yes you are correct.  A 32 bit windows app should be placed in the c:\program file (x86).  It appears that the LabVIEW installer build will let you specify an arbitrary absolute installation path but if you name it c:\program files it will silently install in the x86 directory.  This is one of those cases where the customer is not always right and I will attempt to explain again that their request to put a 32 bit application in the 64 bit directory does not make sense, is misleading and in fact maybe impossible to do in a standard LabVIEW installation build.

  7. Normally, my project installers all default to the c:\program files (x86) directory since I have the 32 bit version of LabVIEW.  I have a customer that would like their installer to install to c:\program files.  I have tried to add a c:\program files absolute path to the list of destination directories and have also marked it as the default directory.  No matter the installer still uses the original (x86) default directory.  Does anyone know of a way to fix this?

  8. I have a customer in the clinical assay processing business that would like to setup a LIMS system to automate and manage their workflow and interface to various off the shelf and custom analytical Instruments and robotics.  In my search of various LIMS on the market I noticed that at one time there was a LIMS written in LabVIEW by a company called Cardiac which is no longer in business.  I was wondering if anyone knows anything about this or similar products.

×
×
  • Create New...

Important Information

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