Thermocouple scaling incorrect in Veristand?

Hello, I am using the PXI6289 to control an SCXI1102 AI card with the SCXI1303 terminal block.
VeriStand's channel scaling appears to be incorrect for at least K type thermocouples. When I provide a controlled 0.1 mV voltage, I expect to get about 25C reading. However, the scaled value ends up being 480-520C instead (and oscillates wildly as if there is a large gain on some small voltages).
I have checked the hardware by using MAX to test the devices and read the temperatures, and the results through this way is fine. I also get close to the right temperature by entering the K type polynomial's first few coefficients.
Also, on a related note, I am not sure how to point to the cold junction compensation temperature signal. When I choose "IC" which I assume means "internally compensated," it asks me for a channel, but the CJC temp channel does not show up in the channel list. The CJC temp channel does show up in MAX.
Has anyone verified the thermocouple scaling in Veristand? How do I access the CJC temp channel through VeriStand. Thank you.

Hi Harris,
I assume that you are using NI VeriStand 2009, right?
There is no way in System Explorer (SE) to
configure other types than voltage or current. In your case, there are
basically two workarounds to go with.
Option 1 is the more
accurate one, whereas the effort to get to it is higher than option 2,
which is just an approximation.
Therefore, you might want to not bother
reading option 1 but go directly with option 2.
If you still want
to get a fairly accurate value for option 2, you could only read the
internal channel, calculate the temperature and set up a user channel
like I describe it under option 2.
Option 1:
In
the SE add an 'Internal Channels' to your cDAQ. In case of the 9211 the
internal channel that we need is called '_cjtemp'. Once you have
created the internal channel for your cDAQ1Mod1 device, check out in the
pull-down list if there is a channel that is called _cjtemp, if not,
just start typing a new value in the pull-down list. The returned CJC
value is in volt, which means that you have to convert it to a
temperature. In order to get the convertion use a calculated channel.
The following VI will help you out to get the formular right:
<LabVIEW>\examples\CompactRIO\Module Specific\NI 9211\NI 9211
Support Files.llb\NI 9211 Convert to Temperature (Calibrated).vi. This
VI is used by FPGA though, which means you gotta strip out the binary
conversion. At the end the result should be the same: Temperature in
Celsius. The last step of this calculation is to take this result and
divide it
by 100
Option 2:
Create a user channel and set its
value to a general ambient temperature divided by 100.
In
both options, the final value of C needs to be divided by 100 which is a
specific step that is required in order to use the 'Channel Scaling and
Calibration' tool (this tool is acessible through the Workspace). In
the Channel Scaling and Calibration tool, pick the AI channels of the
9211 module (right now, it is only possible to pick one channel at a
time though). On the 2nd page you may fill out the cal information if
you feel like, if not just proceed on to the next page, change the scale
type to 'Thermocouple' and click next. Specify your thermocouple type
and the units. Set the CJC type to IC sensor and pick as CJC sensor
channel the SE channel that contains the final result (value in celsius
divided by 100).
I know, all these steps sound
ridiculous for just measuring temperature. We are looking into it to
improve the workflow asap though.
Thanks,
Tom
http://www.newgistics.com

