Need help recovering data of the target in real time. Using NI 9233

I have a cRio-9012 with 9233 module. I have recently setup of the software for the computer and the target. I have also gone through and set up the "NI 9233 start-up scan mode" to use on my controller. However I couldn't really get the execution of vis data. Could I have missed?

The VI is executed, but it reads zero while I use an accelerometer (Wilcoxon research model 797-33).

You should consider the specific\ni of Labview\examples\compactrio\module 9233\ examples.

Tags: NI Software

Similar Questions

  • Register the event on the target in real time using LabVIEW 2012

    Hi all,

    It seems that LabVIEW 2012 RT does not support user events. Screws are not in the range of function and the help of LabVIEW says that it is not supported. In LabVIEW 2010, everything seems fine.

    That's happened? We need this feature.

    Thanks in advance.

    Hello

    Thank you very much. We will use this workaround, which is not a lot of work if you know what to do. Develop a VI on workstation and the execution of switching left target to the low edge also implements the correct block as well as feature diagram objects.

    This can be fixed in the next patch-Patch because a lot of users could by irritated by this behavior?

    Thank you

    Tyler

  • Browse the contents of the hard disk of the target in real time

    Hello

    Is there an easy way to browse the content of the hard drive on a real-time target by using the file path control (or another type of control)?

    What I have in my application is a PC real-time desktop (running on PharLap) who has a Main.vi running on it. There are a few configuration files (for this VI) I want to be able to read and record to that would be stored on the hard drive of the target in real time. However, when the application runs and I hit the Browse button, it displays the contents of the Windows machine and not the machine in real time. Is there something I'm missing?

    Please note that I can send via FTP on the Windows computer to the target in real time and can interact with the drive of the target in real time without any problem.

    Thank you.

    Mike

    If you LV 2013 actually use WebDAV screws thus:

    http://digital.NI.com/public.nsf/allkb/4EBE45E8A816B19386257B6C0071D025

    http://zone.NI.com/reference/en-XX/help/371361K-01/lvcomm/WebDAV/

  • Need help get data with the most recent date of entry into

    Hey guys;

    I need help with fine tuning a query to get the one with the most recent implementation.

    Here's my current query:

    /**********************************************
    Select sge.seal_group_id,
    SGE.equipment_id,
    SGE.effective_date
    of seal_group_equipment EMS.
    seal_group sg
    where equipment_id = 48801
    AND EMS. SEAL_GROUP_ID = SG. SEAL_GROUP_ID
    and sge.end_date is null
    Group of sge.equipment_id, sge.seal_group_id, sge.effective_date
    After having sge.effective_date = max (sge.effective_date)

    ******************************************************/

    Which produces the following results:
    SEAL_GROUP_ID - EQUIPMENT_ID - EFFECTIVE_DATE
    25-48801 - 01/01/1993-00: 00:00
    11730-48801 - 22/08/2003 08:42:11


    What I really need, is to show only the line with the most recent date of entry into
    I hope someone can help
    Thank you

    MAX will not work because the SEAL_GROUP_ID could depart. I would say analytical:

    select seal_group_id,
    equipment_id,
    effective_date
    from (
    select sge.seal_group_id,
    sge.equipment_id,
    sge.effective_date,
    RANK() over (partition by equipment_id order by effective_date desc) r
    from seal_group_equipment sge,
    seal_group sg
    where equipment_id = 48801
    AND SGE.SEAL_GROUP_ID = SG.SEAL_GROUP_ID
    and sge.end_date is null)
    where r = 1;
    

    Keep in mind if two records have the same effective_date, they would both appear.

    Note: query above has not been tested, since there is no script provided.

  • Instant orphaned files - need to recover data on the basic disk

    Hello

    I'm sure this has been asked several times before, but how merge content from an instant orphan to the basic disk?

    Reading over there seem to be several different methods to do so.

    I have a virtual machine with three RDM, the virtual machine is running at the wide base VMDK disks but there is a single snapshot file associated with each base VMDK, snapshots do not appear in the Snapshot Manager.

    I tried to change the snapshot. The VMDK files and change the parent CIDs for the basic disk, but still not instant show in the Snapshot Manager.

    Is the best way to stop the virtual machine, remove the inventory and then add it to the inventory, I don't see the shots if the parent CID is correct?

    What is a better method?

    2. turn off then turn off the virtual machine (if it is not already off). Stop the current virtual machine with any Active snapshots.

    3. once the virtual machine is completely turned off, create a unique snapshot of the virtual machine and do not feed upward after this step.

    4 browse your data store for the virtual machine and look for the numbers you hard files. Instant latest should only be a few megabytes, and you want one that is just before that.

    5. go to the command line console and edit the .vmx for your virtual machine in the container for data store. Looking for a similar article to the following for each of your virtual disks.

    scsi0:0.present = "true"
    scsi0:0.fileName = "???-00002.vmdk"
    scsi0:0.deviceType = "scsi-hardDisk"

    You want to change the "scsi0:0.fileName =" section under the same file name that you found in step 4. You will need to repeat this in the file for each virtual disk on your VM.
    Save the .vmx file, overwriting the original.

    6. now, it will be a long process, if the hard files are large (more than 20 concerts) and can last several hours. During this process, you may lose connectivity to your ESX Server on the client of the infrastructure. What you need to do is run the below command from within the container to store the virtual machine data.

    vmware-cmd <your .vmx file> removesnapshots

    7. once the previous step is complete, check your VM settings in client infrastructure and check that your virtual disks are now pointing to the original hard file (does not contain de-00001 etc.). If everything was successful, you should be able to power to the top of your VM.

    8. once the virtual machine is running and check the operation, you can remove the last numbered - 0000x.vmdk that was created from your snapshot in the third stage (should only be a few megabytes). This file must have been ignored by the instant withdrawal because you have changed the .vmx file.

    Question I have is if the basic disk has been changed today I lose all changes today when merging the snapshots (which have not been written to since 18:00 yesterday)- or will be the basic disk back to 18:00 yesterday and lose all changes today?

    If you need to extract data from instant orphans, you know that you can NOT do without altering the current state
    new files from today will still be there - but they are not referenced in the MFT and other pieces are replaced by old data of the orphan snapshot
    If you must do this with a backup...

    or - possibly use a snashot of the RDM, as it is now...

    in any case – which gives good advice is almost impossible without sitting in front of the case

  • Dialog box to open the file on the target in real time

    It is possible to load data from a file on a local PC to a VI runs on an RT target? I have a RIO OR the VI running on. From the front panel, I want to be able to click a button and have a dialog pop up where I can choose a local file to load data from. The problem is that when I try to use the spreadsheet VI load data it returns an error indicating that the dialogue has been canceled. If I use the express VI from file dialog, the VI will always return true to cancel. The dialog box never appears. It is not possible to open a local file to a VI runs on a real-time target?

    Jon VT-

    This function will not work in time real (RT).  Please see the bulletin 2S9D21OH knowledge base: creation of a dialog box file for use with LabVIEW Real-time for more information on this.  However, it only locates the files on the target of RT.  If you try to communicate with a file on your host computer, you can be forced to transfer this document to the target of RT, or implement a different architecture for this task.  I would also add that given the user to define the source of the file manually create non-determinisme within your system.  Again, it is perhaps another reason to implement a different architecture.

  • Photo of Pixmap vi on the target in real time

    I need to shoot some simple pictures in real time and display by PXI. The image is drawn with the functions of images in the palette of the graphics and sounds. To view through PXI, I found the RT IMAQ video output in the NOR-VISION package. So I need to convert the type of type picture IMAQ. I searched online and it seems these conversions all requires the 'Photo to Pixmap' vi, which I cannot find on the aim of RT.

    Is there another way to convert the picture in picture IMAQ without using this VI?

    AuZn,

    The picture to Pixmap VI is not supported on real-time targets. The only other method I can find to get the pixmap cluster is to use Image 'Get' invoke node. However, if you plan to build this application into an executable, invoke node won't work anymore, as façade elements are removed in executable RT.

    Daniel C.

    Technical sales engineer

  • Refresh the data in the dashboards in real time

    Hello

    How can I see near real-time refresh data in dashboards OLIVIER?

    The data scheduling ETL overnight posted one day ago.

    Concerning
    Naeem Akhtar

    Hello

    In order to show the new data in the dashboard (not memory cache), we're going for querying the event table.

    Using pooling of events will run the incremental load to display real-time data?

    No it dosent run any incremental charge, he is serving the cache to show data in dashboards

    Go through below guide which will help you out-
    http://docs.Oracle.com/CD/E14571_01/bi.1111/e10541/querycaching.htm#i1005513
    http://gerardnico.com/wiki/dat/OBIEE/event_table

    Kind regards
    Srikanth

  • Need help to set up the text over an image using skin

    As I understand this book.  For page numbers, the master page I use an image with the Page number marker current at the top of the image.  I want to be able to define the image so that the text on other pages will wrap around it.  The problem is that it pushes the current Page number marker, so I can't keep the number on top of the image.

    How can I set this up properly?

    Select the block of text with page number. Object > text frame Options. Click ignore skin.

  • Blue Screen on Satellite P100 - need to recover data

    Putting on my laptop yesterday, I was faced with a blue screen error message that even after running chkdisk keeps appearing, even on reboot in safe mode.

    The problem is I only have the Toshiba recovery disks (not a disc XP - XP was preinstalled on your laptop) and they say on them using the wipe recovery disk computer and I need to recover data on the hard drive before reformatting.

    I took the laptop to the local repair center and they say they have to reformat and do not make data recovery.

    Any suggestions gratefully received.

    Hello

    In my opinion, there are two solutions. Is, try to get the facilities WXP CD and see if you can fix it using the option to repair Windows XP Home edition or use supplied recovery media and do a clean install of the operating system. After doing this you will put factory once again and everything will be OK again.

  • where the daqmx on real-time target files are stored?

    Hello

    I'm working on an application that is embedded in a desktop RT target.  To make the system easier to maintain in the future, I would like to be able to generate a DAQmx task programmatically to the *.ini file exported from MAX.  In this way, users don't know what my code does to recalibrate the sensors or manage new material; they only know how to use MAX and where to store the files in config on the target.

    Where are the task daqmx, channel, and scale information stored on an RT target?  I have been through the files on the target you are looking for something that contains my task data but have found nothing, while dropping a node of system property in a VI running on the target will give a correct list of the tasks that I set up.  (The project that contains the aforementioned VI has no tasks in it IE: I do not import into the project.)

    Is there a utility that runs on the RT target that can generate a task at the time of the *.ini files exported?

    Thank you

    Exahustive keyword search led me to an answer on the forums.  I'll post here a brief summary in case someone else uses the same key words I.

    1 export the MAX configuration file

    2. write a VI that uses tools in the system palette to load the configuration on the target in real time.

    3 profit.

    In my case, the VI I wrote to download the config DAQmx also generates the configuration files for the screw on the side host and target, so everyone knows what is called tasks.

  • monitor thread on the system in real time

    I have a SMU-8101 controller in my PXI system. I have it running with a system of operating in real time. I inherited some software WHICH has been used on a program of LabWindows used on a PC with a Windows 7 operating system. The SOFTWARE seems to work OK. My problem is when I leave the program I get an ERROR of EXECUTION NOT DEADLY

    "

    Source position thread ID unknown 0x000000EC

    Your CVI program ended on the target in real time. However, there still on the target in real time, the threads that are running or have already run the CVI code.

    Please check that your application cleans all its threads. Son left running after that your application can crash the target in real time when your application is unloaded.

    "

    As I said I got the code and there is a lot of it. I am looking for a smart way to track down these threads. I was wondering if there are tools available that could help with this? Or any other suggestions on how to run these lines down?

    Hi DPearce,

    This article knowledge base has some information on why CmtDiscardThreadPool causes your program hang and gives some recommendations for fixing it.

  • Satellite P200-1EE Possible to recover data on the HARD drive by placing it in an envelope?

    P200-1EE does not start after 2 weeks off is the case during a fan installation. Is it possible to remove the hard drive, put it in an enclosure and retrieve the data it contains on another PC? Or can anyone recommend how to recover data from the comfort of my own home?

    Thanks for your help

    I would say that your installation of fan caused this problem in the first place. I would check your installation for loose connectors, cards not seated properly, no fan or heatsinks screws tight etc..

    Everything you did everything by installing the new fan plugged the laptop. The hard disk, in my opinion, is perfectly fine. There is nothing wrong with it.

    Put the suspect hard drive in an enclosed and try to access the data on another PC. You will encounter problems with administrator access to certain folders so you will need to find a way to crack in these areas.

    If you had problems in the first place you probably should have this return to the place of purchase for them to watch.

    I hope that for your sake you have not turned into a frisbee.

    Good luck.

  • Fried Macbookpro, need to recover data from SSD

    I recently spilt tea on my macbook pro and chips on the logic board.

    I would like someone trying to recover data from the SSD and I would like to know what type of reader is required to read this SSD.

    The macbook is a 15' mid2012 retina, 2, 6 GHz (MacBook Pro (15 inch, mid-2012 of the retina) - technical specifications).

    If you can help me find out what I need, it would be really helpful!

    Thank you

    Take the SSD on the MBP and install it in a closed enclosure.  Connect to another Mac a hope that it will be recognized.

    Ciao.

  • Recover data with the Diadem 11.0 PDM and Labview 8.6

    I have a VI in Labview 8.6, which generates an TDMS containing 5 channels of population data.  I did have problems with the VI until today when 4 out of the 30 TDMS files I generated could not be loaded in Diadem 11.0.  I got a Diadem declarant could not impoart all channels or channel data from this data source.  26 other loaded fine TDMS files and was able to run one of my VB scripts on the set of data without any problem.  TDMS repair tool requires at least Labview 2009 must be installed.  Is it possible to recover data from the 4 files, or is there a different tool I can try all the previous advice, I read on the various positions have not managed to provide an operational solution.  Any additional suggestions or help would be greatly appreciated.

    Thank you

    Mike

    I added an attachment of the error dialog box and one of TDMS files.


Maybe you are looking for