Experienced LabVIEW engineer, Specializing in Semiconductor and Biotech/DNA applications; Bay Area or Online

I am an engineer-turned-LabVIEW programmer with 14 years of LabVIEW and industry experience in the San Francisco Bay Area
I have worked and programmed the following types of systems:
Semiconductors
Bioinformatics/DNA Synthesis and Sequencing
Digital Imaging
Fermentation
Solar Energy
Chemical Processing Systems
General Automation and Custom Analysis
Real-time and Embedded Systems
I can provide CORP-to-CORP hourly contracting, or it may be possible to work out licensing agreements, depending on your needs and the product.
Please contact me at [email protected] and see http://www.zojosoft.com for  more information.
Jed Davidow

Dear Sir,
With reference to the website of your company I came to know that there always are the vacancies for the suitable candidates and hence I wish to apply for the same.Currently working in hydraulic environment I am approaching you through this application with great enthusiasm, that I have scope and chance to show my ability and contribute my efforts in well direction. I am enclosing here with my complete Curriculum Vitae .
I am currently working with M/s Minar Hydrosystems PVT. LTD. in Nagpur which is one of the largest manufacturers of hydraulic/pneumatic cylinders, jacks etc. I am In charge for quality department having complete knowledge of instruments with level II in non destructive and automated non destructive techniques. Also handling SAP module in current company with effective administration.
If you need further information regarding my candidature please do write/call me.
Thanks & Regards
Rushikesh P. Deogade
Nagpur, India
Ph.:- +91 9923858523
Attachments:
B.E. Mechanical with 3 years exp as a QC Incharge.doc ‏25 KB