Similar Messages

  • Muse site scaling incorrectly on laptops

    I built a site in Muse and so far it seems to work on desktops, tablets, and smartphones, but for some reason will not work on laptops. On laptops it is extremely scaled up and crops off all my links at the bottom of the page. I Have sent the site to a few people. THey have all checked their devices and have only found issues with their laptops in displaying the site. Not sure what the issue is. If there is a fix in Muse, please let me know. I would really not prefer to shrink the site down in muse to accomodate the laptops because I am afraid it will shrink it on desktops, tablets and phones as well. Tried in Firefox and Safari and chrome. All have the same issue on laptops only. When I try to scroll on the page to reveal more of the page, the sliders move but the page doesn't.
    Any guidance appreciated.
    Here is the site: www.mikepnelson.com
    *mike

    This is so annoying! Why does Muse not scale a web site created on a desktop computer, not scale down when viewed on a laptop?
    Has this problem been sorted yet please?
    Ron

  • My thermocouples reading are incorrect

    I am acquiring temperatures using type-J thermocouples with PCI-6033E and SCB-100. I have created a virtual channel for each thermocouple and I also have a channel for the CJC that I tested and it works ok. I am running the channels in differential mode which is the mode of the board. I have also 27K resistances between the negatives and the AIGND.
    The thermocouples give incorrect readings. For example, if I move one thermcouple signal from one channel to another, it gives totally differnt readings.
    Another example is that sometimes the readings are ok while other times the readings are wrong without modifying anything in the circuit. Am I doing something wrong or what?

    I am using the board (PCI-6033E) to measure 24 signals, 8 of them are for thermocouples. All the remaining signals are working properly. So, I don't think there is something wrong with the board. I did also the on-line calibration test for the board and it turned out to be ok. It's only the thermocouples that cause me problems. Now, 7 of the thermocouples are giving me correct values while the 8th one is giving me unphysical values eventhough it was working ok some time ago. (same signal, same channel, same everything).
    Regarding the interchannel delay, I'm sorry but I am new to LabView, How can I set the interchannel delay?

  • Instrument readings in Veristand with a remote system

    I am new to National Instruments hardware and Veristand and I'm trying to use an instrument with Veristand to see if I can get readings from that instrument. I am using a PC with Windows Vista and I'm connected through a network to a PXI 8108 controller in a PXI 1050 chasiss. The instrument is just a thermocouple which I am using to get familiar with everything. The thermocouple is connected to the SCB-68 connector block which is connected to a PXI 6221 multifunction DAQ in the chassis. I am able to create a task in MAX under remote system and everything seems to work. What I want to do is to get the readings into Veristand, and I'm not sure if I need to create a custom device that is linked to the DAQ somehow or if there's some other way to do this. I've created the DAQ device in the system explorer but I don't see any way of linking it to the actual DAQ device on the remote system. I'm wondering if someone can help with this. 
    Any advice is appreciated.
    Thanks
    Solved!
    Go to Solution.

    You can read your thermocouple channel value directly from VeriStand, but the process is different than using MAX.
    In System Explorer, add your DAQ device that is cabled to your SCB-68. Make sure you specify the same name (i.e. "Dev1") that is in MAX. Also make sure you've imported the device channel that is hooked up to the thermocouple (i.e. "ai0"). There's no way in System Explorer to specify that this channel should have thermocouple scaling. VeriStand will initially sample this channel value as a raw voltage value. You can, however, set the high and low limit for this channel to something small like +/- 1V, since thermocouples have very small readings.
    You add the scale to your system separately after deploying the System Definition you created to the RT Target. You do this by connecting to the target using the Workspace and selecting the Workspace tool from the Tools menu called the Channel Scaling and Calibration Manager.
    In this dialog you will see your DAQ channel listed. Navigate through this dialog to assign an appropriate thermocouple scale to your channel. Once this is done, the target will remember the scale for this channel until you overwrite it.
    Let me know how this goes...
    Jarrod S.
    National Instruments

  • Yoga 2 Pro- Best browser in your experience​? (Image Scaling)

    As many of you Y2P owners have no doubt noticed, a number of third party apps look... off when viewign them on the Y2P because the screen is a higher resolution than they're optimized for. Unfortunately, Chrome is one of those apps. Considering that I've been on Chrome on the mac I used to use (Just switched to Windows with the Y2P) and the android phone and tablet that I own, I was hoping to keep that going here on my Y2P. Sadly, Chrome doesn't quite scale right with everything , particularly text, looking fuzzy in desktop mode, and that being the case I've switched off of it.
    At this point, the only two browsers that seem to scale correctly are IE 11 and Firefox, though I'm open to suggestions for other options that I'm not aware of. To my fellow Y2P owners, do you use Firefox? IE? Or just suck it up and use some third party borswer, odd scaling and all? I'm using firefox, but for whatever reason it chooses to load certain webpages completely, then immeadiately redirect me to that website's "page not found" screen, and Youtube thumbnails are still scaled incorrectely and therefore are borderline unuseable so I'm debating just dealing with IE since IE 11 isn't nearlay as bad as everyone says, but I wanted to post here and see if any others had some suggestions.

    hello. ooooh. kaiser121 i like to try browsers. i am not a yoga user, but we are all browser user. The central browser becomes more important every day. i am so surprised that someone has not ripped off a long wikilist of browsers to try! direct recommendation is risky ? in public forum? with ie10 ie moved to the top again in my book. ie11 lately is letting me down. firefox just became usable again when it hit v.29 There has been many version changes since the first post open. recently i think f irefx 31 was better page control than 33. i prefer k-meleon. I cannot report on yoga view, but i will mention some browsers that can always appreciate feedback on any. Opera was changing its engine when you tried it. things change quickly. what do you judge? will convenient use of zoom help any of you? does full screen [F11] suit any of you? (if you are learning new habits then maybe full screen is for you) in F11 you cannot tell what browser you are in; it just works. font style and size make difference? using Modern version? desktop version? so resizing is a major concern? there is more specialized browsers than these. some security configuring and some include file manager. I'd like any comment about liking any one.
     What is looking best on your yoga today?
    k-meleon(74), qupzilla(1.8.4), slimboat(1.1.53), OperaNext(26)
    can hardly believe kept list to four. what is on your trial list that you can tell us about?
    find joy.

  • SWF not scaling correctly

    Hi, I'm new to the OSMF and have a question about swf scaling. I've done exhaustive searches with every search engine I can think of and haven't found an answer, so I'm posting here in hopes that I can get this resolved quickly. Here's my situation.
    I'm using the OSMF to loop through swf, images, and movies. I'm using a serial element and letting it scale contents up to the size of the MediaPlayerSprite. The first time each swf is loaded, it is scaled incorrectly. The 2nd time through, the swf gets scaled correctly.
    I'm assuming this is because the scaling is happening before it the metadata for the swf is loaded. I have no guarantees that I can ask that a swf be made in a certain manner, so adjusting the incoming swfs is not an option.
    I've tried numerous workarounds with little success. Is there any way to preload the swf so that I have metadata by the time the OSMF needs to play it? Also, any other solutions would be welcome.
    Thanks
    Robert

    Jared,
    (First time poster too!)
    I've got the same problem and no amount of anything I've
    tried has worked.
    However, there is a work around - bit of a pain but it
    works...
    Publish your fla to Flash Player 6 and then insert you swf
    into Captivate 1 (one). Save it then open Captivate 2 (two) and
    open the previous saved Cap1 file - accept all the dire warnings
    about overwriting etc and it works. Not tried inserting Cap1 files
    in the middle of a Cap2 movie yet but I'm sure it can be made to
    work.
    Adobe - please tell us there's a fix coming out for
    this...

  • Live corners disappear after scaling shape

    The Live Corners feature is welcome in Illustrator 17.1, but I find that it works inconsistently. One issue that I've isolated is that scaling a path makes the live corners disappear.
    To reproduce:
    Create a rounded rectangle
    Select the path
    Click the direct selection tool to verify that Live Corners are present
    Click the selection tool
    Scale the rounded rectangle (say drag up from the scale point in the middle of the bottom side)
    Click the direct selection tool - where are the live corners?
    Is that a bug? Is that a design choice?

    I'm trying to use live corners, but I too get the shape scaled incorrectly . If I create a square and create rounded corners with the DS arrow, that's fine. but if I want to make the square a rounded rectangle, the live corners distort. This is the same behavior as the rounded rectangle tool. it only keeps the "Live Corners" live if you scale it proportionally. I thought the reason to have a feature called LIVE CORNERS was to keep corners LIVE-even after scaling. The Stylize filter works better at this. Am I missing something? I hope so, because Photoshop does rounded corners better this. I thought the whole reason for the "live corners" was to FINALLY have this available in Adobe's main vector-drawing tool, Illustrator. Maybe this feature is not fully realized.

  • Photo subject cut off in Apple TV

    I use Adobe Photoshop to manage my photos before having them sync'd to Apple TV. In many cases the subject of the photo is cut off (heads, etc) when i display them via Apple TV. Yet in screen saver mode they display just fine.
    Would this having anything to do with cropping photos in Photoshop and changing their size ?
    Thanks in advance for any advise ?

    I'm a PC user. After my photos are processed in Adope Photoshop they are automatically uploaded via ITunes to my Apple TV. The photos are fine in Photoshop and in Apple TV screen saver, but many have heads cut off when I view photos in Apple TV.Sorry! Should have paid more attention. Certainly blows off my original thoughts. To what aspect ratio are you cropping? May I assume you the Burn's Effects turned off? From looking at my 2:3 files, it appears TV display portrait orientation with height "scaled to fit" with "keep aspect ratio" on. Landscape photos also appear to do the same so width exceeds the width of the screen. So I'm not getting any "half head" displays. On the other hand, someone else was complaining that files were sometimes rotated incorrectly possibly based on info embedded in the file by the original camera. Am now wondering if any of these photos were rotated in Photoshop and TV is scaling incorrectly based on embedded info rather than physical orientation as modified in Photoshop. Could you check on this?

  • Thermocoup​le not reading correctly using SCC-TC01

    We have set-up several thermocouple inputs that are conditioned by SCC-TC01.  These are professional grade thermocouples of type J and K.  It appears that the the readings from the thermocouples is incorrect (-1.15 mV at room temperature).  This means the temperature it is reading is negative.  We tried switching the positive and the negative, but the reading is still negative.  The gain through SCC-TC01 appears to be 100 so we tried to correct the measurement that way, but it does not seem to work (we tried multiplying and dividing by different powers of 10).  We thought that maybe the thermocouples were faulty, but using new did not correct the problem.  We have been successful in using the same data acquisition board in measuring other signals such as for load cells, so this problem with the thermocouples is puzzling.  When we increase the temperature around the thermocouple it also does not appear to respond as significantly as it should.
    Thanks,
    Rob Jackson

    Hi Rob,
    You mentioned that the offset voltage you had to provide in your program changed each time you started the VI, and indicated that this was possibly due to changes in ambient temperature. This would be compensated by the CJC sensor, which is built into your SCC-TC01. Since MAX does not allow you to select the built in CJC Sensor, the SCC may be configured incorrectly, possibly due to the SCC-TC01 being assigned to the incorrect port or some other mistake. You did not mention in your previous post the results of going through the quick start guide and ensuring the configuration is correct.  This would be a helpful trouble shooting step. Since the device is for signal conditioning, if the configuration is off, the resulting data will be off.
    You had also mentioned that you are using the “new” LabVIEW routines. If you are referring to programming with DAQmx instead of Traditional DAQ, this will not be a concern. In MAX, where the test panels are being run, it does not matter if you were using DAQmx or DAQ, since the test panel is looking at the actual hardware.
    I hope that this helps. Please let me know if you have any further questions I can clarify or if this solution does not take care of your missing VI issue. Thanks-
    Mallori M
    Mallori M
    National Instruments
    Global Customer Education Program Mananger
    Calculate the time you will save with NI Training

  • Photo count is off using apple tv

    I have 99 photos in mt project file in aperture. Apple tv only shows 83 and displays 83 photos. Anyone have this issue?

    I'm a PC user. After my photos are processed in Adope Photoshop they are automatically uploaded via ITunes to my Apple TV. The photos are fine in Photoshop and in Apple TV screen saver, but many have heads cut off when I view photos in Apple TV.Sorry! Should have paid more attention. Certainly blows off my original thoughts. To what aspect ratio are you cropping? May I assume you the Burn's Effects turned off? From looking at my 2:3 files, it appears TV display portrait orientation with height "scaled to fit" with "keep aspect ratio" on. Landscape photos also appear to do the same so width exceeds the width of the screen. So I'm not getting any "half head" displays. On the other hand, someone else was complaining that files were sometimes rotated incorrectly possibly based on info embedded in the file by the original camera. Am now wondering if any of these photos were rotated in Photoshop and TV is scaling incorrectly based on embedded info rather than physical orientation as modified in Photoshop. Could you check on this?

  • PDF printing incorrectly (unintentional cropping and scaling)

    An 11x17 PDF prints correctly from 3 different computers in our office. It prints incorrectly from MY computer, as well as our client's computer in a different office. Although the PDF looks perfectly fine on the screen in Adobe Reader, the print scales itself to be larger (or smaller) than its supposed to be, causing unnecessary cropping (or extra white space) in the printed image.
    The computers that are able to print it correctly sent the PDF to the same printer that my computer did. Also, at least 1 of these computers has the same version of Adobe Reader as mine (7.0), and was using the SAME EXACT print settings when sending it to the printer:
    Choose paper source by PDF size was checked.
    Page Scaling was set to None.
    I do not know the Reader version or settings of my client's computer.
    I do not know if this matters, but the PDF was created through AutoCAD using an Adobe plotter that creates a PDF of the layout/paperspace.
    What can possibly account for the radical differences in prints from the SAME PDF?

    ...saved it as a PDF and when I print it out...
    Are you printing from Illustrator or Acrobat (or Reader)?
    I have checked all settings in the original file, the PDF and in the print properties for my printer and made sure that anything referring to automatic scaling is turned off.
    What about in the print dialog in Reader or Acrobat (if that's what you're printing from)? Have you selected any page scaling options, like Fit to Printable Area or Shrink to Printable Area?

  • Third party transitions incorrectly scaling footage

    I am working on a PSA that is largely made up of still images. I am experiencing issues with multiple third party plugins (Boris and Coremelt, mostly) when setting up transitions. Here is the problem:
    Track 2 has an image that fills the frame. Track 1 has an image that does not fill the whole frame (pillarboxed). I want to set up a transition from V2 to V1, but during the transition, the image on V1 is stretched to fill the frame. After the transition, the image is fine.
    I seem to have fixed it in certain circumstances by nesting the image, then selecting that video track as the incoming track. (In one instance, the nest on V2 was read by the plugin as being V5, and if I tried to change the selection to V2, it kept V5 selected. If I selected V1, it switched to V4. What?)
    It also occurred with a video clip on V1. The video filled the frame, but during the transition, the video was scaled up. After the transition, it was back to 100%.
    It only seems to be a problem with plugins in which I need to select the track to transition to. The plugins that only affect the top track don't seem to be a problem.
    Has anyone experience a problem like this before? Any advice?

    I can't talk to coremelt, but I use Boris.  Boris will determine what the sequence format is and will use that for all clips in the sequence. For a transition to work, the incoming and outgoing clip have to have the same format. That's why what you identify as incorrect scaling is occurring and only affects the images during the duration of the transition.  When you apply a 2 second transition, the program takes 1 second from the outgoing clip and 1 second from the incoming clip and creates a new clip 2 seconds long to fill the gap.  That's why the issue only shows during the transition.
    If I understand what you are trying to accomplish overall, you are making this far to complicated.  For Boris, the still image used as a PIP doesn't have to be on a Premiere track.  You place the Boris effect on the background clip in premiere.  Open the Boris effect controls.You create a media plane above the background.  click on the image icon for that plane and browse to the image you want to use as a pip and click.  That image should now show above the background in its original size.  Use the transforms for the pip media plane to size and position the pip and apply borders or shadows as you see fit.  keyframe the opacity on the pip media plane to fade in and fade out the pip as you need.  If the pip image resolution and pixel ratio differ from the background, you can change the values in the pip image track properties.
    If you don't want to effect the whole duration of the background clip, place transparent video clips of the desired length on the preniere track above the background track and apply the effect to the transparent clip.

  • Incorrect output scaling on Officejet 7612

    I bought this printer last weekend and it has installed fine.  I have updated the drivers and it will both print and scan.  But I have found that the print output is incorrectly scaled.  I have a PDF document that contains a 12" line that is printed only 11.6" long.  The problem is the same both horizontally and vertically.  I can fix the problem by setting the print scaling in the Adobe Reader to 103.9%.I had planned to use this printer for my landscape designs but without an accurate output, the printer won't be acceptable and will need to be returned.My plans are generated using Vectorworks and the same problem occurs there so I know this is not an Adobe problem.

    The paper type does not matter. The size of the paper does not matter. Choosing borderless or not does not matter. Ditto for margins. I tried it any number of ways and the scaling still came out wrong.
    I set up a layout with the certificate at a specific size and to print on letter sized paper. I saved the document as a PDF and printed out a sample of it where I work, in this case, on a Ricoh laser printer. It came off that printer scaled to the proper size with nothing cut off. Is there an understandable reason that it would not print out at that same correct size, on an 8.5 X 11 sheet at home on this color inkjet? I used both Acrobat Reader and Acrobat Pro, and it still was not correct. I actually had to "fudge" the percentage at the Acrobat Pro stage to even get a print I could use! Even it wasn't an accurate size.
    If there is a solution, I want to know. If this is an issue that hasn't been resolved, it urgently needs to be, for the sake if anyone who spends money on HP printers in the future, and expects to complete a project with accurate results, without hacking.  Hacking is not a solution, it is a disappointing workaround.
    If it's a driver issue, it should be fixed. If a bug that was not fixed, has it been fixed since? Do HP's new printers all do the same thing or are some printing properly to scale and others not ? Please inform me what HP's expectation is for this particular model. Finding that this machine cannot print properly is not acceptable and the product should either be fixed or discontinued.

  • Thermocouple gives large incorrect reading.

    Simple setup: type T thermocouple connected to a SCXI 1320 on a SCXI 1121 with the SCXI 1000 chassis. The chassis and the module are already recognized by the computer and the PCI-MIO-16E-4 card. The test virtual channel under Data Neighborhood (which is configured for T type, Referenced Single Ended, correct channel) outputs a reading of -6.1498e+008, which is slightly wrong since the thermocouple is at room temperature. Please help me.

    Greetings Second Alias,
    I would suggest to test a voltage source initially to see if you are able to read a correct voltage. Connect a voltage source across CH+ and CH- of the 1320 (or just short CH+ and CH- and connect one of the terminals to chassis ground in order to ground a channel). Then run a test panel on the PCI-MIO-16E-4 and enter the SCXI channel string to point to the correct channel on the SCXI-1121 (see link below for help on the SCXI channel string).
    Valid SCXI Channel String Arrays under LabVIEW
    http://digital.ni.com/public.nsf/websearch/6FC83B7AC9ACA5788625615B00823D65?OpenDocument
    If you are able to read the correct voltage, then you know you have all of the hardware correctly connected.
    Next, I would make sure you have added the SCXI-1320 terminal block as an accessory to the SCXI-1121. The SCXI-1320 has a CJC sensor that is used to read thermocouples. I would test the CJC within the test panels of the PCI-MIO-16E-4 by entering the correct channel string (if the 1121 is in slot 1 the channel string for the CJC would be "ob0!sc1!md1!mtemp"...see link below for more info. on CJC channel string). At room temperature, you should read around 0.25 V from the CJC.
    How Can I Address and Use Cold Junction Compensation (CJC) with SCXI Modules?
    http://digital.ni.com/public.nsf/websearch/5CA3A774944DDBD8862564EB0060234B?OpenDocument
    If you are reading the correct value for the CJC, then I would go back to testing the thermocouple. Make sure you are using "built-in" for the CJC within the virtual channel.
    If you are still having problems, I would double check the jumpers on the SCXI-1121 to make sure they are configured correctly. Make sure the gain and filter jumper settings match the settings in MAX. Information on the jumpers can be found in the SCXI-1121 user manual.
    SCXI-1121 User Manual
    http://digital.ni.com/manuals.nsf/webAdvsearch/1CE36FBE36308E478625680800547C9A?OpenDocument&vid=niwc&node=132100_US
    I hope this helps.
    Regards,
    Todd D.
    NI Applications Engineer

  • Incorrect thermocouple reading

    I've got a NI PXI-1033 with a NI TB-2709 block and I'm running Labview 9. I'm simply trying to read the ambient temperature with a thermocouple from any of the eight channels. Unfortunately, when I look at the reading in the Measurement and Automation Explorer task menu the value oscillates around with the difference from the peak to valley of about 50 deg C. I've tested the thermocouple on a multimeter and it gives a good reading. What's wrong. Please help.
    Solved!
    Go to Solution.

    It looks like you might have a ground reference issue.  Check whether you have a differential signal or a ground referenced signal and check that the setup in MAX reflects this.  Otherwise, you are measuring a voltage with reference to another voltage that is not attached to anything.  You measure a strange signal, because there is always loose cross-talk and this unattached reference is loosely tied to something, but as charge moves around, this reference shifts.  There are some good knowledgebase articles about single-ended (referenced and unreferenced) and differential measurements on the ni.com site.

