Covert analog input signal (NI 9203) to meaningful units

I'm very new to LabVIEW and I wanted to do something that I thought was fairly simple. Using the NI 9203 analog input module I wanted to measure pressure using a sensor that has an output of 4-20 mA. Altough I get some signal at the end on my screen, it's not realy the pressure. How can I convert this to a meaningful signal? I also took a look at the exeple VI's in the module specific file, but I don't have a clue how to use them.
Hopefully someone can help me out.
Jurgen

Hi Jurgen,
You have two possibilities. But you must first know the relation between the current created by your sensor and the pressure mesured by your sensor. Normally you should receive this kind of things with your sensor.
First one, you configure the scale in MAX (Measurement and Automation eXplorer) and you can associate this scale to a task. In this case, the value you will receive in LabVIEW will be automaticly converted into the right (scaled) units. If you are not familiar with MAX and creating scales, you can take a look at this article. or the attached file or yet the MAX NI-DAQmx Help (Start >> All Programs >> National Instruments >> NI-DAQ >> NI-DAQmx Help).
Second one, you create a subVI (VI into another VI) in LabVIEW that will make the conversion in LabVIEW itself. By this way, this is simply a VI that makes the correlation between the current and the pressure.
I Hope this will help you.
Regards,
Julien Roland - District Sales Manager
NI Belgium - Technical Support
Don't forget to rate a good answer

