
battler
Members-
Posts
16 -
Joined
-
Last visited
Profile Information
-
Gender
Male
-
Location
Sydney
LabVIEW Information
-
Version
LabVIEW 8.0
-
Since
2003
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
battler's Achievements
Newbie (1/14)
0
Reputation
-
Build using LabVIEW a reusable library for Software Updates for standalone exes. This library should check the current version and periodically (user settable) search a particular database (held by and kept up to date by us) location on the internet in a format and using a method proposed by the developer. If it's found that the current version is older than the latest available then the library will download (from a location and using a method to be proposed) and install the latest version automatically (to be proposed). The library must be generic in that it can be used for any parent application. It must be efficient, robust and reusable. VI source code is required.
-
Drop the cluster onto the BD as a constant. Any typedefs inside the cluster will have the black coloured triangle at their top corner (LV 2014 I'm using).
-
Established start-up seeks experienced LabVIEW developer. Develop and maintain large technical engineering software applications in LabVIEW. Note there is no data acquisition/hardware development required. Location is western Sydney. Please PM me to apply. A. MAIN DUTIES 1. Design, develop, verify and document new software applications from concept to deployment. 2. Maintain and upgrade existing software applications. 3. Be involved in consulting and project work surrounding both areas of expertise of the business and applications which the software has been designed for and beyond. 4. Be involved in technical training seminars. 5. Develop and/or contribute to technical research publications. 6. Develop company standards documents; technical, non-technical, quality, procedures etc. with input from engineers and other parties as required. 7. Provide technical support and advice both internally and to customers and clients. 8. Develop technical procedures which assist with the company achieving and maintaining ISO 9001 quality accreditation. B. SELECTION CRITERIA • Honours degree in Electrical/Electronics Engineering or Computer Engineering. • Experience in developing medium to large LabVIEW software applications. • Knowledge and experience planning and developing software algorithms. • Experience with other programming languages. • Knowledge of electrical/electronics systems modelling concepts would be advantageous. • Knowledge of object-oriented principles and patterns would be advantageous. • Knowledge of cloud-based application deployment would be advantageous. • Knowledge and experience applying formal software lifecycle processes ensuring quality. • Experience writing technical documents. • Proficiency in using Microsoft Office products. C. DESIRABLE ATTRIBUTES • Excellent team working ability. • Conceptual and analytical problem solving ability. • Detail oriented with a high-level of organization. • Excellent written and verbal communication skills. • Driven and motivated with a passion for learning. • Resourceful, investigative and innovative.
-
Hi David, I've built an application using the Type Sensitive Popup VIs you've provided. When I build an exe out of your Demo (and my VIs) they do not seem to work. The pop-up occurs but the VIs do not update the cell and your VIs freeze the program. Your help would be greatly appreciated. Please try to build an exe out of your Demo. Cheers.
-
Hi David, Great VIs! I'm trying to modify to include a Cluster pop-up with 3 inputs. I'm having trouble. I tried modifying your Popup Cluster type definition but it's not working. Can you please briefly explain how this can be done. Appreciate it. Battler.
-
Thanks Mads, that's fantastic. The settings in the exe ini file. How do you know what to put in there? Can you point me in the direction of some documentation about those? I'm really keen to explore the ActiveX server method for doing this. That's ok I forgive you;-) Especially since you are in Sydney like me. I'm really keen to explore the ActiveX server method for assigning file extensions to exe. Does anyone have any idea about this (i.e. ActiveX servers)?
-
I thought LabVIEW exe's had the ability to act as an ActiveX server. It's a setting in the App builder. Thanks Mads. Can you post some example code? How does the "loader app gets the file path from the argument generated by the OS"? You build 2 separate exe's? The loader (laucher?) is registered to the sutom file type (i.e. .myx)with the OS via registry settings?
-
I thought you all were joking about the: SuperPrivateScriptingFeatureVisible=True Based on this does mean that opening a file by double-clicking on it while your main app is open... is not possible? Cheers, Battler.
-
Problems with builds in 2009
battler replied to Val Brown's topic in Application Builder, Installers and code distribution
I suppose this means I may experience even worse problems going from 8.0 to 2009... -
Thanks heaps. I can't get the code. Where do I get it? The links seem to be broken. Any ideas? Were you able to get the code? Thanks. JKI software. Is the application downloadable for free from their website? What is the name of the application? Thanks:) I want to be able to write the code myself;-) Are there any example VI available? Cheers. Battler.
-
Thanks for your response. As you say, perhaps I could register a separate application (App2) to my custom file extension with command line arguments enabled. When a custom file is double-clicked App2 would need to either: 1. If App1 is not running - Open App1 and pass the filename with custom extension; or 2. If App1 is already running - Send the filename. An event would need to be triggered in App1. I like the sounds of TCP/IP as opposed to DDE. How would this work? How would an event be triggered in the event structure upon receiving TCP/IP data (i.e. filename)? Nice thinking. Cheers, Battler.