Maybe you are looking for

  • Error calling Method on Managed Bean from another Managed Bean

    Hi (Jdev 11.1.1.2.0) Help please: I have a managed bean (page flow scope) which is used by my main page for dynamic region flow navigation: *public class RegionNavigationBean implements Serializable{*+ private String dynamicTaskFlowId = "/WEB-INF/hom

  • Restore content from Apple TV to HDD

    I've been synching content between the Apple TV and an external drive. The external drive failed. Does anyone know if you can restore the content from the Apple TV back to a new hard drive array?

  • How to read data from a function exit

    Hi friends, I have a requirement, where in i am creating a screen exit for ME51N.I am using MEREQ001 enhancement for this.It is working fine, but i am to get data in to this so as to write any code.For that i am using the function exit EXIT_SAPLMEREQ

  • Error occured installing ios 8.0 on ipad2

    Hi support user, I am trying to update my ipad2  to ios 8.0  without using using iTunes. Update simply fail with a indication as ' error occured installing Ios 8.0', i have tried deleting the update file and downloading it again but still the same er

  • Display a variable "hierarchy node"

    Hi all, My report have a type of variable "hierarchy node" The user would like see the level of selection on the report.  I use the "filter pane item", but the selection doesn' t display. Can you help me ? Thanks Céline