Similar Messages

  • How can I measure the frequencies of two analog input signals simultaneously?

    Hi
    I have two AI signals, and I need to determine the frequencies of those signals. The frequencies range from 1-125Hz. I currently have a VI where I can sample one of the signals for 1 second (sampling at 300 Hz for 300 samples) and determine the frequency. 
    I need to read two signals at the same time and get both of the frequencies at the same time, but I can only figure out how to read them individually, so I can read one signal, then one second later I read the second one, then I read the first one again, then the sceond one, etc..  How can I read two signals simultaneously?
    Thanks
    Attachments:
    FreqMeas11.vi ‏41 KB
    FreqMeas11.PNG ‏18 KB

    "at same time", this depends on the hardware, you can do as has been previously stated just set up a 2 channel acquisition and you will get 2 sampled waveforms back.  Most hardware A/D as multiplexed and true simultaneous sampling is not done.  At 125Hz this is not an issue unless you are interested in very small phase changes between the samples.  just keep this in mind if you are expecting samples to be completly synchronized.
    Paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • Size of the analog input signal

    Hi,
    very simple q how to protect my DAQ card from overvoltage. i mean, i produce some signal in my vi and i want to reduce it to max. say it 30V. how can i do this?
    thanx in advance
    vedran

    Hi vedran,
    I didn´t understand your question. Do you want to measure voltage and protect your card against the overvoltage or do you produce a signal with your DAQ card? Please tell me exactly what you want to do.
    PatrickB
    National Instruments Germany

  • Would anyone know how to program the Labview code for the following: Recording an analog input signal for 100msec and then repeating this 100 times in order to finally have an averaged signal (waveform)​?

    I have added a vi, but it doesn't quite work. Would be very grateful if someone could help, thanks!
    Attachments:
    Average_0411041_2.vi ‏77 KB

    The attached VI collects 100 ms of data and does a rolling average. Since your sub-VI were not included I created this from scratch. There are comments in the code. I hope this is what you need.
    Dirk
    Attachments:
    rollingaverage110x100.vi ‏47 KB

  • I'm not able to set Analog Input voltages, etc

    ok,
    so i have an NI DAQ I/O card (NI PCI 6723, or something to that effect) and i'm trying to configure the channels for Analog Input signals.
    when i try to choose any kind of setting for Anolog signal by:
    >>drop DAQ Assistant vi onto the block diagram
    >>>>choose Analog Input
    >>>>>>>Voltage
    i get this message "No supported devices found"
    i thought since I have the I/O card, i should be able to configure channels for both input/output.
    i also have ADAC card (from IOTECH) installed but when i look at MAX, i only see the DAQ card.
    i'm really confused at this point. can anyone break things down for me ... what i'm doing wrong?
    -r

    stuartG,
    you were right. so what i'm using for the input is a ADAC 5501MF from IOTECH
    following their manual (http://www.iotech.com/productmanuals/adac_lvi.pdf) it says that the ADAC-LVi libraries can be located at "Functions->User Libraries" palette of labview.
    does this mean that i have to install the ADAC-LVi driver in LabView->User Libraries directory?
    if that's not the case then i don't see why the ADAC-LVi is not showing up in the LabView User Libraries since i've installed the driver correctly (in C\Program File\ADAC )
    do you have any idea why?
    thanks
    -r

  • Switching of analog measurment signals

    Hello,
    in our LabView applications we have to measure several voltages and
    currents. We use a AT MIO 16 E 10 DAQ card, but it is not good enough
    for 2 voltages 2 currents. Therefore, we use exernal GPIB measuring
    instruments for them (Keithley 2000 a.a.).
    However, I think we could come along with only one Keithley 2000 since
    the timing is no issue (1 scan per sec is enough). I need some switch
    controlled by LabView that switches the analog measuring signals to
    two Keithley 2000 (analog) inputs (one for voltage, the other for
    current measurement, respectively).
    I found out that I can't do this with the DAQ card alone. I can't use
    the analog outputs since I don't want a A/D - D/A conversion included.
    Note that the measuring volta
    ges can be ~100 mV.
    But I could be wrong since I am actually a software guy so please
    correct me if this is possible with the DAQ card only.
    My idea is as follows:
    I could use the digital outputs of the DAQ card and connect them to
    some opto coupler or relais with TTL input. The opto couplers or
    relais would switch the analog measuring signals according to the
    digital outputs of the DAQ card and finally according to LabView.
    I couldn't find such a switcher board in the NI catalog. They have
    switchers, but they seem to switch voltages >3V only. But maybe
    someone suggests a board from another company which suits better.
    I just wouldn't like so much soldering my own board since my knowlege
    of opto couplers, relais and hardware in general is really limited.
    Best regards
    Johannes

    Hi Marcus,
    thanks for your answer.
    I was probably not clear about what I want. The solutions you suggest
    seem to be far to complex. As Nirmal pointed out, I actually only need
    high quality optocouplers, no more.
    On Thu, 25 Mar 2004 09:30:26 -0600 (CST), Marcus G wrote:
    >Hello Johannes,
    >It sounds like you're setting up a system that requires four analog
    >inputs (two voltage and two current), and you would like to use an
    >analog trigger to switch between which signals are measured.
    No. I just want to use the digital outputs of the DAQ card to switch
    optocouplers. The optocouplers will switch between several analog
    measuring signals. They should route these signals to one analog input
    of a Keithley 2000.
    >There are
    >several options of
    how you can set up such a system.
    >In terms of measuring the four analog inputs, you should be able to do
    >this with a DAQ card alone. Many of our cards, including the
    >AT-MIO-16E-10 (also called a 6020E), have 16 analog input channels
    >that have an input range of +/-10V.
    I don't want to measure the four analog inputs with the DAQ card since
    it isn't precise enough. The input range is too high for some of the
    analog inputs and the resolution is too low. Also, I can't modify the
    input range of the DAQ card at runtime. Therfore, we are using
    external instruments (Keithley 2000 a.a.) for the measurements. My
    idea was to only use one instrument for the four analog input signals.
    Then I must provide the switching between the four analog inputs. The
    idea was to control (switch) some optocouplers with the digital
    outputs of the DAQ card. The optocouplers should route one of the four
    analog signals to one Keithley 2000. I set the digital outputs of the
    DAQ card in the LabView program. Also, t
    he LabView program configures
    the Keithley 2000 and reads the measuring values from the GPIB. That's
    all.
    Regards
    Johannes

  • LabPC analog input estrange behaviour

    Hi,
    I have a LabPC board and I have found ?an estrange? behaviour when I connect an analog input signal to one channel (e.g.: to channel 0) and I leave the rest of channels open. I know this is not the way to do it, but I would like to know what?s happening !
    HARDWARE CONFIGURATION: RSE Mode, Bipolar Input, Gain=1
    PROBLEM DESCRIPTION
    EXPERIMENT 1: I connect an analog input signal (3 Vpp 1 Hz sinusoidal) to channel 0 leaving channels 1 through 7 disconnected (open). I open MAX, CVI or LabVIEW and acquire the signal on channels 1 through 7 and I measure in these channels a signal, which is the signal in channel 0 modulated with a 60 Hz sinusoidal (line signal). Of course, if I ground the corresponding channel the measured s
    ignal disappears.
    EXPERIMENT 2: I connect an analog input signal (3 Vpp 1 Hz sinusoidal) to channel 0 and another signal (1 Vpp 4 Hz square wave) to channel 1, leaving channels 2 through 7 disconnected (open). I open MAX, CVI or LabVIEW and acquire the signal on channels 2 through 7 and I measure in these channels a signal, which is the signal in channel 0 modulated with the signal in channel 1 and a 60 Hz sinusoidal (line signal). Of course and once again, if I ground the corresponding channel the measured signal disappears.
    QUESTION: I suppose this must be some kind of crosstalk, but with this frequencies ? I have studied the analog input stage of the LabPC but I haven?t found any explanation. So what?s happening ?
    Thanks a lot

    Thanks for your answer, but I can not agree with it. I would if I would be scanning through the different channels, but this is not the case. May be the problem is that I didn?t express myself properly. I hope the attached figure clarifies the situation.
    I have connected 2 signals in channels ACH0 and ACH 1, but I acquire only from channel ACH 2, which I left opened. In particularly I have acquired 100 points at 100 samples/s using LabWindows CVI?s DAQ_Op function from the Data Acquisition Library.
    In this case, the only signal path I can think of is due to the multiplexer?s off channel impedance. If we assume that an unselected channel presents an impedance, in this case channels ACH0 and ACH1 are unselected, this impedance would generate a crossta
    lk effect with adjacent channels due to their source impedance. What surprises me about this, is that we are talking about low frequency signals (1Hz and 3 Hz) and huge crosstalk levels (see measured signal in the attached figure).
    Thanks again
    Attachments:
    Dibujo.jpg ‏65 KB

  • How do I acquire multiple signals in the NI cDAQ 9172 using 2 analog input modules?

    Hi everyone,
    Is anyone familiar with using the NI cDAQ 9172?  This is my first time using it and I am not sure what exactly I am doing wrong... Alone with a NI 9233 analog input module, it works great.  I can grab my 4 signals from each channel and go.  However, when I add another analog input module to the mix, it gets an error.  It looks like it is reading only one and not the other.  It bombs at one of the DAQ start task and read task.
    Basically, the block diagram is just a double of the one 9233 working alone.  Is there something needed for input to make the 9172 working?  Any ideas?
    Any help is much appreciated.  Thanks!!

    Hi Jud,
    Both threads are correct.  The cDAQ-9172 has a single analog input timing engine, so both of your analog input modules will need to be in a single task.  The other VI you referenced shows one analog input task (with channels added from two modules) as well as an analog output task.  Analog output has a separate timing engine from analog input, so both of those can run in parallel independent tasks.
    The beginning of this thread is a good example; a single DAQmx Create Task followed by a DAQmx Create Virtual Channel for channels from each module.  Also, Getting Started with NI-DAQmx will give you the fundamentals for data acquisition, though I don't know how many of their examples use CompactDAQ.
    Regards,
    Kyle

  • How to get signal from analog input and send it to analog output (real-time​)

    Hi everyone,
    I am doing simple task in Visual C++ and I am using PCI-6221(37 pin).
    Basically, I want to send same signal from 'analog input' to 'analog output'
    at the same time (almost), to make it real-time application.
    Can someone please provide me sample program. 
    I would appreciate if you could provide me with the good tutorial which explains
    step by step everything about programing NI-DAQmx for C/C++.
    Best Regards,
    Khassan
    Solved!
    Go to Solution.

    This is my code in C++, you can optimize it if it looks too messy. This code reads signal from analog input and outputs it through analog output. 
    To make this code work additional  include directories and library directories must be added from NI.
    I hope it helps someone.
    #include <stdio.h>
    #include <conio.h>
    #include "NIDAQmx.h"
    #include <math.h>
    #define DAQmxErrChk(functionCall) { if( DAQmxFailed(error=(functionCall)) ) { goto Error; } }
    int main(int argc, char *argv[])
    int32 error=0;
    TaskHandle taskHandleRead=0,taskHandleWrite=0;
    int32 read=0;
    float64 dataRead[1000];
    char errBuffRead[2048]={'\0'};
    char errBuffWrite[2048]={'\0'};
    bool32 done=0;
    int32 written;
    DAQmxErrChk (DAQmxCreateTask("",&taskHandleRead));
    DAQmxErrChk (DAQmxCreateAIVoltageChan(taskHandleRead,"Dev1/ai0​","",DAQmx_Val_Cfg_Default,-10.0,10.0,DAQmx_Val_Vo​lts,NULL));
    DAQmxErrChk (DAQmxCfgSampClkTiming(taskHandleRead,"",100.0,DAQ​mx_Val_Rising,DAQmx_Val_ContSamps,0));
    DAQmxErrChk (DAQmxCreateTask("",&taskHandleWrite));
    DAQmxErrChk (DAQmxCreateAOVoltageChan(taskHandleWrite,"Dev1/ao​0","",-10.0,10.0,DAQmx_Val_Volts,NULL));
    DAQmxErrChk (DAQmxCfgSampClkTiming(taskHandleWrite,"ai/SampleC​lock",100.0,DAQmx_Val_Rising,DAQmx_Val_ContSamps,1​000));
    DAQmxErrChk (DAQmxStartTask(taskHandleRead));
    DAQmxErrChk (DAQmxStartTask(taskHandleWrite));
    while( !done && !_kbhit() )
    DAQmxErrChk (DAQmxReadAnalogF64(taskHandleRead,1,10,DAQmx_Val_​GroupByScanNumber,dataRead,1000,&read,NULL));
    DAQmxErrChk (DAQmxWriteAnalogF64(taskHandleWrite,read,0,10.0,D​AQmx_Val_GroupByChannel,dataRead,&written,NULL));
    _getch();
    Error:
    if( DAQmxFailed(error) )
    DAQmxGetExtendedErrorInfo(errBuffRead,2048);
    DAQmxGetExtendedErrorInfo(errBuffWrite,2048);
    if( taskHandleRead!=0 )
    DAQmxStopTask(taskHandleRead);
    DAQmxClearTask(taskHandleRead);
    if( taskHandleWrite!=0 )
    DAQmxStopTask(taskHandleWrite);
    DAQmxClearTask(taskHandleWrite);
    if( DAQmxFailed(error) ){
    printf("DAQmx Error: %s\n",errBuffRead);
    printf("DAQmx Error: %s\n",errBuffWrite);
    printf("End of program, press Enter key to quit\n");
    getchar();
    return 0;

  • The device PCI 6036E: Analog Input error:"the device is not responding to the base address",Output :No signal

    I am using PCI 6036E DAQ card, DAQ 6.9.2. , I have not connected to any external device.
    When I tested card(in Test Panel of MAX2.2,DAQ 6.9.2) an error appearing �the device is not responding to the base address� � then I pressed Yes, Then TestPanel window appearing�
    In analog Input Tag, there is an error �-10805�. This error also appearing when I run the standard analog input samples (use Delphi 6.0).
    I tested analog output functions in TestPanel, Delphi Examples, LabView 6.1. There are not error appearing but there is not output signal (using Oscilloscope to see).
    Output, Input digital functions are working correctly.
    Next I try to foll
    ow all the instruntions as recommended:
    -Changing TO another slots PCI
    -Reinstall Os WinXP,98SE�
    -Use another Computer�
    But all of the cases are still not working.(the above error still appeared, no output signal)

    Nvd,
    I'm sorry to hear about the problems that you are running into with your DAQCard. I can understand your frustration with the errors that you are seeing. You mention that you have tried to do some troubleshooting, I was wondering if you have tried all the troubleshooting techniques listed in this KnowledgeBase:
    http://digital.ni.com/public.nsf/websearch/DCFCDB240788F8D486256D6A00834D80?OpenDocument
    If you have tried all of those things, I would suggest one additional thing to try. I would suggest updating your NI-DAQ drivers to version 7.0. These drivers are the newest versions of our Data Acquisition Drivers, and can be downloaded from our website here:
    http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C128D?OpenDocument&
    node=132060_US
    If you have tried all of the above troubleshooting options, please post a detailed description of what you have tried. This may help to clarify what is going wrong.
    Jed R.
    Applications Engineer
    National Instruments

  • How do I get a 100 V 100 Hz signal into a NI PCI-6111 analog input?

    I have a 100 volt 100 Hz signal that I want to bring in on NI PCI-6111 analog input (+/- 5V input). Is there some small off the shelf transformer or other type of signal conditioning I should use? Basically I just need to time stamp other analog inputs with this one coming on.

    The PCI-6111 has a built in attenuator to allow up to 42V inputs. In order to read 100 volts you will have to use some sort an external attenuator. National Instruments offers several different modules and terminal blocks in the SCXI form that would accomplish this.
    I would recommend reading through this KB for more information.
    http://digital.ni.com/public.nsf/websearch/38AEFF122C8D732F8625629800519927?OpenDocument
    I hope this helps.
    Joshua

  • Extracting time info, incompatible array type (1D array of waveform to waveform), analog input source

    Dear All,
    I have the following problem, if anybody can help I will be more than
    grateful.
    I have a signal generator to create sine waves and in my vi I am using
    Analog Input vi (configure, start, read vi ) to acquire this sine wave.
    I know I can have the voltage values and time information written in a
    text file, but I want to get them in the vi and use the time
    information to trigger an other event. Using a for loop and creating
    time values are not helpful since the timing is critical for an other
    event.
    When I wire the waveform output from the Read vi to "Get waveform time
    array.vi" or "Waveform to XY pairs" it is giving me a "You have
    connected an array to its element type" error. I am guessing the Analog
    Read vi thinks that there are several waveforms.
    Using index array.vi helps fix broken wire between Analog Read.vi and
    Get Waveform Time .vi but it does not allow getting true data from Get
    Waveform Time Array.vi. I mean all the time array is filled with 3.224
    E+9. My vi is attached. Same case is true for also Waveform to XY
    Pairs.vi. I mean all of the xy pairs are same and some funny numbers.
    Anyway here is my vi:
    http://ilter.gercek.info/time.vi
    Thank you very much for your help.
    Best wishes,
    ilter

    Time stamps are the number of seconds since 12:00 a.m., Friday, January 1, 1904.  And, 3.224E9 is a
    bit over 102 years.  You can use the functions on the Timing palette to
    get these numbers into something a little more meaningful.

  • Analog inputs no longer working on Audigy 2 ZS Platinum Pro's external dr

    I have an Audigy 2 ZS Platinum Pro. After two years of use without problems, the analog inputs on the external dri've have stopped working. I get no signal from them, not even noise. All 3 inputs are silent, Line in / Mic and Line 2 in the front, and Line 3 in the back. Otherwise the dri've appears to function normally - I get output from the headphone jack, and the volume control knob works. I have not tested digital inputs or outputs, as I currently have no digital devices to connect to them.
    I had made no major changes to my computer - software or hardware - when the problems began. I recently added a new SATA hard dri've, but the Audigy dri've did work after that.
    I've taken steps suggested in another thread on this forum and uninstalled all Creative software and drivers, used the latest driver package's uninstall program as well as Driver Cleaner, and finally manually deleted everything related to Creative and Audigy from the system registry (and rebooted quite a few times in between). I then installed the original drivers from the CD that came with the sound card (a setup that has worked before), but still the problem persists.
    Any ideas on where to even begin looking for a solution? I find it hard to believe that it's a hardware problem, since three inputs suddenly went silent at the same time, and no other connections were affected. Yet I've done as clean a reinstall as possible, and that hasn't solved the problem.
    My current computer configuration:
    OS: Windows XP Pro (SP2 and all latest updates)
    CPU: Athlon XP 500+
    RAM: 2x 52 MB
    Motherboard: Abit AN7 (integrated sound chip disabled)
    Video card: Sapphire Radeon 9800 Pro
    Network card: D-Link DFE-530TX
    Hard dri've : Seagate ST320026A, 20 GB IDE
    Hard dri've 2: Maxtor 6L080J4, 80 GB IDE
    Hard dri've 3: Seagate ST330083, 300 GB SATA-II

    I don't have a Platinum Pro or the dri've, but a general hardware troubleshooting step I would take would be to remove the soundcard and either move it to another slot or re-seat it. Also, I'd disconnnect and reconnect all cables to and from the card and the dri've. If I had another machine I could try the card or dri've in, I'd do that. If I could borrow another dri've or even another card, I'd test those too. (Swapping parts is often the simplest diagnostic.) Yeah, maybe it's not a hardware problem, but I'd take these steps just to rule out some possibilities.
    Edit: And if you can remove or disconnect the SATA dri've and restore the system to the condition before you installed it, that's another good test.Message Edited by Katman on 2-8-2005 2:56 AM

  • How do I use the analog input (ADC) to drive a motion profile in MAX

    We are trying to use an anolog input signal from a DAQ card to control the motion contol axis.  For now, we want the motor speed to follow a sinusoidal voltage waveform, and later on, we will be using a more complex velocity profile. 
    In order to accomplish this task, we have searched the user forum, and found information suggesting to operate the servo motor in 'slave' mode under the 'gearing' option.  Therefore, we have set the Gear Master to 'ADC Channel-1', Mode set to 'absolute', Gear ratio 1:1, and provided the sinusoidal voltage (+/- 5V, 3 Hz) to the AIN1 connector on the MID-7654 controller.  When using the 1-D Interacitve 'single axis' control panel, the motor runs at constant speed in one direction only.  It does not react to the sinusoidal speed profile request as we expected. 
    How do we 'turn on' the 'slave' mode in MAX?  Please talk us through the necessary steps and settings?  Thanks.
    Staffan

    Staffan,
    you can configure and enablethe Gearing mode in MAX and it should be activated after saving the settings and initializing the board. In 1D-Interactive you can't use Gearing. For better flexibility I recommend not using MAX for configuring and enbling Gearing. You better should do this in your application.
    In fact there is a perfect LabVIEW-example that ships with the NI-Motion driver (Master Analog Input - Slave Axis Gearing.vi)
    I hope this helps,
    Jochen Klier
    National Instruments
    Message Edited by Jochen on 10-02-2007 08:37 AM
    Attachments:
    gearing.jpg ‏162 KB

  • Does Mini Displayport to DVI adapter support analog VGA signal?

    I'm just about to buy a macbook pro. Since the MDP (mini displayport) to DVI and MDP to VGA adapters are £20 a pop, I can only afford to get one. Obviously DVI is better in general, but VGA supports more older hardware, CRTs, and the spare VGA input on one of my displays (where the desktop uses the DVI).
    What I'd like to know is does the MDP to DVI adapter also support the analog VGA signal on certain pins (like most physical desktop DVI ports do)? If it does, since I have about 3 or 4 DVI to VGA adapters lying around, I can get the MDP to DVI adapter and use the DVI to VGA adapters with it if necessary, but if it doesn't I might be better off getting the MDP to VGA...

    No. Unlike DVI, which in the DVI-I configuration has both digital and analog pinouts, DisplayPort (and mini-DisplayPort) are purely digital. Mini-DP to DVI then DVI to VGA will not work. If you look carefully at the Apple Mini-DisplayPort to DVI adapter, you'll notice it's a DVI-D connector - digital pins only.
    The Apple mini-DisplayPort to VGA adapter contains a digital-to-analog converter.
    So, you'll have to choose. If you want VGA, get Apple's mini-DisplayPort to VGA adapter.

Maybe you are looking for

  • HardDisk almost full suddenly on a Desktop 3000 S200 Vista

    Would someone be kind enough to give me a hand?  My Desktop is Lenovo 3000 S200 (9684-A24)  running on a Win Vista. The system was purchased 5 months ago.  I haven't kept many files or install much software.  But the hard disk, originally having a 32

  • JNDI hanging when trying to BIND

    We are currently having problems with our application hanging when it tries to obtain LDAP context. I have attached a thread dump. Once all the threads start hanging the weblogic server cannot do any work and needs to be restarted. Any help would be

  • XI: synchronous messages can be archived?

    Hello, in XI-PI can we archive synchronous messages (BE)? Regards, Olivier Fillatreau

  • How to config CRM and BW for IIS SOluction Database

    Dear Sir, We upgrade CRM2.0c to CRM 5.0- and solution Dtabase is not working, I don't know how to config, some person said that it need to config from CRM and BW for this features. Please kindly advise. Thank you and best regards, Vimo

  • Lookup properties not configured correctly

    Hi, I have configured lookup query ,in which I am taking value from the RO form data like below. UD_IDMSP.UD_IDMSP_IDMS_VERSION = '$Form data.UD_IDMSRF_IDMS_VERSION$' Although the resuls are coming as expected I am getting "Lookup properties not conf