488.2 SendList. equivalent NET

Hello

Is there a 488.2 equivalent NET lib for the former function of gpib - 32.obj SendList?

I need to send the same command to selected multiple devices at the same time. Not all devices on the bus.

I found the function Board.SendCommands, but there is no way to send a list of addresses.

Thank you

Curt

Hi Curt,.

In the C API SendList is replaced by writing in .NET. You use the "Write" command to send a command to an AddressCollection. You use an Add function to add new types of data 'Address' of the collection.

This information can be found using .NET to 488.2. "" "Click on start" all programs "National Instruments" NOR-488. 2' 488,2 help of .NET Framework.

This should do what you want.

Take care!

Tags: NI Software

Similar Questions

  • NEITHER 488. 2 software omitting Troubleshooter

    I can't control my instruments using my well-known software and a GPIB-USB-HS controller well known.  I use Teststand to call VB6 and VB.NET code that works on other PCs.  I am running Windows 7 and help NOR 488.2 version 2.8.

    OR MAX identifies the controller and my instruments.  I am able to communicate with my instruments using NI MAX.  However, the troubleshooter indicates that the software is a failure.

    The 'Help' button States:

    Unknown error OR-488. 2 software
    A problem of software OR-488. 2 stranger occurred. Follow these steps to resolve the problem before calling National Instruments:

    Reboot your system.
    Re-run the troubleshooter of NOR-488. 2.
    If you still have the problem, try the following:

    Fix the NOR-488. 2 for Windows software.
    Reboot your system.
    Re-run the troubleshooter of NOR-488. 2.

    Of course, these steps does not resolve the problem.

    My software is unable to get a handle to the controller and my function calls do not meet anything in OR-SPY.

    I tried to install the latest version of 488.2 (3.1.1) which did not help.  I tried to uninstall all software of NOR and then re-install only the 488.2 software.  That does not help either.

    Any thoughts?

    I found the solution to this problem.

    We use a modbus ICS Electronics GPIB converter to talk to a thermal room Watlow F4 controller.  The ICS module comes with a utility and drivers.  Do not only software, but our technician installed anyway.  Part of this installation includes a file called "gpib - 32.dll '.  The software OR also uses a file called "gpib - 32.dll '.  Our software has BEEN overlooked because he has access to this library and find something completely unexpected.  I replaced the .dll file with a working facility and that fixes the problem.

    Interesting that 'Repair' or "Uninstall/reinstall" could address this problem.

    Furthermore, gpib - 32.dll is not in C:\Windows\System32 on my install Windows7.  It is in C:\Windows\SysWOW64\.

    Steve

  • Could not receive data from GPIB system controller (PCI card of NI - 488-2)

    Hello

    We create a daughter card that will allow our product shipped to communicate via GPIB. This girl GPIB card must be able to receive the SCPI message send by system GPIB controller and reply to the message. In my current configuration, system controller is a card PCI of NOR-488. 2 installed on a PC running Windows XP.

    On the side of card GPIB girl, we have NAT7210 with 75160 and 75161 transceiver chips. NAT7210 is connected to the interface of static memory controller (SMC) an Atmel ARM9 embedded Linux OS running. We use the Linux GPIB library on sourceforge - http://linux-gpib.sourceforge.net/ .

    For now, chip NAT7210 initialization stage seems to be successful. Using Measurement & Automation Explorer software that comes with the NI GPIB PCI card, it is able to detect the daughter GPIB card; the cushion and the sad values are correct. However, chip NAT7210 has failed to receive the * IDN system controller message.

    Here's what I did to initialize the NAT7210:

    (1) set 0 x 99 in SPMR register. To make sure that we are 7210.

    (2) in AUXMR the value 0 x 02 (chip reset at the controls). To affirm the message local pon.

    (3) skip the step that defines the ICR and registered ICR2 because we use the default clock 8 Mhz.

    (4) the value 0 x 31 (addressing Dual mode) in the register of the ADMR.

    (4) together in ADR 0x01 to register.

    (5) contained SPMR 0x40. Initial response of series. I don't know what are reasonable values to settle here.

    (6) together to register 0x07 in hidden PPR. Do not participate in the parallel polls.

    (7) set TASKS and NTNL bits in the AUXRG register.

    (8) the value 0 x 51 (hldi to the order) in the AUXMR register.

    (9) to activate the interruptions; IMR0 = 0xC5, IMR1 = 0xBF and IMR2 = 0x4F (no plans for DMA transfers).

    (10) the value 0 (command pon) in the AUXMR register. Final step.

    The NAT7210 Linux configuration file content:

    minor = 0

    board_type = "gpib".

    name = "gpib0.

    PAD = 1

    sad = 96

    Timeout = T3s

    EOS = 0x0a

    together-reos = yes

    all-bin = no

    together-xeos = no

    together-eot = yes

    base = 0 x 70000000

    IRQ = 45

    DMA = 0

    master = no

    Any ideas on what could be the reasons NAT7210 has failed to receive the * IDN system controller message?

    Steve, thanks for your comments.

    It turns out that the deactivation of functions that print messages in the debug library has solved the problem of reception.

  • What is the $DUPLICATE user account - 488

    If I run the command net user on my 2003 server, I see a user listed as $DUPLICATE - 488.

    Anyone know if it is a built-in account?

    Hello

    I suggest you according to the question in this forum and check if that helps:

    http://social.technet.Microsoft.com/forums/en-us/categories

    It will be useful.

  • What is the equivalent of key() in php here?

    In actionscript which is equivalent to key in php which States that:

    Le Key() function simply returns the key of the array element that is currently being pointed to by the internal pointer. It does not move the pointer in some way. If internal pointer points beyond the end of the elements list or the array is empty, key() returns NULL .

    more can be seen here:

    http://PHP.net/manual/en/function.key.php

    for an array, you must use the indexOf() method.

    var int index = yourarray.indexOf (yourarrayelement);

    but for an associative array (= object), you can use:

    function keyF(obj:Object,e:*):String {}

    for (var s:String in obj) {}

    {if(obj[s]==e)}

    return s;

    }

    }

  • [Flex 4] getElementById equivalent?

    Is there a getElementById JavaScript equivalent in ActionScript?

    I searched the net and I found this ['elementName'] , but it gives me just the error (when running):

    Property X not found on Y and there is no default value

    The item is placed in another element, so I also tried picContainer.this ["elementName"] which gives me error (before compiling):

    1084: syntax error: expecting identifier before that.

    1086: syntax error: expecting semicolon before rightbracket.

    However, the location of these errors are way compensated.

    I also tried picContainer ['elementName'] which gives me (when running):
    Property not found pic0 on spark.components.BorderContainer and there is no default value.

    How to get to an object by knowing only his ID? In JavaScript, it's easy, but I have no idea how do it in ActionScript?

    Best regards

    Magnus

    If you used "id ="foo"' of MXML, then this ["foo"] work."  Otherwise,.

    you create variables to contain references.  There is no getElementByID

    equivalent.

  • How can I uninstall Sierra & return to El Capitan without an external hard drive or equivalent required by the instructions online?

    How can I uninstall Sierra & return to El Capitan without an external hard drive or equivalent required by the instructions online? I find too many misadventures and not happy.

    Hello

    Check out this useful tutorial: https://www.igeeksblog.com/how-to-downgrade-macos-sierra-to-mac-os-x-el-capitan/

  • How is it safe to type the password for the Mac in while net surfing?

    Greetings!

    This question, I hope a little more am react.

    Mac (not the apple account password) password is required to type to make big system changes. I started thinking, how easy is to villains to steal? I was surfing net to find answers to a problem and then typed in command in Terminal.app. And then started worrying - could he was reading / stolen by some site that I had to open this time?

    Noticed that terminal needed no password minute later when I added the new command. I hope he didn't mean that his record here and outside the source able to read?

    Sorry I don't know much about tech. I hear passwords remain safe and it worried me. Ease is even steal password of Mac by external sources (hoping that I am not infected with what either).

    If your Mac is protected by a password for admin (connection) anything can happen, so I hope you can be one, one good and that use you it.

  • Workout App does not define 'fast market' equivalent?

    When I use the app to drive on my Apple Watch when I went up on a normal bike, not all of my journey is considered to be a workout.  I can be riding for an hour, but the app decides that the only parts of this time count for a workout.  The explanatory note said I have to do the equivalent of a brisk walk.  What is c?  Is it using my pulse?  If so, it's too bad because I take the medication that slows down quite to the bottom of my heart rate and it is very difficult to be in green all the time.  My bike course map is painted in green, yellow and Red areas.  So if I stop briefly for traffic, it is red and does not count.  If it's yellow, it doesn't count... so it appears.  This means that a one hour bike ride can have only 15 minutes of training time.  That makes no sense to me.  Have I not that bad?

    Tracy Rog wrote:

    ..  The explanatory note said I have to do the equivalent of a brisk walk.  What is c?  Is it using my pulse?  ..

    Progress towards your daily goal of exercise of credit, the application of the activity is to identify the activity equal or exceed the intensity of a brisk walk. This requirement applies as well to the general course daily wear and record training sessions through the training exercise credit app which is awarded for each minute during which this condition is met.

    The definition of a brisk walk varies from one person to another and depends on your personal information.

    To verify that this is correct - and update over time:

    • On your iPhone, in the application of the watch, go to: My Watch (tab) > health > edit - tap and adjust the settings, then press on in fact.

    Apple Watch uses different sensors and data sources to track the results of training sessions, depending on the type of activity. For example, with Apple Watch (first generation) and the models of series 1, the watch can access data matched iPhone GPS if it is taken along during the walk outdoors, running and cycling training. (Series 2 has built-in GPS).

    Calibrate your watch can improve the accuracy of the estimates made by the activity and workout app app. More information and instructions for calibration of your watch are available via the link below. The article also includes instructions for resetting the calibration data and leave.

    If you prefer to receive credits of exercise during the duration of your training sessions, regardless of their estimated intensity levels, follow them through the application of the training session using 'Other' as the type of activity. This credit a minute of exercise for each minute of the workout. Active calories will be estimated at a rate equivalent to a brisk walk or based on the data recorded by the heart rate sensor, according to what is higher.

    More information:

  • CTRL + SHIFT MAC equivalent mode icon

    New Mac user here:

    Is there a way to do an equivalent to Ctrl-Shift file selection icon?

    I get in the view of the list in now Shift, but in icon mode Shift seems to behave as a control, add individual files to the selection, rather than all files between the first and last selected...?

    Unfortunately, no. To do this, I suggest you drag the slider with the trackpad (or mouse) to select all the files at once.

  • Cellular data opens, but may not use the network have to reset net work every time

    Hello everyone

    My problem is:

    When you use the cell data, after several hours, the net is not available

    I have to reset the network every time

    and this happens every day

    I'm so sad!

    Hello

    If you have not already done so, it can help to upgrade your iPhone to the latest version of the software:

    Also, follow the steps detailed here:

  • Can I use Virgin Media email and gandi mail net on same Thunderbird set up?

    Having problem for Thunderbird at the second address Virgin Media email see (new) and webmail not much better. If I create a Gandi net account will both my V Media address 1 and new address Gandi be available the same Thunderbird set up?

    Regards, Phil

    I fear for you that if webmail of problems, normal email might be not the best (and could do a lot worse!) You have a particularly slow or intermittent connection?

    This isn't a bad price and it's a little less to pay for my. org.uk domain and its accounts. But then my provider is in the United Kingdom and I am in terms of name with exceptionally competent technicians they employ.

  • Why should I allow an installation direct on net as admin in my computer - that they give me the .msi or .exe. No direct link to the net as an administrator!

    Should we encourage this philosophy of connection to the network as administrator, even for freeware? I don't know why Adobe insist on it? Why can not simply give a .msi to install (maybe encoded with the mac address of the machine if they want to restrict the secondary distribution? Why the user must face the threat of connect his machine to the net as an administrator with all related vulnerabilities?

    I'm not sure we can help with philosophical questions about software distribution... but I thought I would mention that you can get a full installer for Flash on this page: https://www.adobe.com/products/flashplayer/distribution3.html

    Probably not helped with updates.

  • try to update MS net framework Asst. is not because he is disabled. Help!

    the wizard of Microsoft Net Framework needs an update, but it is disabled with this version of Firefox. How updated?

    Not a problem of Firefox support.

    You can download a newer version of Microsoft .NET Framework from here: https://www.microsoft.com/en-us/download/details.aspx?id=40773
    or here:
    https://msdn.Microsoft.com/en-us/vstudio/aa496123.aspx

    With respect to the update of the .NET Framework, see Microsoft support for help with that.

  • Update FF 37 messed net-tab in dev-tools

    Since the update today at 37 the net-dev-tools tab is messed up and type-buttons are missing

    I added a screenshot for clearification

    system:
    Ubuntu, Gnome 14.04.2 LTS 64 bits
    FF: 37.0

    now with 38 new version it works again, so something had changed.

Maybe you are looking for

  • Each recall requires a Date

    I used to be able to set a reminder date.  Now if I do not have a date, the application puts an in.  I was used to be able to reorder reminders in the list, but that seems to have disappeared now.  And I tried to delete a reminder, but cannot find a

  • Paper art are grayed out

    Hello world Any setting I try, I can't select Pages fine art papers. I select manual back, before art, black etc Matt, there is always grey I have re set the printer pane, upgraded to El Capitan, purchased and installed an Epson P800 The same problem

  • Where support (with read/write access) files should be placed on the computer target?

    I am building a LabVIEW application that will be distributed to more than one PC. I have I need to read and write in a configuration file. I need a file location that I can reach on the vast majority of computers that run Windows XP and VISTA. VISTA

  • Re - install Windows 7

    I bought the laptop with pre-installed in windows. and now reinstall drive does not work. How to re-install windows 7 64-bit SP1?

  • Can I define dimensions as percentages?

    I'm building my third site in Muse, Yes, I'm very much a newcomer, but I wanted to know is possible to convert the dimensions of the blocks of content of fixed pixels to percentages, or is - this all related to problems of responsiveness?I use three