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

Similar Messages

  • Remote System and Remote Key Mapping at a glance

    Hi,
    I want to discuss the concept of Remote System and Remote Key Mapping.
    Remote System is a logical system which is defined in MDM Console for a MDM Repository.
    We can define key mapping enabled at each table level.
    The key mapping is used to distinguish records at Data Manager after running the Data Import.
    Now 1 record can have 1 remote system with two different keys but two different records cannot have same remote system with same remote key. So, Remote key is an unique identifier for record for any remote system for each individual records.
    Now whenever we import data from a Remote System, the remote system and remote key are mapped for each individual records. Usually all records have different remote keys.
    Now, when syndicating back the record with default remote key is updated in the remote system that is sent by xml file format.
    If same record is updated two times from a same remote system, the remote key will be different and the record which is latest contains highest remote key.
    Now, I have to look at Data Syndication and Remote key.
    I have not done Data Syndication but my concept tell if there is duplicate record with same remote system but different remote keys both will be syndicated back. But if same record have two remote keys for same remote system then only the default remote key is syndicated back.
    Regards
    Kaushik Banerjee

    You are right Kaushik,
    I have not done Data Syndication but my concept tell if there is duplicate record with same remote system but different remote keys both will be syndicated back.
    Yes, but if they are duplicate, they needs to be merged.
    But if same record have two remote keys for same remote system then only the default remote key is syndicated back.
    This is after merging. So whichever remote key has tick mark in key mapping option(default) , it will be syndicated back.
    Pls refer to these links for better understanding.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/80eb6ea5-2a2f-2b10-f68e-bf735a45705f
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/7051c376-f939-2b10-7da1-c4f8f9eecc8c%0c
    Hope this helps,
    + An

  • Unable to syndicate same Remote System with differnt value

    Hi,
    I am working on MDM 7.1 SP05 and I have the following issue with syndication:
    I have a remote system table (Key Enabled) with System as Non-Qualifier and value as Qualifier and I have values in the MDM Datamanager as
    MDM ID, Remotesystem (Multivalue Qualifier Table with Key Enabled)
    111,((Qual1-Key,Val1),(Qual1-Key,Val2),(Qual1-Key,Val3))
    When I syndicate I see only one value as 111, (Qual1,Val3)... But I want to have all the Qualifiers-Key with multiple values.. Where as in MDM 5.5 I can see all the Qualifiers with out any issues..Is this a restriction in MDM 7.1?
    If I map System instead of Remote Key of Qualifier Table then I can see multiple times of same remote system with appropriate values.. But If I map remote key then I see the consolidated/the latest system-remote key wiht value... But I want system-remote key value appear multiple times...
    Thanks alot
    Rajeev

    I am using customised...
    Did you tried syndicating Remote key of that table or the field of the Qualifer table?
    I am able to syndicate out with the system field and values.. But I want to syndicate out the multiple values wiht remote key of the table..
    As mentioned Remote keys are AAA and BBB for System Sys1 and Sys2..
    First I imported remote system table with Sys1 and Sys2 with remote Keys as AAA and BBB. then along wiht main table record I imported Sys1 and Sy2...
    While Syndicating I want to syndicate AAA and BBB values along with Value field...
    Suppose:
    I have data :
    MDM ID, RemoteSystem(System, Value)
    111, ((Sys1,Val1),(Sys1,Val2),(Sys1,Val3),(Sys2,Val1))
    Remote Keys for Sys1AAA and Sys2BBB
    In the Syndication Manager I mapped as below: RemoteSystems RemoteKey and value are mapped to target...
    RemoteSystem
    --RemoteKey
    System(DFNQ)
    --Value(Qualifier)
    I mapped RemoteKey and Value to the target fields.. Which is a XML output..
    <REMOTE_SYSTEM>
    - <Z_MDM_REMOTE_SYSTEM >
    <Z_MDM_SYSTEM_NAME>AAA</Z_MDM_SYSTEM_NAME>
    <Z_MDM_VALUE>Val3</Z_MDM_VALUE>
    </Z_MDM_REMOTE_SYSTEM>
    - <Z_MDM_REMOTE_SYSTEM >
    <Z_MDM_SYSTEM_NAME>BBB</Z_MDM_SYSTEM_NAME>
    <Z_MDM_VALUE>Val1</Z_MDM_VALUE>
    </Z_MDM_REMOTE_SYSTEM>
    </REMOTE_SYSTEM>
    Where I need the following Output:
    <REMOTE_SYSTEM>
    - <Z_MDM_REMOTE_SYSTEM >
    <Z_MDM_SYSTEM_NAME>AAA</Z_MDM_SYSTEM_NAME>
    <Z_MDM_VALUE>Val1</Z_MDM_VALUE>
    </Z_MDM_REMOTE_SYSTEM>
    - <Z_MDM_REMOTE_SYSTEM >
    <Z_MDM_SYSTEM_NAME>AAA</Z_MDM_SYSTEM_NAME>
    <Z_MDM_VALUE>Val2</Z_MDM_VALUE>
    </Z_MDM_REMOTE_SYSTEM>
    - <Z_MDM_REMOTE_SYSTEM >
    <Z_MDM_SYSTEM_NAME>AAA</Z_MDM_SYSTEM_NAME>
    <Z_MDM_VALUE>Val3</Z_MDM_VALUE>
    </Z_MDM_REMOTE_SYSTEM>
    - <Z_MDM_REMOTE_SYSTEM >
    <Z_MDM_SYSTEM_NAME>BBB</Z_MDM_SYSTEM_NAME>
    <Z_MDM_VALUE>Val1</Z_MDM_VALUE>
    </Z_MDM_REMOTE_SYSTEM>
    </REMOTE_SYSTEM>
    Any inputs.
    Thanks
    Rajeev

  • Conecting with dial up to a remote system

    Im trying to create a little application that uses the computer's modem to dial a number and conects to a remote system, login to the system using a login and password that is stored in a local database and report if it conected succesfully or failed to connect.
    I have worked before with java creating small applications that take data from a DB and allow it manipulation, but its completly unknow to me if there is an API that lets you use the ATDT comands to conect remotley and also I wouldn't know how to do the login and interpret if it was succesful or not.

    Here's some code that may help...
    I wrote it many years ago, when I started out with Java. It is compatible with Windows only and is capable of dialing an ISP... I suspect it could be modified to dial an arbitrary number.
    import java.lang.System;
    import java.lang.Runtime;
    import java.lang.Exception;
    import java.io.IOException;
    public class Dialup
         //Connect-Disconnect commands
         private final String WINNT_CONNECT          = "rasdial.exe ";
         private final String WINNT_DISCONNECT     = "rasdial.exe /disconnect";
         private final String WIN9x_CONNECT          = "Rundll32.exe Rnaui.dll,RnaDial ";
    //     private final String WIN9x_DISCONNECT     =  //doesn't seem to be possible!
         private String connectCommand;
         private String disconnectCommand;
         private boolean winnt;
          * Constructor
          * @param winnt <code>boolean</code> systems o/s
          * @param connectionProvide <code>String</code> users dialup connection provider
         public Dialup(boolean winnt, String connectionProvider)
              this.winnt = winnt;
              if (winnt)     //sets connect/disconnect commands under Windows NT
                   connectCommand = WINNT_CONNECT + connectionProvider;
                   disconnectCommand = WINNT_DISCONNECT;
              else          //sets connect/disconnect commands under Windows 9x
                   connectCommand = WIN9x_CONNECT + connectionProvider;
    //               disconnectCommand = WIN9X_DISCONNECT;
          * connect dials a connection
          * @return <code>boolean</code> dialup connection status
         public boolean connect()
              System.out.println("Establishing a dialup connection...");
              try
                   //executes connection command and waits for its completion before continuing
                   Runtime.getRuntime().exec(connectCommand).waitFor();     
              catch (Exception e)
                   System.out.println("Dialup connection failed.");
                   return false;
              System.out.println("Dialup connection established.");
              return true;
          * disconnect disconnects a connection
          * @return <code>boolean</code> dialup connection status
         public boolean disconnect()
              try
                   //executes the disconnect command and waits for its completion before continuing
                   if (winnt)
                        Runtime.getRuntime().exec(disconnectCommand).waitFor();
                   else
                        ;     //do nothing (at this point it seems impossible to disconnect under win98)
              catch (Exception e)
                   return false;
              System.out.println("Dialup connection disconnected");
              return true;
    }

  • PL/SQL block query error when going to a remote system with 1 parameter.

    Hi,
    I am getting the error:
    Invalid function body condition: ORA-01460: unimplemented or unreasonable conversion requested ORA-02063: preceding line from HANSEN_REMOTE
    The issue appears to result from opening a cursor that is a select statement is in some way accessing records via a dblink and the 'where' clause is has more then one session parameter in it. Here is the smallest pl/sql block that results with an error:
    DECLARE
    CURSOR c_GetPay IS
    SELECT PERSON_ID
    FROM CASH_PERSON@HANSEN_REMOTE
    WHERE LAST_NAME = :P320_HANSEN_LAST_NAME
    AND FIRST_NAME = :P320_HANSEN_FIRST_NAME;
    BEGIN
    OPEN c_GetPay ;
    CLOSE c_GetPay ;
    RETURN TRUE;
    END ;
    If I remove 'AND FIRST_NAME = :P320_HANSEN_FIRST_NAME' from the curser, there is no problem. This block of pl/sql is in a On Load: Before Header
    on a page branch. This issue remains consistent in our 1.6.1.00.02 instance of HTMLDB with an Oracle database version 10.1.0.3.0. This instance is
    a fresh install of the 10g and HTMLDB.
    Does any one have any ideas of why I am getting this error message. I really need to get it resolve soon as we are trying to get an application up by the end of August and there is still alot of coding needing to be done.
    Thanks for the help.
    Lanie

    Scott, I have tried everything that this point except copy the whole table from the remote system.
    Here is a short version of what I have tried...
    -- hard coded condition...timing was not an issue here...it was quick.
    declare
    v_in_PersonId number(9);
    cursor c_GetPay
    IS select PERSON_ID --, first_name, LAST_NAME
         from HANSEN_CONTACT
              where first_name like 'LANIE'
              AND last_name LIKE 'MOORE'
    BEGIN
    OPEN c_GetPay;
    FETCH c_GetPay INTO v_in_PersonId;
    CLOSE c_GetPay;
    RETURN TRUE;
    END           
    -- this is an internal variable set to the string literal...does not as the v function was not called.
    declare
    V_TEST VARCHAR2(150);
    V_TEST2 VARCHAR2(150);
    v_in_PersonId number(9);
    cursor c_GetPay
    IS select PERSON_ID --, first_name, LAST_NAME
         from HANSEN_CONTACT
              where first_name like :V_TEST
              AND last_name LIKE :V_TEST2
    BEGIN
    V_TEST := 'LANIE';
    V_TEST2 := 'MOORE';
    OPEN c_GetPay;
    FETCH c_GetPay INTO v_in_PersonId;
    CLOSE c_GetPay;
    RETURN TRUE;
    END
    -- this has the v function called in the cursor since no matter what I do, I have to call it so I don't get my original error. This takes over a minute to return, and it is using hard coded values...if I use session variables where I place the information from the user, it takes even longer.
    declare
    V_TEST VARCHAR2(150);
    V_TEST2 VARCHAR2(150);
    v_in_PersonId number(9);
    cursor c_GetPay
    IS select PERSON_ID --, first_name, LAST_NAME
         from HANSEN_CONTACT
              where first_name like V(:V_TEST)
              AND last_name LIKE V(:V_TEST2)
    BEGIN
    V_TEST := 'LANIE';
    V_TEST2 := 'MOORE';
    OPEN c_GetPay;
    FETCH c_GetPay INTO v_in_PersonId;
    CLOSE c_GetPay;
    RETURN TRUE;
    END
    It does not appear to be an issue if I am looking at a view going to the remote system or the table it's self. The slowness issue takes place. (In short I have tried replacing HANSEN_CONTACT which is a view with the direct table link of imsv7.contact@HANSEN_REMOTE and that did not solve the timing issue).
    Any ideas?

  • RFC\BAPI to login into remote system with user id's in that system

    Dear Friends,
    I have a requirement to run a job .In that job, i need to login into other remote system with the user id's in that system.
    May I know, is there any remote function module or BAPI available.
    Let me know how to solve this issue.
    Regards,
    Madhu..!!

    Hi Divakar,
    As far as I know, there isn’t this feature of remote test in VS2013.
    I suggest that you could submit this feature request:
    http://visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product team is listening to user voice there. You can send your idea there so the others can vote it. If you submit this suggestion, you might post that link here which will
    benefit others who has the similar issue
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Does anyone know if the iHome stereo IDL100G stereo system comes with a remote control?

    Hi all,
    I am new to the site. I hope I am posting this in the correct forum section. I am looking to purchase an iOS 7 compatible stereo system that serves as both dock and charging station WITH a remote that I can use while the devices are charging/playing. I have looked high and low and cannot seem to locate much info at all. I see that Apple.com has the iHome IDL100G which can be used with lightning cable Apple devices but since the update of iOS7 I am unsure if the stereo system would be compatible. Is this stereo 1) MFI-compliant 2)iOS7 compatible 3) able to charge multiple iOS7 devices simultaneous 4) and has an independent remote of the actual iOS device that allows one to control music queues while the devices are charging?
    Thank you in advance.

    Watch the AirPlay guided tour.
    http://www.apple.com/ipad/guided-tours/

  • How to work with the remote file system

    Hi all,
    I want to know how we can work with the remote file sytem.
    Code should be some thing like
    File f = new File("//10.22.33.122/images")
    images is share name..
    i want the file names of all the images in that shared folder...
    Thanks in advance,
    Srinivas N

    try this one:
    File f = new File("//10.22.33.122/images")
    File[] files = f.listFiles(new FilenameFilter() {
         public boolean accept(File dir, String name)
    // Specify the extentions of files to be included.
         return name.endsWith(".bmp") || name.endsWith(".gif");
    // get names of the files
    String[] fileNamesArray = null;
    for (int indx = 0; indx < files.length(); indx++)
    fileNamesArray[indx] = files[indx].getName();
    return fileNamesArray;

  • Remote system disconnect​ed after installing MAX 4.7.3

    Hello!
    This topic is related to the topic you can find here. 
    In order to repair the Regional Settings issue in Windows (XP in my case) I used the System Configuration 1.1.3 update and it seems to work. I changed the Regional Settings to my local and installed the update. Silverlight does not crash anymore, so that is fixed. However, this created a new issue:
    Now my remote devices (NI-1742 and NI-1746) status is always "disconnected". The devices are connected to a different subnet than the development computer. Pinging their IPs showed that they are there. I can connect to the cameras using the Real-time Project. However, in MAX the remote system status remains "disconnected". I tried to delete and re-create the devices in MAX but that did not work either.
    I also tried the latter with Windows firewall on and off and updated the software with NI Update Service. On an another computer, which has not had the update yet, I can connect to and modify the devices.
    In addition, I completely reinstalled the development system, but the issue persists.
    Kind regards,
    Mart
    Solved!
    Go to Solution.

    Hey Mart,
    It looks like this may be related to a possible bug introduced in MAX 4.7.3. I've uploaded Juurma.zip to our FTP site. Please obtain this .zip file by navigating to ftp://ftp.ni.com/outgoing.
    This .zip file contains a patched version of mxRmCfg.dll. First, close all NI software and stop the NI System Web Server service and all its dependencies (you can get to your services by going to Start->Run and typing in services.msc). Then, navigate to this directory: C:\Program Files\National Instruments\Shared\MAX\Bin
    You will need to rename the existing mxRmCfg.dll to mxRmCfg.bak, and copy the new version to that location. Restart your system, open MAX, and see if you can connect to and view your targets.
    If this resolves your issue, PLEASE post back in this thread indicating as much. If not, let us know and we'll continue to investigate. Note that items on our FTP server will be removed after 48 hours, so let me know if you're unable to get that file in time
    Justin E
    National Instruments R&D

  • MAX does not show Remote System tab in tree

    Hi dear all,
    i have installed LabView 2010 and along that MAX 4.7.7 on my Laptop Visat OS. Problem that i am facing is that my MAX tree "Remote System" Tab is not visible. Only My System tab is visible and its showing all installed software and devices correctly.
    1. What settings i need to check to get this tab shown in tree?
    2. Do i need to install some other software or patches or re-install what softwares?
    3. Why is it happening to me?
    Kindly help me with your valuable experiences.
    Best Regards
    awais qureshi
    Solved!
    Go to Solution.

    Hello Awais,
    There are a few places that indicate the Real-Time Module has been succesfully installed. I am attaching screenshots of the following locations that indicate that this is the case:
    -'Remote Systems' under Measurement and Automation Explorer (MAX)
    -NI License Manager
    -LabVIEW splash screen
    If the Real-Time module/option appears in the locations listed above, there should be no reason for you to have to uninstall or re-install your software. If there are other indicators such as error messages or the module does not appear in these locations, please attach screenshots and a detailed description. We can then discuss if uninstalling or reinstalling the software is the next best option.
    Best,
    Patricia B.
    National Instruments
    Applications Engineer
    Attachments:
    Real-Time module LVSplashScreen.PNG ‏251 KB
    Real-Time NI License Manager.PNG ‏88 KB
    Real Time module- MAX.PNG ‏28 KB

  • Utilizing NI DAQ hardware on a remote system.

    I noticed that the new version of Measurement & Automation Explorer for LabVIEW 8 now has a "Remote Systems" tab.  Would this enable me to have say Computer A setup with some DAQ hardware and then utilize that hardware at Computer B over a 100 or 1000mbps ethernet network within LabVIEW?
    If not, what would I need to be able to do that?  I've played around with the web publishing tool, and would rather have the actual LabVIEW program running on Computer B rather then on Computer A.
    Thank you for your input!
    -nickerbocker

    Thank you for your reply GDE [DE]!
    That’s too bad.  I assumed too much and thought we
    were able to do something fancy.
    I work at a test facility where the tests that we run are hazardous. 
    We have a lot of concrete walls between us and the tests that are run.  We
    have a test console setup where we have our entire test monitoring tools in a
    central location.  The problem is, whenever we make a new test chamber all
    the transducer lines have to be drawn to our test console.  These lines
    consist of analog outputs from Omega DP units that power and read pressure
    transducers and K-type thermocouple channels.
    This makes it difficult, if not impossible when time is
    constraining, to setup for a new test.  Some of our newer test chambers
    and rooms that we have added to our facility are further and further away from
    our test console.  Long analog lines are not good for noise reasons. 
    Long thermocouple channels are even worse since the signal is so small and varying
    temperature gradients across the line can affect measurement readings.
    The solution that seems apparent to me is: why don't we
    read our transducer values closest to the test cells and network that
    information back to the test console through a high speed gigabit network?
    I was hoping that a remote data acquisition computer would
    just consist of an operating system, the hardware and hardware drivers for DAQ,
    and then MAX.  The computers at the test console would be in charge of
    actually administrating the test procedures (Digital I/O) and DAQ through the
    network.
    I have looked at the web features available in our license
    of LabVIEW 8 Professional Developer and I'm pretty impressed with its
    capabilities.  The problem is I don't want to have to obtain a LabVIEW 8
    license for each remote computer.  It is just too expensive.  I can
    build executables with my developer’s license of LabVIEW 8, but I don't think
    that the web server features can be built into an executable LabVIEW program
    (or can they?).
    Can I use this shared variables solution that you speak of
    in a LabVIEW built executable?
    I hope that I have provided enough information about my
    problem to help stimulate some possible solutions and more discussion.  I
    really appreciate the help that these forums provide and hope that I am able to
    give back to this community.
    -Nic

  • VISA does not recognize remote system in MAX

    I've been trying to setup instrument cards in a PXIe chassis, and I am having trouble getting VISA to recognize them.  From reading some of the other posts related to VISA Resource Names, I found that you should be able to drag and drop devices from NI MAX into a Labview Block Diagram, and it will automatically create a VISA Resource Control for the device.  I am able to do this for devices installed on "My System" (COM1 for example), but when I try to do it from "Remote System", is just drops the name in a text block.  If I try to create a VISA Resource Control directly, the drop-down only shows the devices on My System.  I've even tried to switch the VISA class for the control.  Still can't get VISA to recognize the remote devices.  Please Advise. 
    Working with Labview 2012 SP1 f5
    NI PXIe 1082 Chassis
    NI PXIe 8133 Controller
    VISA 5.4 installed on PC
    VISA 5.4 installed on controller
    Firewall is disabled for chassis network card
    Thanks,
    GSinMN      
    Solved!
    Go to Solution.

    http://digital.ni.com/public.nsf/allkb/F3AB0B5D7DBA367C86257982005BBF2C

  • Remote systems missing--f​ollow up to other post

    Now I have some time and I'm installing 2010 and the drivers which install MAX 4.7. This is a follow up to this post here. I am still missing remote systems in the tree. I was going through the steps to fix a corrupted max database and one of the steps is to make a copy of the data directory. Well...When I navigate to the location, the data directory isn't even there. I'm thinking this could be my problem. I'm downloading some drivers to reinstall MAX and see what happens. I don't think it's the drivers DVD because other people at my office have used the same DVDs with no problem. I am going ot contact support tomorrow, but in the mean time any suggestions on the missing data directory?
    CLA, LabVIEW Versions 2010-2013
    Solved!
    Go to Solution.
    Attachments:
    missing_data.PNG ‏55 KB

    In case anyone has this issue now or down the road here is how I resolved it thanks to App Engineers at NI. Check if there is a mxRmCfg.dll in C:\Program Files\National Instruments\MAX. If it is there and you are missing remote systems this is probably your issue. It means MAX is trying to run the dll from this directory which it should not be doing (at least as far as I understand it). Deleting (or just renaming may be safer) the .dll should solve the problem.
    Voila
    CLA, LabVIEW Versions 2010-2013

  • DMA from host to FPGA target is not supported for this remote system.

    I am trying tocommunicate with my FPGA (on the cRIO 9002) from the RTOS.  I setup up anOpen the correct VI reference with no error but as soon I try to access thefifo I receive error -63001 and the attached message says:
    Error -63001 occurredat Open FPGA VI Reference in target - multi rate - variables - fileIO_old.vi
    Possible reason(s):
    NI-RIO FPGACommunications Framework:  (Hex 0xFFFF09E7) DMA from host to FPGA targetis not supported for this remote system. Use another method for I/O or changethe controller associated with the FPGA target. 
    What other I/O optionsdo I have to move data asynchronously from the RTOS to the FPGA. I triedcreating memory but it appears that I can not write to the memory from the RTOSside.
    We also have a 9012sitting around will using this cRIO instead solve this problem. 
    I am very very greenwhen it comes to LabView so I apologize if this is an easy question. 
    Solved!
    Go to Solution.

    As stated in the NI-RIO driver readme,
    DMA is not supported from the host to the FPGA on the cRIO-900x series.
    The cRIO-901x controller supports DMA transfers from host to FPGA and
    FPGA to host while the cRIO-900x series controllers only support FPGA
    to host DMA transfers. Therefore, LabVIEW returns an error if you try
    to transfer using DMA from the cRIO-900x controller.
    The 9012 looks like the ideal solution, you are very lucky to be having extra hardware laying around 
    Rob K
    Measurements Mechanical Engineer (C-Series, USB X-Series)
    National Instruments
    CompactRIO Developers Guide
    CompactRIO Out of the Box Video

  • Remote system monitoring entry- data not relayed to Central system

    Hello Folks,
                        I am trying to establish a central monitoring system for our client. I am trying to test it in the DEV environment first.
    The central system is a Solution manager system (Dual stack- ABAPJAVA). I am trying to bring in monitoring data from the ECC development environment (ABAPJAVA).
    First of, i created to RFC connections in Solution manager system, one for data collection and the other for analysis. I have maintained the host address of the ECC system as target.
    Then i have created a remote system entry in Transaction RZ21--> technical infrastructure entered the 2 RFC names and have executed the function.
    At this point i am only trying to bring in ABAP stack monitoring data form the ECC system so i have not generated the CSNCONF file.
    Now when i look in Solution manager RZ20-->CCMS monitoring templates, i can't see any data for the the ECC system.
    I guess i am doing something wrong. Am i looking in the wrong monitor set?
    As additional information: Solution manager (SMD) and ECC (ECD) use different transport domains / transport groups. I dont know if this makes a difference.
    Can some one please help.
    Regards,
    Prashant

    Hi Prashant,
    if I understand correctly your system shows only MTEs from R/3 Stack, not from the OS side, pls check your SAPOSCOL. Are the data in OS06 in your remote system correct and do you see the current data, refredhed all 10 seconds?
    To check your environment, pls do the following:
    in th efirst step check in RZ21 > in the Topology part the System Overview for your system connection to your back end system. Are the Read Destination Data RFC and the Destination Analysis RFC correct and works the authority chek fine?
    In the second step pls check in RZ21 > in the Agents for Remotey SAP Systems part; are there registered your remote ccms agents correctly and works the connection test.
    Stop the agents and in your RZ20 monitor pls enter STAT in your command field. Are there displayed for your MTE nodes the read RFC destinations?
    Start the agents and and in your RZ20 monitor pls enter STAT in your command field. Are there displayed for your MTE nodes the CCMS Agent RFC destinations?
    To rebuild the Monitor in the CEN system you could try to reset the node of your remote system in the warm up status > go in the remote system to RZ1 > go to local segments  > change to edit > select your segments > reset segment in "WARMUP" status.
    In the CEN system you coul try to go to the edit mode for the Agents for Remot SAP Systems > select your remote system and push the button Reinitialize Agents
    In the back end system you can try to delete all MTEs in RZ21 > menu Technical Infrastructure > Reorgenize Segment Table > select the options with "ALL" in the CEN and the remote system to reorgenize all data.
    Could you pls post for the missing MTEs a screenshot on the one side from the CEN system and on the other side from the remote system...
    and last but not least you could try the following for missing OS MTEs
    delete  ALALERTS, ALMTTREE and ALPERFHI in /usr/sap/ccms/<SID>_<SNR> and check in the agents folder all trace and log files for errors.

Maybe you are looking for

  • Need supplier name along with lot no.

    hello sir, i need to show supplier name along with lot no. here is my query-- SELECT DISTINCT(b.vc_field1),a.vc_lot_no,a.nu_balance_qty--, c.VC_SUPPLIER_NAME FROM STK_LOT_SUMMARY a, DT_RECEIPT b, makess.mst_supplier c, purchase.MST_SUP_ITEM d WHERE a

  • Firefox (cause the computer) run very slow and display message about Javascript...

    I have installed Firefox (latest vesion) in Windows XP Computer and It sometime run slow (and slow the computer at that time) so that I have to kill firefox job in taskmanager to run it again. Normally, when computer slow, the firefox show a message

  • Regarding Document type CS

    Hi Friends, If The ADDRESS maintained in one table is taking only for the import of PO s.If we want the ADDREss is valid for DOCUMENT TYPE  'CS'     Wha is the suggestion to be done in output program. Could u pleasae suggest it. Regards Kumar

  • The best option...

    Hi, Option a: create or replace procedure ppp (xx a_var) is -- a_var is array n integer; begin for xx.first..xx.last loop select a into n from tablename where...; if n = 0 then insert into tableinsup.... else update tableinsup.... end if; end loop; e

  • Devices unable to connect to internet, although connected to wireless

    I have a new iPad2 and a Kindle fire that I am trying to connect to my home's wi-fi.  They seem to connect to the wireless network, but they are not able to connect to the internet.  I have tried Apple and Kindle forums and they all suggest rebooting