Measurement Studio Programmer - Kingston, Ontario, Canada.

MREL Group of Companies Limited has just posted a full time position located in Kingston, Ontario, Canada. If you're interested, please review the attached for details and follow the instructions for expressing your interest in this position. To be clear: it is a full time salaried position located in Kingston.
Thanks and best regards,
Bill
Attachments:
MREL_MStudio_Programmer.pdf ‏21 KB

Kindly specify the email address to apply to for the mentioned job

Similar Messages

  • Conflict between ActiveX from LabVIEW and Measurement Studio?

    Hello
    We're small software company from Poland. We're developing our product
    (SCADA/HMI and integration system heavily based upon Measurement Studio
    graphic controls) in C++ for Win32 environment (MSVC 2003 Edition C++
    Compiler). Today we ran into serious problem: our client, one of the
    biggest Polish companies that sell automation software and hardware, is
    evaluating our product. Company staff members are using LabVIEW, too
    and have various version of LabVIEW installed on their PCs. It turned
    out that our program displays message that license is needed for
    Measurement Studio ActiveX controls, and crashes, when ran on PC with
    LabVIEW installed! (This one has LabVIEW 6.1, 7.0, 7.1 simultaneously
    installed).
    While I gues that crash is not Measurement Studio's fault (I guess that
    control fails to create and throws exception which is not catched by
    our code...we'll fix that) I'm pretty sure that this "license" stuff
    is. Of course we have legal version of Measurement Studio 7.1, and all
    controls used in our software have their respective licenses generated
    and compiled into application (we create all controls dynamically). We
    have never run into such problem before, and we're using Measurement
    Studio for years...please help.
    Some additional details: control that failed is CWBoolean in "3D Diode"
    configuration. Other controls, including CWBoolean in another
    configurations seem to work OK, at least I was told so (it's pity that
    I don't have faulty configuratio here...will try to reproduce it using
    some kind of LabVIEW evaluation version).
    Best regards from Poland, and thanks for any help.
    Michal
    Michal Adamczak
    Lead programmer, ANT ISS (http://www.ant-iss.com)

    Hi Michal,
    This is actually an error message that is usually fixed pretty simply by using our License Fixer.  Sometimes the licenses for the ActiveX controls can become broken in Measurement Studio.  This usually happens if you install drivers after installing Measurement Studio or a program created using Measurement Studio.  You can find the License Fixer here.  Try this out and let us know if you still have any trouble.
    Thanks,
    Caroline Tipton
    Data Management Product Manager
    National Instruments

  • Measurement studio et Wago 750

    Bonjour à tous,
    Je dois développer un programme en C# couplé à un système WAGO 750-341.
    Je fais donc des recherches sur les systèmes existant et j'envisage l'utilisation de MeasurmentStudio. Ma question est la suivante :
    MesurmentStudio peut-il me fournir la communication avec mon module Wago et donc un accés aux modules IOs connectés ?
    Je n'ai pas encore téléchargé de version de MeasurmentStudio, j'en suis à la phase recherche papier.
    Merci de vos réponse

    Bonjour Nico84,
    Votre systeme Wago est il fournit avec des drivers ? Quel genre de communication ou protocole est utilisé pour communiquer avec ce système ?
    J'imagine que ce système WAGO est fournit avec des drivers et donc des fonctions qui vous permettront de communiquer avec lui en C#, Measurement Studio vous fournira des fonctions complementaire (contrôles d'interface utilisateur comme des graphiques, des tableaux et des jauges, des fonctions avancées d'analyse des données et des outils de génération de code pour la communication de matériel, etc...)
    Je vous invite à prendre contact avec notre service commercial qui pourra vous renseigner davantage.
    Je vous souhaite une bonne continuation dans votre projet.
    Cordialement,
    Eloise
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    LabVIEW Tour
    Journées Techniques dans 10 villes en France, du 4 au 20 novembre 2014

  • Why the wave is disvisible?? I used measurement studio 7.0.1 in my existing VC++ 6.0 project

    I have an existing Microsoft Visual C++ project  MyProj. I  have installed the NI measurement studio 7.0.1 on my computer yesterday.
    I have added a CWGraph control on a dialog of MyProj via "Project-> Add To Project->Components and Controls...->Registered ActiveX Controls->CWGraph Control".
    It created 22 classes such as "CCWGraph/CCWPlots/CCWPlot/CCWAnnotations......." in my MyProj,
    Now, I create a variable m_GraphCtrl for the CCWGraph Control by classwizard.
    I want to used following codes to create a wave and show on the control,  in my debugging , it's running no problem, but the control not show a wave.
    I have add a plot "1" in the contrl's Properties "Plots".
    I have set the "Axes-XAxis-Auto scale" and "Axes-YAxies-1-min 0: max 255" in the control's Properties.
    code:
    VARIANT vrtItem, vrtData, vrtFirst, vrtInc;
    vrtItem.vt = VT_BSTR;
    vrtItem.pcVal = "1";
    vrtFirst.vt = VT_I4;
    vrtFirst.lVal = 0;
    vrtInc.vt = VT_I4;
    vrtInc.lVal = 1;
    vrtData.vt = VT_BYREF|VT_UI1;
    vrtData.pbVal = CH1WaveData;//unsigned char CH1WaveData[2500];there have had value already.each value is between 0~255.
    // Graphs
    m_GraphCtrl.GetPlots().Item(vrtItem).ClearData();
    m_GraphCtrl.GetPlots().Item(vrtItem).PlotY(vrtData, vrtFirst, vrtInc);//no wave show on the CWGraph control
    //annotations
    m_GraphCtrl.GetAnnotations().Item(vrtItem).GetCaption().SetXCoordinate(0.00);
    m_GraphCtrl.GetAnnotations().Item(vrtItem).GetCaption().SetYCoordinate(200.00);//this codes worked good,
    m_GraphCtrl.Refresh();
    Who can tell me why ???

    Hi Johannes,
    Did you get a chance to read this thread?
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000B3E20000&UCATEGORY_0=_342_%24_7_&UCATEGORY_S=0

  • I would like to know how to transform an API C++ application in MFC C++ application to use the measurement studio components or Labwindows CVI

    I don t know the way used to transform a C++ with API program in an MFC application using measurement studio or Labwindows CVI.
    Thank you for you help.

    You can use the Measurement Studio Add/Remove Components Wizard to add Measurement Studio components to your C++ application. For more information, see the "Adding and Removing Components from Measurement Studio Projects Using a Wizard" topic in the Measurement Studio reference. You can find it in the table of contents under:
    Visual C++ Help
    Tutorials
    Measurement Studio for Visual C++ 6.0
    If you're using the Measurement Studio update for Visual C++ .NET, this topic will be under:
    Visual C++ Help
    Tutorials
    Measurement Studio for Visual C++ .NET
    - Elton

  • How to use a Measurement Studio class in MFC

    I am new to MFC coming over from VB.NET.
    I have created a VISA class to measure something from an instrument and have a simple dialog box with a Button to invoke the measurement and display it to a text box. I changed the ID of the control and made a member variable for the text box and can code the OnButtonClick event to display text in the Text box as a test.
    The problem is I cannot seem to create an object of the Visa Class that I built in the OnBnClickedRun()function. I can code the OnInitDialog() to make this measurement:
    double power;
    CGetBandPower BPower;
    BPower.Run(power);
    but want to do it when I click on the button. I am using VS.NET 2003 with Measurement Studio 7.0.
    Help

    Hello,
    I think the following other discussion forum post contains useful information for you:
    http://forums.ni.com/ni/board/message?board.id=232&message.id=1306&requireLogin=False
    In particular, read the posts by the names in blue... you'll find paths to great examples which should help you use VISA in the .NET environment.
    Repost if you continue to have any problems!
    Thank you,
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • How can I get Measurement Studio out of Evaluation Mode in Windows XP

    I have a licensed Measurement Studio version 7.1.  for Visual Studio 6.   I have been using this no problem on a Windows 2000 computer.   I installed this on my WindowsXP computer and it installs all the VB libraries put not the C++ libraries.  I message pops up stating that I need Service Pack3 for WindowsXP.    First of all, I don't think service pack 3 for Windows XP exists yet.  Luckily, I have been able to still use all my DataSocket components.  I believe Datasockets are part of Measurement Stuidio.   I notice that CWgraph has evaluation mode on the graph and I get a popup message in VB6 stating I'm using Measurement Studio in evaluation mode.   

    Hello,
    The service pack in question is not for Windows XP.  The Measurement Studio installer required the VC++ 6 service pack 3 or higher.  I know that Microsoft has a service pack 6 for Visual C++ 6, and this is what you should install to get the C++ libraries on your machine.
    There is a tool on the CD that is in the ActiveXLicenseFixer folder that you can run to fix up the license.  If you have a valid license on the machine it will correct any licenseing issues.
    -Jeff
    NI

  • NI Measurement Studio UI components for Visual Basic 6.0 message box

    Hey All,
    North West Quality Analyst was recently installed on my LabVIEW development machine. Whenever I launch NWQA I get a dialog box to install "NI Measurement Studio UI Components for Visual Basic 6.0" for program called "Program Name."
    I cancel out of the install and I can use NWQA just fine. However, I would like to eliminate the install attempt. Any ideas on how to do that?
    I've tried to find the installer file on the Distribution discs, but on the two that I thought it would be on, "Measurement Studio Enterprise Support for Visual Studio 6.0" and "Measurement Studio Enterprise Edition" the file named "MStudioUIDemo.msi" was not found.
    Thanks,
    -Andrew

    Below is the text from the event viewer warning...
    Detection of product '{7B0F253A-C7A2-4335-B041-99868E9EDEE8}', feature 'UI_Controls', component '{A44FC66B-252B-11D4-A77B-00104B6CE77D}' failed. The resource 'C:\WINNT\system32\CWHlpBtn.ocx' does not exist.
    I have lots of stuff installed on the computer... MS Office, Codewarrior, Roxio, IE, MatLAB, etc.
    Looking under MAX, I have the following NI software installed.
    LabVIEW 6.1 (Advanced Analysis, Application Builder, Database Connectivity Toolset), 7.1 (Advanced Analysis, Application Builder), Runtime 6.0, 6.1, 7.0, 7.1, MAX 3.1.1.3003, NI-488.2 2.20, NI-CAN 2.2f2, NI-DSA, NI-IMAQ, NI-Motion, NI-PAL, NI-Switch, NI-USI, NI-VISA 3.2, Measurement Studio 6.0 (For Visual Basic(ActiveX User Interface, ActiveX 3D Graph, ActiveX DataSocket, ActiveX IMAQ))
    The Dell box is running Window's 2000.
    I found a listing under "Computer Management" -> System Information -> Software Environment -> Loaded Modules
    that seems to have all the installed apps and such. I can send that to you privately if you desire.
    Thanks,
    -Andrew

  • What version of Measurement Studio do I buy for Visual Studio 6.0?

    I am consulting for a company that requires me to use VB 6.0 and I am looking for the NI Measurement Studio version to purchase but this particular part of this web site is as confusing as HP's(Agilent) so I have yet to figure it out. The evaluation software I have for Measurement Studio lists Visual Studio.net 2003 as a requirement. Has NI assumed everyone has migrated to .net?

    National Instruments is actually one of the few companies that IS still supporting Visual Basic 6.0. We currently offer both an evaluation for Visual Studio 6.0 and Visual Studio .NET. From the Measurement Studio home page (ni.com/mstudio), you will see two different path options: 6.0 & .NET. If you select the 6.0 option and scroll down, you will see the option to request the 6.0 evaluation software here: (https://sine.ni.com/apps/we/nigb.guestbook?code=GB_EVALMSSTUDIO6〈=US&gb_prof_id=1907&scode=&pr=1907).
    To purchase the 6.0 tools, you simply need to purchase Measurement Studio 7.0 which includes the 6.0 tools as outlined in the package comparison chart here: http://volt.ni.com/niwc/common.jsp?page=mstudio_package_compare&node=3769
    The Measurement Stud
    io 7.0 packages (Professional and Enterprise) include both the Visual Studio .NET and Visual Studio 6.0 tools.
    Please feel free to contact me if you have any further questions.

  • Can you tell me how to measure audio signal frequency in measurement studio with visual basic 6.0?

    I'd like to measure two differential input signal(I.e. A+ and A-),below is two test projects,
    1.connect A+/A- to PCI 6052E card's ACH0/ACH8 ,and refer to GND for testing
    2.connect respectively A+/A- to PCI 6052E card's ACH0/ACH8 for testing
    Could you tell me the details of the second project?and give me a illustration in measurement studio with visual basic 6. 0 about the second?
    In addition,I would like to measure the audio signal frequency,could you give me a illustration in measurement studio with visual basic 6.0?
    Wait for your reply!

    Dear kelven,
    Thank you for contacting National Instruments.
    To address your question, there are Analog Input shipping examples that demonstrate how to measure an analog input differentially, as you specify in (2).
    As for measuring the audio signal frequency, you may want to check out the following KnowledgeBase. The link is:
    http://digital.ni.com/public.nsf/websearch/4b08380530d72d3b86256340004c3005
    Let me know if you have any further questions or if this does not resolve your issue.
    Thanks again and have a great day!
    Chad AE
    Applications Engineer - National Instruments

  • How to save the value in Cedit control into a text file bu using measurement studio c++?

    Im using measurement studio c++ to create a application. How to save a randomly generated value which display in the CNumberEdit Control to a text file? how to do the coding part?

    You can use the CNiFile class to write the value out to a file. For example, create a new Measurement Studio C++ project and follow these steps:
    Add a CNiNumEdit to the dialog.
    Add a member variable for the CNiNumEdit called m_numEdit.
    Add a button to the dialog.
    Double-click the button to add a message handler for the button's BN_CLICKED message.
    Add the following code to the button's BN_CLICKED message handler:
    CNiFile file("C:\\Values.log", CFile::modeCreate | CFile::modeWrite | CFile::typeText);
    file << m_numEdit.Value << endl;
    file.Close();
    Run the application, edit the CNiNumEdit's value, and click the button. The value should be written to the Values.log
    file as specified in the code above.
    Hope this helps.
    - Elton

  • How to use NiGraph control component in the MFC not measurement studio MFC??

    I want to use the NiGraph control component in the normal MFC(exe) program, but after you add the component to the project ,it will generate a CCWGraph class, and it doesnt work. If I want to use NiGraph class to plot data, What should I do? Help
    Thanks a lot!!!

    I have attached an image of the toolbar items. If there items are not visible on your toolbar, right-click the toolbar, and select the item labeled "MStudio" (if using VC++ 6.0) or "NI-Measurement Studio" (if using VS 2003). These items will only be available if you have Measurement Studio support for C++ installed.
    I hope this helps
    Bilal Durrani
    NI
    Attachments:
    icon.JPG ‏13 KB

  • If bought NI USB-6800 device, is Measurement Studio free for dev?

    If bought a NI USB-6800 device, is Measurement Studio free for VC++ development?
    Do I need to buy the Measurement Studio license?
    Or is there another way to do the VC++ development? Such as via some free dll or ocx library.
    Plus I noticed that there are UNIX/Linux drivers about NI USB-6800 device, but there is no document about C/C++ development under UNIX/Linux!
    Can I do the development with NI USB-6800 device under UNIX/Linux? 
    An individual human existence should be like a river - small at first, narrowly contained within its banks, and rushing passionately past boulders and over waterfalls. Gradually the river grows wider, the banks recede, the waters flow more quietly, and in the end, without any visible break, they become merged in the sea, and painlessly lose their individual being.

    Medhi wrote:
    Unfortunately it is in windows. Windows doesn't recognize the device. I don't know, is this a problem because of running WinXP in Mac?
     That may well be the problem.
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • I spend 5 months in Florida and 7 months in Ontario, Canada. Can a Verizon Samsung Note ll be unlocked and used with a sim card from another carrier in Ontario?

    I spend 5 months in Florida and 7 months in Ontario, Canada. Can a Verizon Samsung Note ll be unlocked and used with a sim card from another carrier in Ontario?

    Yes, you should be able to use a local SIM card from a carrier in Ontario. You should not have to do anything prior to doing so.

  • Measurement Studio Visual C++ 6.0 Multithreads

    I want to use the dialog editor to add NI controls to a dialog (or CFormView) and want to set CNiInterface to SingleThreaded. How do I do this. I do not want to create the controls dynamically because I do not want to deal with license strings. I get an error if I close the dialog box when a control is added with the dialog editor. Is this because the controls by default are created as multithreaded with caching? I get by this by calling destroy window on the control. Is this the proper way? Will I have to do this if I use singlethreaded?
    Next the documentation says I need to initialize COM. Is this true. Is it not enough to call
    AfxEnableControlContainer() in OnInitInstance of my application.
    By the way
    National Instruments, Your documentation leaves quit a bit to be desired!! Good grief.

    The default thread access for the Measurement Studio C++ controls is CNiInterface::MultipleThreadsWithCaching. You do not have to dynamically create the control if you want to create the control with CNiInterface:ingleThread - just specify it in the dialog class constructor's member initialization list. For example, if you had a dialog class called CTestDialog and you had a member variable for the graph in the dialog class called m_graph:
    CTestDialog::CTestDialog(CWnd* pParent /*=NULL*/)
    : CDialog(CTestDialog::IDD, pParent), m_graph(CNiInterface:ingleThread)
    Also, you should not need to initialize COM to use the controls in a dialog. The call to AfxEnableControlContainer in your InitInstance method should be sufficient.
    - Elton

Maybe you are looking for