Required SW for the Simulation Interface Toolkit

Hello,
I would like to add a LabVIEW front panel to my Matlab/Simulink model.  According to the data sheet, the following software is required for the SIT:
System Requirements
The LabVIEW Simulation Interface Toolkit requires that you have a
proper license for the following products:
• MATLAB® version 6.0 or later
• Simulink version 4.0 or later
• Real-Time Workshop® version 4.0 or later
• Microsoft Visual C++ version 6.0 and
• LabVIEW version 7.0 or later
To simply create a LV front panel for my model, do I still need to have LabVIEW installed?  If so, which versions would be compatible?
I currently have the student version of Matlab 6.0 and Simulink 4.0.  Will the SIT work with the student version?
If I only want to create a LV front panel, do I still need to have the RT Workshop or Visual C++ installed?
Thank You,
Mike

Greetings!
    Yes, you are required to get the sw as mentioned.
To simply create a LV front panel for my model, do I still need to have LabVIEW installed?  If so, which versions would be compatible?
Yes, to create a LabVIEW user interface / front panel, LabVIEW is required. LabVIEW 8.2 is the latest version.
The Simulation Interface Toolkit (SIT) 3.0.2 updates SIT 3.0.1 to support LabVIEW 8.2, the LabVIEW 8.2 Real-Time Module, and the LabVIEW 8.2 FPGA Module. You also can use SIT 3.0.2 with LabVIEW 7.1.x or with LabVIEW 8.0.x. However, you cannot install SIT 3.0.2 for more than one version of LabVIEW on the same computer.
2. I currently have the student version of Matlab 6.0 and Simulink 4.0.  Will the SIT work with the student version?
The MathWorks, Inc. MATLAB® / Simulink® application software R2006a.
The MathWorks, Inc. Real-Time Workshop® R2006a.
Support for The MathWorks, Inc. MATLAB® / Simulink® application software release 13.x or 14.0, 14.1, 14.2, 14.3
If you install SIT 3.0.2 for LabVIEW 7.1, you can use Microsoft Visual C++ 6.0 to convert models to model DLLs. If you install SIT 3.0.2 for LabVIEW 7.1.1, 8.0, 8.0.1, or 8.2, you can use either Visual C++ 6.0 or Visual C++ .NET 2003.
If you installed more than one version of The MathWorks, Inc. MATLAB® / Simulink® application software, SIT installs support only for the latest version on the computer.
You want to make sure the Matlab release is one amongst the above.
3. If I only want to create a LV front panel, do I still need to have the RT Workshop or Visual C++ installed
RT Workshop comes with SIT. You will have to get Visual C++ and use that compiler.
Thanks and hope this helps
Best regards
Avi Harjani