Similar Messages

  • Experienced LabVIEW Engineer looks for part time projects

    Swedish LabVIEW Engineer with over 5 years of experience. Speciallity: analysis and Vision applications.
    Looks for smaller part time projects (that can be performed at distance).

    Hi,
    I have 6 years of experiences in labview application.I would like to develop the code through the internet.
    Kindly let me know if the openings still available. 

  • I have a first generation iPad and all the application pages are blank?

    My application pages are blank, I have an Ipad first generation. Help.

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    If you try all these Steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • Application crashed and details about application crash are mentioned below?

    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: CaptureScreen.exe
      Application Version: 1.0.5514.34017
      Application Timestamp: 54d3783c
      Fault Module Name: unknown
      Fault Module Version: 0.0.0.0
      Fault Module Timestamp: 00000000
      Exception Code: c0000005
      Exception Offset: 003f1560
      OS Version: 6.1.7601.2.1.0.256.1
      Locale ID: 1033

    source code 
    Imports WMEncoderLib
    Imports WMPREVIEWLib
    Imports System.Diagnostics.Process
    Imports System.IO
    Imports Microsoft.Win32
    Public Class Form1
        Inherits System.Windows.Forms.Form
    #Region " Windows Form Designer generated code "
        Public Sub New()
            MyBase.New()
            'This call is required by the Windows Form Designer.
            InitializeComponent()
            'Add any initialization after the InitializeComponent() call
        End Sub
        'Form overrides dispose to clean up the component list.
        Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
            If disposing Then
                If Not (components Is Nothing) Then
                    components.Dispose()
                End If
            End If
            MyBase.Dispose(disposing)
        End Sub
        'Required by the Windows Form Designer
        Private components As System.ComponentModel.IContainer
        Friend WithEvents BtnStart As System.Windows.Forms.PictureBox
        Friend WithEvents BtnStop As System.Windows.Forms.PictureBox
        Friend WithEvents Label1 As System.Windows.Forms.Label
        Friend WithEvents Timer1 As System.Windows.Forms.Timer
        'NOTE: The following procedure is required by the Windows Form Designer
        'It can be modified using the Windows Form Designer.  
        'Do not modify it using the code editor.
        Friend WithEvents Button1 As System.Windows.Forms.Button
        <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
            Me.components = New System.ComponentModel.Container()
            Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
            Me.Button1 = New System.Windows.Forms.Button()
            Me.BtnStart = New System.Windows.Forms.PictureBox()
            Me.BtnStop = New System.Windows.Forms.PictureBox()
            Me.Label1 = New System.Windows.Forms.Label()
            Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
            CType(Me.BtnStart, System.ComponentModel.ISupportInitialize).BeginInit()
            CType(Me.BtnStop, System.ComponentModel.ISupportInitialize).BeginInit()
            Me.SuspendLayout()
            'Button1
            Me.Button1.Location = New System.Drawing.Point(22, 167)
            Me.Button1.Name = "Button1"
            Me.Button1.Size = New System.Drawing.Size(216, 23)
            Me.Button1.TabIndex = 1
            Me.Button1.Text = "Write To file and Close application"
            Me.Button1.Visible = False
            'BtnStart
            Me.BtnStart.Image = CType(resources.GetObject("BtnStart.Image"), System.Drawing.Image)
            Me.BtnStart.Location = New System.Drawing.Point(80, 46)
            Me.BtnStart.Name = "BtnStart"
            Me.BtnStart.Size = New System.Drawing.Size(109, 103)
            Me.BtnStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
            Me.BtnStart.TabIndex = 2
            Me.BtnStart.TabStop = False
            'BtnStop
            Me.BtnStop.Image = CType(resources.GetObject("BtnStop.Image"), System.Drawing.Image)
            Me.BtnStop.Location = New System.Drawing.Point(80, 46)
            Me.BtnStop.Name = "BtnStop"
            Me.BtnStop.Size = New System.Drawing.Size(109, 103)
            Me.BtnStop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
            Me.BtnStop.TabIndex = 4
            Me.BtnStop.TabStop = False
            'Label1
            Me.Label1.AutoSize = True
            Me.Label1.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
            Me.Label1.ForeColor = System.Drawing.Color.DarkGoldenrod
            Me.Label1.Location = New System.Drawing.Point(27, 9)
            Me.Label1.Name = "Label1"
            Me.Label1.Size = New System.Drawing.Size(253, 24)
            Me.Label1.TabIndex = 5
            Me.Label1.Text = "Remote Monitoring System"
            'Timer1
            Me.Timer1.Interval = 36000
            'Form1
            Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
            Me.ClientSize = New System.Drawing.Size(292, 159)
            Me.Controls.Add(Me.Label1)
            Me.Controls.Add(Me.BtnStart)
            Me.Controls.Add(Me.Button1)
            Me.Controls.Add(Me.BtnStop)
            Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
            Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
            Me.MaximizeBox = False
            Me.Name = "Form1"
            Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
            Me.Text = "STORE"
            CType(Me.BtnStart, System.ComponentModel.ISupportInitialize).EndInit()
            CType(Me.BtnStop, System.ComponentModel.ISupportInitialize).EndInit()
            Me.ResumeLayout(False)
            Me.PerformLayout()
        End Sub
    #End Region
        Dim Encoder As WMEncoder
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As EventArgs) Handles MyBase.Load
            Try
                For Each clsProcess As Process In Process.GetProcesses()
                    If clsProcess.ProcessName.StartsWith("x-lite") Then
                        BtnStop.Enabled = False
                        Record()
                        Timer1.Enabled = True
                    End If
                Next
            Catch ex As Exception
                MessageBox.Show(ex.Message.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
                Application.Exit()
            End Try
        End Sub
        Private Sub Record()
            Dim usernameloggedin As String
            usernameloggedin = Environment.UserName.ToString()
            Encoder = New WMEncoder
            ' Retrieve the source group collection and add a source group. 
            Dim SrcGrp As IWMEncSourceGroup2
            Dim SrcGrpColl As IWMEncSourceGroupCollection
            SrcGrpColl = Encoder.SourceGroupCollection
            SrcGrp = SrcGrpColl.Add("SG_1")
            ' Add a video and audio source to the source group.
            Dim SrcVid As IWMEncVideoSource2
            Dim SrcAud As IWMEncAudioSource
            SrcVid = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_VIDEO)
            SrcAud = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_AUDIO)
            ' Identify the source files to encode.
            SrcVid.SetInput("ScreenCap://ScreenCapture1")
            SrcAud.SetInput("Device://Default_Audio_Device")
            ' Choose a profile from the collection.
            Dim ProColl As IWMEncProfileCollection
            Dim Pro As IWMEncProfile
            Dim i As Integer
            Dim lLength As Long
            ProColl = Encoder.ProfileCollection
            lLength = ProColl.Count
            'For i = 0 To lLength - 1
            '    Console.WriteLine(ProColl.Item(i).Name)
            'Next
            For i = 0 To lLength - 1
                Pro = ProColl.Item(i)
                If Pro.Name = "Windows Media Video 8 for Local Area Network (384 Kbps)" Then
                    'Windows Media Video 8 for Broadband (NTSC, 700 Kbps)
                    'kWindows Media Video 8 for Local Area Network (384 Kbps)
                    SrcGrp.Profile = Pro
                    Exit For
                End If
            Next
            ' Fill in the description object members.
            Dim Descr As IWMEncDisplayInfo
            Descr = Encoder.DisplayInfo
            Descr.Author = "Armoghan Asif"
            Descr.Copyright = "Copyright information"
            Descr.Description = ""
            Descr.Rating = "Rating information"
            Descr.Title = "Keep Your Coding Screen In Middle"
            ' Add an attribute to the collection.
            Dim Attr As IWMEncAttributes
            Attr = Encoder.Attributes
            Attr.Add("URL", "google.co.in")
            ' Specify a file object in which to save encoded content.
            Dim File1 As IWMEncFile
            File1 = Encoder.File
            Dim pathdfld As String
            '  pathdfld = "\\192.168.20.153\C\RECORDING\"
            pathdfld = "C:\RECORDING\"
            Dim fname, todaysdate As String
            fname = usernameloggedin
            todaysdate = System.DateTime.Now.Day.ToString() + System.DateTime.Now.Month.ToString() + System.DateTime.Now.Year.ToString()
            pathdfld += todaysdate
            If Directory.Exists(pathdfld) Then
                Dim cntfil As System.Collections.ObjectModel.ReadOnlyCollection(Of String)
                cntfil = My.Computer.FileSystem.GetFiles(pathdfld)
                Dim cnt As Int32 = CStr(cntfil.Count)
                cnt += 1
                My.Computer.FileSystem.CreateDirectory(pathdfld)
                File1.LocalFileName = pathdfld + "\" + fname + cnt.ToString() + ".mp4"
            Else
                My.Computer.FileSystem.CreateDirectory(pathdfld)
                'System.IO.Directory.CreateDirectory(pathdfld)
                File1.LocalFileName = pathdfld + "\" + fname + "1" + ".mp4"
            End If
            ' Crop 2 pixels from each edge of the video image.
            SrcVid.CroppingBottomMargin = 0
            SrcVid.CroppingTopMargin = 0
            SrcVid.CroppingLeftMargin = 0
            SrcVid.CroppingRightMargin = 0
            ' Start the encoding process.
            Encoder.Start()
            BtnStart.Visible = False
            BtnStop.Visible = True
            '   End If
        End Sub
        Private Sub StartRecording()
            Try
                ' Create a WMEncoder object.
                Dim usernameloggedin As String
                usernameloggedin = Environment.UserName.ToString()
                Encoder = New WMEncoder
                ' Retrieve the source group collection and add a source group. 
                Dim SrcGrp As IWMEncSourceGroup2
                Dim SrcGrpColl As IWMEncSourceGroupCollection
                SrcGrpColl = Encoder.SourceGroupCollection
                SrcGrp = SrcGrpColl.Add("SG_1")
                ' Add a video and audio source to the source group.
                Dim SrcVid As IWMEncVideoSource2
                Dim SrcAud As IWMEncAudioSource
                SrcVid = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_VIDEO)
                SrcAud = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_AUDIO)
                ' Identify the source files to encode.
                SrcVid.SetInput("ScreenCap://ScreenCapture1")
                SrcAud.SetInput("Device://Default_Audio_Device")
                ' Choose a profile from the collection.
                Dim ProColl As IWMEncProfileCollection
                Dim Pro As IWMEncProfile
                Dim i As Integer
                Dim lLength As Long
                ProColl = Encoder.ProfileCollection
                lLength = ProColl.Count
                'For i = 0 To lLength - 1
                '    Console.WriteLine(ProColl.Item(i).Name)
                'Next
                For i = 0 To lLength - 1
                    Pro = ProColl.Item(i)
                    If Pro.Name = "Windows Media Video 8 for Local Area Network (384 Kbps)" Then
                        SrcGrp.Profile = Pro
                        Exit For
                    End If
                Next
                ' Fill in the description object members.
                Dim Descr As IWMEncDisplayInfo
                Descr = Encoder.DisplayInfo
                Descr.Author = "Armoghan Asif"
                Descr.Copyright = "Copyright information"
                Descr.Description = "Text description of encoded content"
                Descr.Rating = "Rating information"
                Descr.Title = "Title of encoded content"
                ' Add an attribute to the collection.
                Dim Attr As IWMEncAttributes
                Attr = Encoder.Attributes
                Attr.Add("URL", "www.adnare.com")
                ' Specify a file object in which to save encoded content.
                Dim File1 As IWMEncFile
                File1 = Encoder.File
                Dim pathdfld As String
                pathdfld = "\\192.168.20.153\C:\RECORDING\"
                Dim fname As String
                fname = usernameloggedin + System.DateTime.Now.Day.ToString() + System.DateTime.Now.Month.ToString() + System.DateTime.Now.Year.ToString()
                If File.Exists(pathdfld) Then
                    File1.LocalFileName = pathdfld + fname + ".3gp"
                    'File1.LocalFileName = "\\192.168.20.33\Recording\" + fname + ".3gp"
                Else
                    My.Computer.FileSystem.CreateDirectory(pathdfld)
                    File1.LocalFileName = pathdfld + fname + ".3gp"
                    'File1.LocalFileName = "\\192.168.20.33\Recording\" + fname + ".3gp"
                    'File1.LocalFileName = "\\192.168.2.210\recording\" + fname + ".3gp"
                End If
                ' Crop 2 pixels from each edge of the video image.
                SrcVid.CroppingBottomMargin = 25
                SrcVid.CroppingTopMargin = 25
                SrcVid.CroppingLeftMargin = 25
                SrcVid.CroppingRightMargin = 25
                ' Start the encoding process.
                Encoder.Start()
                BtnStart.Visible = False
                BtnStop.Visible = True
            Catch ex As Exception
                MessageBox.Show(ex.Message.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
            End Try
        End Sub
        Private Sub stopRecording()
            If Encoder.RunState Then
                Encoder.Stop()
                Application.Exit()
            End If
        End Sub
        Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
            Try
                If Timer1.Interval = 32400000 Then
                    stopRecording()
                End If
            Catch ex As Exception
                MessageBox.Show(ex.Message.ToString(), "Exeception", MessageBoxButtons.OK, MessageBoxIcon.Error)
            End Try
        End Sub
    End Class
        

  • Finding Experienced Labview Programmers

    I have repeatedly run into the same problem with labview development, a lack of experienced programmers.  Over the last several years I have seen an unreal growth is the market for labview applications but it doesnt appear that the developer community is keeping up with this demand.  Where can I find Labview programmers to fill this demand.  The job postings outnumber the seekers and there are many great positions unfilled.  What a crazy thing.  I find labview programming is very fulfilling and a great career.  Are there any Experienced programmers looking for jobs or is this a lost cause?
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

    Are you offering a job?
    Based on what I've seen over the past 13 years, there seems to be a number of reasons for this:
    Market share. Let's face it: LabVIEW isn't as widely used as other, more traditional languages. There was an article I had seen a while ago that compared the market share of LabVIEW vs other programming languages. Let's just say that LabVIEW aficionados needed to turn away.
    Most placement firms simply don't know about the language, so they (a) don't know who's working with it, and (b) don't know about the job offerings, so they can't tie the possibilities to the ones looking for work. I can't tell you the number of times I've talked to recruiters who've called me and when I told them I used LabVIEW their response is "Lab-what?".
    Another is simply that LabVIEW programming requires a different mindset, so it's not readily taught in schools. Not taught = no graduates who know the language = no potential workers. Why isn't it taught in schools? Well, that can start a whole debate, and I'm not going there.
    Yet another reason, it seems to me, is that LabVIEW isn't as flexible in terms of the kinds of programs you can write. I say this not to disparage LabVIEW, or start a flame war, but simply as a realistic assessment based purely on my own experience. There's just some stuff that you cannot do in LabVIEW, but can easily do in C/VB/C#/Java/whatever. Heck, I recently coded up a large .NET app in C# that would have been impossible in LabVIEW.
    Money. And by this I mean how much people are paid. LabVIEW jobs tend to start as test engineer jobs, which are nowhere near as highly paid as a C or C/database programmer. There are exceptions, obviously.
    Corollary to (2) and (5): Sometimes LabVIEW jobs are found in test engineer positions on job boards, as opposed to "programming" jobs. This sometimes makes it difficult to find jobs.
    Is it a lost cause? Hardly. Have you gotten no responses posting on the LabVIEW openings board here?

  • Experienced Labview Realtime Engineer wanted. Must be UK.

    I am looking for an experienced Labview/ teststand engineer to develop software for our automated hydraulic test equipment. Please ask for job description. Must be able to work in UK.

    I am going finish my M.Sc here in Sweden. I can work for you if you consider me as an option. I don't have any working visa in UK. I am basically from India.

  • Reg: vacancy for LabVIEW developer in Bangalore, Chennai and Delhi with (1-6) years experience

    Recruitment Process for LABVIEW: Tele Interview in case of outstation candidates. Bangalore candidates will have to first come for a Written Test (Technical + Analytical), 1-2 rounds of direct technical interview.
    Degree/Branches:  B.E / B.Tech in Electronics / EEE / E&C / E& Instrumentation .
    ROLES AND RESPONSIBILTIES OF ASSOCIATE ENGINEER-SEG:
    Development
    1. Responsible for developing software for the project/module allotted to you with smooth coordination and smooth handing over of the work executed by one to another member in case of change of projects.
    2. Expected to work on multiple projects, project dead line, adhere to coding guidelines and update your progress on the project on a weekly basis to your immediate supervisor.
    3. Developing the software strictly as per the requirement specification, design and Bug free.
    4. Responsible for building a trouble-free system to the satisfaction of the customer.
    Installation
    1. Responsible for installation of hardware and software at customer site for coordinating with the vendor and Manager – Sourcing to see that works done by the vendor is as per requirement specification
    Customer Support
    1. Responsible for providing support to the customer on the system supplied by the Captronic Systems in the past as well as present.
    2. Attends to the support case within 48hrs(local) / 96hrs(outstation ) / 96hrs(out of warranty) of reporting and collecting the Support Closure Report from the customer and submit it to the SBU-HEAD
    3. Informs Support executive with Support Status, Action Taken and Support Closed On
    Training
    1. Responsible for providing training to customer on the systems supplied by Captronic Systems.
    2. Responsible for in-house training to newly recruited engineers.
    Testing
    1. Responsible for testing code developed by you, by another developer and testing entire system at the customer site.  
    2. Responsible for testing hardware supplied by Captronic System and log the test report on the hardware test register.
    Sales Support
    1. Expected to travel with sales team to provide support to sales-team in proposal making at short notice and perform flawless pre-sales system and requirement study.
    General
    1. Expected to take part in technical sessions and keep yourself abreast with the recent product released and technical advancement made
    2. Expected to become domain expert is at least one field and to constantly improve coding style and knowledge.
    Quality
    Responsible for implementing the project methodology and quality policy of the company for all activities under your purview
     Interested candidates may forward your resumes witheir current CTC and notice period to [email protected] . Salary is never the Constraint.

    SANDU SUNITHA
    D/o.S. Venkateshwarlu,
    H.No:11/57, Kothapeta,
    Maruthi Nagar,Dhone,
    Kurnool (Dt.),
    Andhra Pradesh.
    E-Mail:[email protected]
    Mobile : 91-9963586292/08884822259
    Date: 09/ 05/ 2013
    Respected Sir/Madam,
    I have done my masters in  Control Systems Engineering in Electrical
    branch from Malla Reddy College of  Engineering. I am a well organized
    person, with good knowledge about the subject, able to do
    multitasking, able to work within a team and have excellent
    communication skills. As a good Engineer and excellent team player I
    can handle the responsibilities and challenges of the post of an good
    engineer to its fullest.
    I have worked for 6 Months as Project Trainee in CSR INDIA PVT LTD. My
    responsibilities in that institute include Testing, Reporting and
    Debugging, Updating the bugs as a trainee fresher. I was a part of the
    team that designed MERCURY TESTING TOOL, world's Best Automation tool
    today. I tested the model and executed the changes.And i had worked as
    Project Engineer in FUSION ELECTRONICS on Wonder ware SCADA. Presently
    working as Project Scientist in NAL (National Aerospace Laborateries)
    under Research and Development of IVHM(INTEGRATED VEHICLE HEALTH
    MANAGEMENT) Project on MATLAB/SIMULINK ,Labview ,Wireless Sensor
    Networks,WatchDog and Testing.
    Here is the list of the documents enclosed with this cover letter.
     1. Resume
    I hope that you find these of worth. I assure you that if selected; I
    will not let you down and would prove to be an asset for your reputed
    industry.
    Sincerely yours,
    SANDU SUNITHA
    Attachments:
    SANDU_SUNITHA(29_Apr_2013).doc ‏176 KB

  • LabVIEW Engineer Direct Hire 75k

    LabVIEW Engineer, Full Time, FargoND
    Purpose
    Lead the development of automated test, data acquisition, and control systems using LabVIEW. Involves direct customer contact some travel.
    Requirements
    - BS in Science or Engineering.
    - 5+ years of experience developing automated test, measurement, data acquisition, and control systems
    - 5+ years LabVIEW and/or TestStand development experience
    - Experience with a variety of programmable instruments. Experience with National Instruments hardware a plus.
    - Experience writing system and software requirements specifications.
    - Effective learning, utilizing, and applying new technology.
    Helpful Skills
    - Excellent verbal and written communication skills
    - Strong hands-on hardware troubleshooting and software debugging skills
    - Custom hardware design skills a plus, including fixtures, analog and digital circuits, cable assemblies, enclosures, and turn-key systems
    - Experience creating documentation, UML, system diagrams, schematic diagrams, P&ID
    - Project leadership, project management, engineering group leadership experience a plus
    Responsibilities
    - Design, develop, implement, and document test, measurement, data acquisition, and control systems using LabVIEW and TestStand
    - Evaluate requirements specifications; Develop technical proposals
    - Supervise and provide technical mentoring to junior engineers
    - Devise, document, and oversee execution of test strategies
    If you are interested in learning more please contact Bill Ties 1-800-357-8403 or [email protected]

    Incorrect board.  Please move to: LabVIEW Job Openings

  • How to implement a psophometric filter in Labview software without uising Sound and vibration toolkit?

    Someone know the method to implement a psophometric or weighted filter in Labview software Without using Sound and Vibration Toolkit?
    Thanks

    The simplest way to implement a psophometric filter is to use the Sound and Vibration toolkit.
    Anyway if you don't want to purchase it, you can have a look at this forum discussion and this one.
    Serena Monti
    Applications Engineer
    National Instruments

  • Labview engineer looking for job in china

    I am a labview engineer for more than one year in philips lighting (shanghai china).Working on labview7 and RS232,GPIB interface instruments.Now I looking for a job in shanghai china.
    more detail please contact [email protected]

    Hi Alec,
    Your organisation sponsor visa for non-local residents?

  • Experienced LabVIEW & Embedded System & Wireless Embedded System.

    Dear sir:
                My ten years of engineering experience should be of interest to a rapidly growing technology company.
                In various capacities in engineering, I have acquire skills in all phases of  LabVIEW 7/8, RT System, cRIO, FPGA, Embedded system, and Wireless system developer.
                I am sure I can contribute to your growth and profit. I would appreciate the opportunity to show you how I can help your company meet its goals.
                I am willing to relocate to meet your needs.
    Sincerely.
    Joe Benjapol Sukpraphrute.

    Pleas send me an updated copy of your resume.   I have included a job description below for your review.
    Thanks,
    Nick Olsen
    [email protected]
    AutomationTechies.com, Automation.com
    www.automationtechies.com www.automation.com
    Our client is an Engineering Company which specializes in data acquisition, automated test, and controls systems software.
    The Senior LabVIEW Engineer will lead the development of automated test, data acquisition, and control systems using National Instruments LabVIEW software. This position involves direct customer contact and moderate travel within the Northeast United States. Positions are available in CT, MA and NJ.
    Requirements
    BS in Science or Engineering. Advanced degree a plus
    10+ years of experience developing automated test, measurement, data acquisition, and control systems
    5+ years LabVIEW and/or TestStand development experience
    Experience writing system and software requirements specifications
    Strong mathematics background, including signal processing in time and frequency domains; communications, control, or electronic circuit theory
    Effective learning, utilizing and applying new technology
    The company provides a competitive salary plus multiple bonus programs and excellent benefits. Join this rapidly growing company by applying online today!

  • Hello I am experiencing some problems for my iMessage and FaceTime. I did the steps the Apple provided online and I still can't get it to work. My updates are up to date. Everything is working fine it's just that the Apple iMessage won't except anyth

    hello I'm experiencing some problems with my iMessage and face time. I did with Apple provided me online. I did the steps. Nothing will work, it keeps saying activation turn on Wi-Fi when my Wi-Fi is turned on. As soon as I got this on Christmas. iMessage and FaceTime have not been working. My Apple and ID password are correct. Everything else is working fine. My iOS updates are up to date, everything is fine except FaceTime and iMessage

    Did you try everything here?
    iOS: Troubleshooting Messages
    Using FaceTime and iMessage behind a firewall
    iOS: Troubleshooting FaceTime and iMessage activation
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    In the future saying your tried the Apple on-line articles does provide us with information as to which ones you found and tried

  • I upgraded my 3rd generation ipad to ios 6.0.1 and now am experiencing various issues.  Neither Pages or Numbers will open.  I just see a gray screen that says Pages or Numbers at the top and all of my documents are gone.

    I upgraded my "new ipad" (the 3rd generation I think) to ios 6.0.1 and now am experiencing various issues. 
    1- Neither Pages or Numbers will open.  I just see a gray screen that says Pages or Numbers at the top and all of my documents are gone. The icon that allows me to create a new document also does not appear.  I went to icloud.com to see whether my documents still existed, which brings me to the 2nd problem.
    2- It appears that all of my Pages documents are still on icloud, but all of my Numbers documents are gone.  There were only about 10, but I access 2 of them nearly every day, so this is a big issue for me.
    I went into Settings and all of the icloud information is correct and it "Documents & Data" is on.  When I look at the storage, I see the Pages documents but not the Numbers ones.  The next thing I did was turn my ipad off and back on, but this didn't fix anything.  Since my Pages documents are still on icloud, I then tried to delete the Pages app from the ipad so that I could reinstall it, which resulted in the 3rd problem.
    3- I cannot delete any apps.  I can get all of the icons to shake and the small x IS available, but everything freezes when I click it.  I can't do anything at that point except reset the ipad or wait until it eventually restarts itself.  I've tried this with Pages as well as multiple other apps, all with the same result.  I've also tried downloading a new app (which worked fine) and then deleting that one, but I got the same result.
    3a- A small related issue to this that I am far less concerned about is that when the ipad restarts itself, it comes back on and the screen is really dark and I can barely make out what appears on the screen.  If I enter my password right away, it stays that way until I go into Settings - Brightness & Wallpaper and touch the brightness setting (although I'm not actually changing the setting because it already shows that the brightness is turned up a little over halfway).  If I don't enter my password right away and let it go completely dark, then click the home button, the brightness is fine.
    So now I'm stuck.  My guess is that I will need to restore it, but wanted to check before I take that step.  Unfortunately, my laptop is on its deathbed so I haven't been synching my ipad to it and I fear my Numbers documents are gone forever.  I'd like to try everything I can to fix these issues before doing the restore in hopes that I can get the Numbers documents back.
    Any suggestions for any or all of these problems?

    Purplehiddledog wrote:
    I do backup with iCloud.  I can't wait until the new iMac is available so that I can once again have my files in more than 1 location without needing to rely solely on the cloud. 
    I also rely on iTunes and my MacBook and Time Machine as well as backing up to iCloud. I know many users know have gone totally PC free, but I chose to use iCloud merely as my third backup.
    I assume that the restore would result in my ability to open Pages and Numbers and fix the problem with deleting apps, but this would also mean that if my Numbers documents still exist solely within the app and are just not on iCloud for some reason that they would be gone forever.  Is that right?
    In a word, yes. In a little more detail.... When you restore from an iCloud backup, you must erase the device and start all over again. There is no other way to access the backup in iCloud without erasing the device. Consequently, you are starting all over again. Therefore, it would also be my assumption that Pages and Numbers will work again and that the deleting apps issues would be fixed as well.
    If the documents are not in the backup, and you do not have a backup elsewhere, the documents could be gone forever.

  • Potential Bug with LabVIEW 2009, Report Generation Toolkit, and MS Office 2003

    We have discovered an issue with the above listed software.  Specifically this pertains to Print Report.vi in the Report Gen palette.  Basically, we have discovered that with Office 2003 installed the VI will error out.  We've been using it in an executable, and the executable physically fails (and asks us to report an error to Microsoft).  With Office 2007 we don't have a problem.  We've tried building the examples into executables, and those work because they are printing HTML reports.
    Also, we have converted back to LabVIEW 8.6 and rebuilt the executable and installed and it works perfectly.  Its on the combination of LabVIEW 2009 and Office 2003 that seems to fail.

    yeah, we had seen that, and been told about it by another user.  we tried, to no avail.  we still have ended up having to migrate back to 8.6.1 to get the executable to run properly.

  • I just got my Mac Pro repaired from Apple but I am experiencing the same issue: Screen freezes and shows funny rectangular bars. I shut it down manually and when I try to turn it back on it beeps 3 times. I know its the RAM but is there a way I can fix it

    I just got my Mac Pro repaired from Apple but I am experiencing the same issue: Screen freezes and shows funny rectangular bars. I shut it down manually and when I try to turn it back on it beeps 3 times. I know its the RAM but is there a way I can fix it

    If you just got it back and it isn't fixed or something else is wrong with it take it back and have them do the repair correctly.

Maybe you are looking for

  • Unable to read info on fillable form created in Acrobat Pro XI

    I created a fillable form using Acrobat XI Pro that our office staff use.  Our field staff cannot view the information on the fillable fields from their mobile devices.  They can from their laptops and computers - Mac or Window.  I just got off the p

  • Can't import into Shapes Project Palette

    I'm working through the Apple Pro Series DVDSP 3 and the lesson requires me to import a layered Photoshop file into Palette - Shapes - Project. Initially, I had to import and the file appeared in the Custom tab. I followed the steps to import into th

  • Interzone communication with local defined zones

    We have defined two local zones. The internal zone allows only to register from an private network. The other zone allows to register clients from all other zone. The gatekeeper is accessible through static nat from the outside. Netmeeting clients fr

  • Error: The password could not be set.

    When I create a user as an OD administrator, the new user cannot reset passwords for typical users. If the new administrator attempts to do so, they receive the following message: "The password could not be set. An unexpected error of type -14120 occ

  • NW2004s ABAP Trial Version  - using 2 SAP-GUI'S

    hi there, i just download the big files for nw2004s abap trial version. it includes sap gui 6.40, and i have the following problem: we have sap r/3 4.6c now and on every client (also on mine) we have sap-gui 620 installed. for 4.6c i still have to us