Similar Messages

  • Simulation interface toolkit tutorial

    I'm trying to perform the tutorial titled "Converting a Simulink Model into a Model DLL", found on p.22 the Simulation Interface Toolkit manual (http://www.ni.com/pdf/manuals/370420b.pdf).
    It starts off by building a new Simulink model of a sine wave (p.9).  On step 7 of that process, it mentions a "NISink" block from the "NI Toolkit Sinks" library in Labview.  I do not see this library, and I got zero hits when I searched the libraries for "NISink".  I do have a library callled "NI SIT Blocks" but it does not have a "NISink" block, only "SignalProbe", "SIT Out1", and "SIT In1".
    I am using SIT V5.0 with Simulink V7.2(R2008b), but the tutorial appears to be a bit older, perhaps from SIT V2.    I assume that "SIT Out1" has replaced "NISink" but, as a novice, assumptions bother me.  Is there a more up-to-date users guide available?  I found the "SIT 2009 Help" file online (http://zone.ni.com/reference/en-XX/help/371504E-01​/) but the how-to's there do not contain any tutorials.

    I found a help example that was installed on my system with Labview, obviously a little more up to date.  It’s also found online here:
      http://zone.ni.com/reference/en-XX/help/371504E-01​/TOC5.htm
      I ran through the help example for the SIT how-to "configuring a simulation" and it worked as expected.  When I then proceeded to the "configuring a simulation on a real-time target", I found that tasks 1 and 2 were already complete and verified working from the first how-to.  During task three, however, step 7 fails at compile time (see attached file matlab_output.txt)
    It looks to me like it is mssing a header file from the Simulink Real Time Workshop (called rtwtypes.h).  It contains declarations for some sized and unsized generic data types, including uint_T.  However, that file is available in the regular RTW library directory.  Not sure why I can use the SIT server in Simulink to control the s-function with LabView, but I can't build a stand alone DLL for a real time system.
    Attachments:
    matlab_output.txt ‏11 KB

  • Simulation Interface Toolkit

    Hello,
    I'm using the Simulation Interface Toolkit 3.0 because I want to control a Simulink model in LabVIEW 7.1. For instance, I want to generate a sine wave using a constant block. In this manner I can provide to my Simulink model every kind of signal without changes in it.
    To perform this task Simulink needs an input value at each integration step.
    I would to know if this task is achievable and if someone could tell me something about the communication between LabVIEW and Simulink.
    Thank you for your help!:smileywink:

    Hi Alessio,
    Maybe you have the solution to my problem:
    I have a Simulink model that works with a LabVIEW VI using the Simulation Interface Toolkit and the SIT server.
    In order to use this model and this VI without Simulink, I created a dll (nidll) of my Simulink model like shown in the following manual:
    http://www.ni.com/pdf/manuals/370420b.pdf
    By doing so, LabVIEW automatically created 6 VIs that should work with my model DLL.
    My questions are:
    - Can I use the VI that I previously made for my Simulink model with the model dll ?
    - If yes, How ?
    - If no, How can I use my model dll and these new VIs?
    Thanks in advance.

  • Simulation Interface Toolkit 4.0 cannot map to indicator

    I have LabVIEW 8.5, SIT 4.0 and Matlab R2007b which uses Simulink 7.0.  NI has a manual and example for using the Simulation Interface Toolkit at http://digital.ni.com/manuals.nsf/websearch/679117802743CC128625732B00697485    I can map control signals just fine between LV and Simulink but when I try to connect an indicator such as a Waveform Graph or numeric indicator to Port 1 of a Simulink object like a Sum block or Sine Wave (as the example shows) it always says that the mapping is invalid and greys out the box.  It seems like there is a bug here because this should just work.  Port 1 of a Sum or Sine Wave should be its output as a scalar.  Anyone that uses the SIT have any ideas?
    I've attached the help file with example that I followed.
    Message Edited by tmar89 on 05-22-2008 04:04 PM
    Attachments:
    lvsimtkhowtoconcepts.zip ‏163 KB

    Here are some screen shots from the Simulink model to the VI and error.
    Attachments:
    ss3.png ‏13 KB
    ss1.png ‏13 KB
    ss2.png ‏30 KB

  • Simulation Interface toolkit not working

    I am working on a simulation and control problem using LABVIEW and Matlab. I have installed the simulation interface toolkit. But, the SIT server is not running. I have added the lines:
    "addpath('C:\SimulationInterfaceToolkit'); NISIT_AddPaths; NISITServer('start',6011);"
    in the matlabrc.m file. The NI SIT blocks are available in the simulink library. When I start matlab, the line:
    " SIT: Added paths for Simulation Interface Toolkit 2011" appears. But the lines: "Starting the SIT Server on Port 6011 SIT Server started" don't show when matlab starts. I am attaching the Matlab startup screen.
    Please help me out with this.
    Thank You
    Attachments:
    Matlab Startup Screen.PNG ‏101 KB

    OK I solved )))
    Try the follwowing:
    1- uninstall Labview and Matlab and the simulation interface toolkit (SIT) (be sure that u have only one version from SIT)
    2- If you are going to use SIT 2011...then you will need Labview 2011 for sure and Maximum version of Matlab 2010 I think.
    Revise the combatibility of SIT with Matlab on google
    Be sure to use MATLAB 32-bit version
    hope it will help 
    thanks 
    A.Hakim

  • No output from Simulink to LabVIEW with Simulation Interface Toolkit (0/1)

    I'm able to send data from labview to simulink, but the labview
    display doesn't show any output from the simulink model. I've attached
    two very simple labview and simulink files which gives me this
    problem. I have the same problem when trying to implement the sinewave
    example in the manual for the toolkit as well.
    I'm using LabVIEW 7.1 Pro, Matlab 6.5 and Simulink 5.0 on WinXP pro.

    The Simulation Interface Toolkit 2.0.1 or earlier does not work with LabVIEW 7.1. There is a patch available (or available soon) from NI support that corrects this problem. THe patch is Simulation Interface Toolkit 2.0.2.

  • Reproduction of Simulation Interface Toolkit example

    Hallo everyone,
    in trying to reproduce the example found in the Simulation Interface Toolkit How-To I am facing an error with LabVIEW 2009.
    I have succesfully created a host-VI working with the Simulink .mdl-file on localhost as Simulation Environment which runs well.
    And I can succesfully compile the desired .dll-file (sinewave.dll) with Simulink and nidll.tlc.
    But if I want to use a cRio-9024 as Real Time-Target with FPGA-Interface I get the following error when I start the Host-VI:
    <<<
    Missing Simulation Model File
    The simulation file sinewave.out couldn't be found in the expected paths. Please FTP the file manually to your Real-Time system.
    The following expected paths do not contain the simulation model:
    C:\[...]\sinewave_nidll_vxworks_rtw\sinewave.out
    C:\[...]\sinewave_nidll_rtw\sinewave.out
    >>>
    This is the resulting deployment status:
    <<<
    Initializing...
    Calculating dependencies...
    Checking items for conflicts. This operation could take a while...
    Preparing items for download. This operation could take a while...
    Deploying NI_FileType.lvlib
    Deploying NI_SIT_util.lvlib
    Deploying NI_LVConfig.lvlib
    Deploying NI_SIT_Replay.lvlib
    Deploying XDNodeRunTimeDep.lvlib
    Deploying NI_SIT_Data Log.lvlib
    Deploying NI_SIT_SITServer.lvlib
    Deploying NI_SIT_driversupportVIs.lvlib
    Deploying NI_SIT_ClientConnMngr.lvlib
    Deploying NI_SIT_sitctls.lvlib
    Deploying sinewave_Driver.lvproj
    Deploying NI-Mess-Fix(successfully deployed target settings)
    Deploying NI_SIT_Data Log.lvlib:Expand Signal Name.vi (7,85 K)
    Deploying NI_SIT_Data Log.lvlib:Get Group Number.vi (4,46 K)
    Deploying Set Bold Text.vi (11,92 K)
    Deploying whitespace.ctl (2,09 K)
    Deploying Set String Value.vi (5,06 K)
    Deploying NI_SIT_Replay.lvlib:Wait for Ack.vi (5,50 K)
    Deploying NI_SIT_driversupportVIs.lvlibIT Driver FP Strings.vi (2,31 K)
    Deploying NI_SIT_driversupportVIs.lvlibIT Server Command.ctl (2,09 K)
    Deploying NI_SIT_Data Log.lvlib:Enable Disable GPL Item.vi (13,12 K)
    Deploying NI_SIT_Data Log.lvlibet Group Probe List Enabled Groups.vi (9,54 K)
    Deploying NI_SIT_Data Log.lvlibet Group Probe List Logging Enabled State.vi (7,41 K)
    Deploying NI_SIT_driversupportVIs.lvlibIT Timing Src.viNI_SIT_driversupportVIs.lvlibIT Timing Src.vi loaded with errors on the target and was closed.
    LabVIEW:  Failed to load shared library SIT_TimingInterface.*IT_InitTimingSrc:C on RT target device.
    LabVIEW:  Failed to load shared library SIT_TimingInterface.*IT_GenerateOneTick:C on RT target device.
    LabVIEW:  Failed to load shared library SIT_TimingInterface.*IT_ClearTimingSrc:C on RT target device.
    Deploying NI-Mess-Fix Container
    Deployment completed with errors
    >>>
    Why should I produce a file called sinewave.out? I don't think I really need it.
    Can anyone please tell me how to employ the sinewave.dll properly so that it works on my cRio?
    (I don't want to use hardware I/Os yet, just run the .dll on the cRio.)
    The best help for would be a step-by-step description coming from a working VI which uses sinewave.mdl inside LabVIEW and having sinewave.dll ready for use.
    Must I consider any other document to be able to finish this example?
    Thanks for your effort!
    Solved!
    Go to Solution.

    Hallo Marco,
    thanks for your advice. I will give your hint a try.
    But I wonder why I need an .out-file? Is the cRio 9024 device a VxWorks-based target?
    Thanks for your help!
    Jan

  • Simulation interface toolkit: SUB VI not executable error

    Hi;
    I have a real-time application where I model things in Simulink and use Simulation Interface Toolkit to carry out hardware-in-the-loop simulations. As a real-time target, I am using NI-PXI8106 with NI-PXI6251 DAQ card on it. Up until now, I was able to run my code just fine. However, for some reason, my vi didn't work today and gave several errors such as:
    SubVI NI_SIT_sitclient.Lvlib:RVE.vi: SubVI is not executable
    Details:The SubVI is not executable. You must fix all error in the subVI before this VI can run.
    SubVI NI_SIT_sit Init Model.vi: SubVI is not executable
    Details:The SubVI is not executable. You must fix all error in the subVI before this VI can run.
    This is just few of many error that I received...In the details section of the error list window, the error statement are usually like the following:
    SUBVI not supported for current target..
    Type not supported in the current target...
    The only thing that changed since the last time I ran this program with success is the IP change of the target machine..However, when I use Measurement and Automation tool, I am able to access my target machine (PXI8106) without a problem...Maybe there are some certain rules for IP settings on the PXI target? ...I can provide the details of my new IP configuration numbers if necessary...
    I also  reinstalled the SIT 5.0 on the target machine but It didn't do the trick. I am wondering if there is anyone out there who can help me out with this problem..
    Thank you so much!
    Kind Regards.

    Hi there,
    I was just wondering if you did manage to solve this problem. I'm a new user and have recently started using the Simulation interface toolkit. I have created my model using Simulink and used the real-time workshop to convert it to a .dll file. I tried to run it on labview and it seems to build it on the realtime target, however as soon as map it to the hardware (using a NI BNC-2111,It's just a bunch of analog inputs and output which I have connected to a voltmeter), a dialog box pops up with the the following error:
    Error 1003 occurred during host VI initialization: SIT_test1.vi >> NI_SIT_sitclient.lvlib:sit Init Model.vi >> NI_SIT_sitclient.lvlib:sit Connect to Target.vi
    <append>=========================
    Simulation Interface Toolkit:  The driver VI (SIT_Test_Driver.vi) is not executable.
    Check the following:
    1) You have not modified the driver VI.
    2) You properly installed SIT and any necessary driver software on the target.
    3) The target has not been locked from Measurement and Automation Explorer.
    Do you want to launch the SIT Connection Manager dialog box and reconfigure the simulation?
    Please look at the JPEG picture attached below to see how the error looks on my monitor.
    Thanks
    Attachments:
    error1.JPG ‏135 KB

  • Error 1092 happened while running the executalbe file from an example code of Simulation Interface Toolkit

    With Simulation Interface Toolkit 3.0.1 and LabVIEW 8.0, I built the example code Sine Wave.vi to be an executable file. I made no modification to the code except setting Real-Time Target to be localhost in SIT Connection Manager. Everything was OK during the building process. But when I run it, error 1092 was reported. Here is the error message.
    Error 1092 occurred at Invoke Node in sit Traverse.vi->sit Traverse for References.vi->sit Find Object By Label.vi->sit Get RPS-Control-Indicator Refs.vi->sit Init Model.vi->Sine Wave.vi (Traverse Initialization Failed)
    I cannot find out any helpful information about this error code. Can anybody help me? Thanks a lot!
    帖子被zhuang在09-13-2006 08:01 AM时编辑过了

    To my knowledge, building an EXE out of a SIT host VI is not supported.  The SIT host VI utilizes functionality in LabVIEW that is not exposed in the LabVIEW Runtime Engine (i.e., with built EXEs and DLLs).
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Simulation Interface Toolkit - How to toggle a manual switch in simulink from LabVIEW?

    I have a manual switch in my simulink diagram that I want to use to switch between to values from my LabVIEW interface. I have tried to connect a toggle switch at LabVIEW`s VI with different parameters in the simulink model(I can choose betweenhow Port Labels, sw, and action), but none of them seem to work properly.
    The manual switch in Simulink gets to inputs, one output. There is also an Environment Cotroller that output the simulation(SIM) or Real-Time Workshop(RTW) port depending on the current environment.
    At this time I am doing simulations and are not using Real-Time Workshop.
    I want to thank you for your help in advance.
    -Mari

    Hi
    Kotsya,
    Thank you for posting to the National Instruments Discussion
    Forums.
    If you are not using the Math Interface Toolkit, you may be
    interested in using the MATLAB® Script Node. This allows
    you to call MATLAB® commands using ActiveX and I you
    can call your Simulink model from MATLAB® that way.
    Here are some resources on how you can do this:
    MATLAB® Script Node LabVIEW 8.2
    Help
    How Can I Resolve MATLAB® script node and
    Xmath Script Node Issues in LabVIEW?
    Hope this helps!
    Abhinav T.
    Applications Engineering
    National Instruments India
    LabVIEW Introduction Course - Six Hours
    Getting Started with NI-DAQmx
    Measurement Fundamentals

  • Stetting up FTP and SFTP adapters for the same interface

    Experts-
    I have a situation in which client has a requirement to setup both FTP and SFTP adapters (from adapetive adapters) for the same interface. They want to have a copy of file locally and also want a file to be sent out securly using SFTP. In my interface which was previously developed they have used one business system and added FTP and SFTP to the same. If try to add new Receiver Agreement it will say that the object already exists as the Interface Mapping is same.
    Please send me any suggestions which would resolve my problem

    Hi Hari,
    As you cannot create two Receiver agreement using only one receiver interface , please create a new receiver Interface, add that in interface determination step and then assing a different channel to new receiver agreement.
    If your requirement is to store the file ,i would suggest write the file in your unix directory using NFS( /usr/sap...). then run a AFT job (if already set up in your landscape) to transfer file securly to target destination.Not sure if its feasible in your case otherwise you can use  SFTP for the secure transfer.
    Best Regards
    Srinivas

  • Does the Model Interface Toolkit support the new Linux based cRIO-9068?

    Hello, I have a cRIO-9068 and am needing to integrate a Simulink model into my controller. Does the Model Interface Toolkit support the new Linux based cRIO-9068? For that matter, does Veristand? This page implies that it does not:
    http://digital.ni.com/public.nsf/allkb/2AE33E926BF2CDF2862579880079D751
    Thanks,
    Solved!
    Go to Solution.

    Hi Southern_Cross,
    Based on the readme:
    http://digital.ni.com/public.nsf/allkb/D3F40C101B66128186257D020049D679
    It looks like it is now supported! These resources should provide some additional details:
    http://zone.ni.com/reference/en-XX/help/374160B-01/vsmithelp/mit_model_support/
    http://digital.ni.com/public.nsf/allkb/E552B0CD4E48215586257DF7005BE055
    Please note that NI VeriStand 2014 does not currently support he NI Linux Real-Time targets. 
    Regards,
    Joel I.
    Applications Engineer
    National Instruments

  • Will the apple tv 2 receive a software update for the new interface?

    Will the apple tv 2 receive a software update for the new interface?

    J.T.Holloway wrote:
    I don't love it, but I don't dislike it either.  Between the two, at least initially, I think I prefer the previous interface.
    I know that will be the case for me.
    J.T.Holloway wrote:
    The new one is a little more Apple-like with icons instead of lists, but I liked having everything right on the screen before and now I have to scroll down to get to the icons below the tv screen view.
    The old interface wasn't perfect but logical - as you say the icons are for the iPhone and iPad crowd, and as i see it will entail more scrolling and button hopping on the remote.
    J.T.Holloway wrote:
    I do like the icon look as it is more like the iPad, iPhone, Dashboard, etc.
    Quelle surprise......
    It's a bit like the redesign of these discussion fora - the new layouts are designed for the younger generation but far too much scrolling and hard work to find what you want compared to the old format.
    I HATE SCROLLINGTO FIND THINGS
    Sorry, rant over.

  • How do i pass a daqmx task from labview to matlab using the math interface toolkit?

    I want to use DAQMX functions from Matlab using the Math Interface Toolkit (MIT). How can I have a labview function output (return) the DAQMX task to matlab via the MIT?
    I want to do this so I can start a DAQMX task in Labview from a matlab function and return control to matlab without losing the task.

    Hi Mark,
    (I already posted this answer in your other thread, but let's keep THIS thread alive - it makes more sense here in the LabVIEW forum than in Instrument Control forum.)
    Since the DAQmx Task is not a native data type that can be passed directly to MATLAB from LAbVIEW, try flattening the DAQmx Task to a string before passing to MATLAB. However, I doubt that you can access the task from within MATLAB, but feel free to give it a try.
    Good luck!
    - Philip Courtois, Thinkbot Solutions

  • CRS-5008: Invalid attribute value: ce0 for the network interface

    Hi all,
    we try to install grid infrastructure 11GR2 (11.2.0.1) into Solaris Zone with shared network interface.
    We also modified scirpt racgvip, so it will be able to login (via ssh with key authorization) to the global zone and add or remove interface on zone. Script itself works fine.
    But it seems that orarootagent some how checks the interface, and returned error.
    In the log of the orarootagent I can see error:
    2010-10-01 21:38:49.573: [ AGFW][9] CHECK initiated by timer for: ora.net1.network sapdr2db2 1
    2010-10-01 21:38:50.473: [ora.net1.network][17] [check] NetworkAgent::checkLink returned false
    2010-10-01 21:38:50.474: [ora.net1.network][17] [check] NetInterface::sGetIpAddress {
    2010-10-01 21:38:50.474: [ora.net1.network][17] [check] netInterfaceName empty.
    2010-10-01 21:38:50.474: [ora.net1.network][17] [check] NetInterface::sGetIpAddress }
    2010-10-01 21:38:50.474: [ AGFW][17] check for resource: ora.net1.network sapdr2db2 1 completed with status: OFFLINE
    2010-10-01 21:38:50.476: [ AGFW][17] Executing command: check for resource: ora.net1.network sapdr2db2 1
    2010-10-01 21:38:50.477: [ora.net1.network][17] [check] NetworkAgent::init enter {
    2010-10-01 21:38:50.478: [ora.net1.network][17] [check] Checking if ce0 Interface is fine
    2010-10-01 21:38:50.479: [ora.net1.network][17] [check] NetInterface::scheckNetInterface returned 0
    2010-10-01 21:38:50.480: [ora.net1.network][17] [check] CRS-5008: Invalid attribute value: ce0 for the network interface
    2010-10-01 21:38:50.480: [ora.net1.network][17] [check] NetworkAgent::init exit }
    2010-10-01 21:38:50.480: [ora.net1.network][17] [check] NetInterface::scheckNetInterface returned 0
    2010-10-01 21:38:50.480: [ora.net1.network][17] [check] NetworkAgent::checkInterface returned false
    Does anybody know how the orarootagent checks for the network resource?
    It seems that there are some procedures (NetworkAgent::checkLink, NetInterface::sGetIpAddress) inside it. But the problem is that this file is binary.
    Or may be there are some ways to track how orarootagent checks?

    >
    2010-10-18 18:11:07.589: [ora.net1.network][9] {0:2:8} [check] Checking if ce0 Interface is fine
    2010-10-18 18:11:07.589: [ora.net1.network][9] {0:2:8} [check] NetInterface::scheckNetInterface returned 0
    2010-10-18 18:11:07.590: [   AGENT][9] {0:2:8} UserErrorException: Locale is
    2010-10-18 18:11:07.591: [ora.net1.network][9] {0:2:8} [check] CRS-5008: Invalid attribute value: ce0 for the network interface
    >
    Is there anything I can do with it? Will appreciate any help!Is ce0 a valid interface on the machine? (has the global zone done "ifconfig ce0 plumb"?)
    Is the zone correctly configured (check output of the export sub-command of zonecfg)?
    --Sowmini                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Can we create a single exe file in edge animate

    Hi everyone, I am working on an animation in Adobe Edge Animate. The code written in the file is working fine on the browser. The problem that I am facing is to create an exe file (a single file) in which i can see my animation and controls created.

  • Cisco Catalyst 2955 Causes Some Devices to "Die" During Boot

    I posted this question in the LAN section of the forums, but I realize this is probably the proper forum for my question. I have recently purchased a Cisco Catalyst model WS-2955C-12 switch. During POST (boot), the console reports that the switch und

  • MRRL - invoice reversal

    I created a ERS invoice through MRRL. Now via MR8M I reversed this document. Now if I am again running MRRL, it is not invoicing automatically. Why this is happening like this? Please advice. Thanks.

  • Nexus 5020/2248: Best Practice for DSCP-trust, verses DSCP-don't trust

    We have several Nexus 5020/2248's for our server access to the network (approximately 1000 ports). On about 20 of these ports we want to trust the DSCP markings, since they are from out Cisco Unified Comm appliances (these are access ports). However,

  • Merging labview and mathscript array question tia sal2

    Greetings, I really like mathscript functionality it's just taking a while to learn how to merge labview and mathscript together.  I can get an XY graph out which plots the correct wave function (thanks to the forums help) the problem is going from 1