How to program with different device by NI-VISA?

Dear NIer:
firstly I will list my enviroment.
SW:Labwindows/cvi 5.5/VISA/MAX.
HW:HP pc/pci-gpib/GPIB-VXI/DD42916.
QUESTION:
1 MAX always think GPIB-VXI/C and DD42916 as a GPIB device.Why don't they think these devices listed above as a VXI device?
2 Since MAX think DDC42916 as a GPIB device, and DDC42916 supports word serial communication, How can I program with this message-based device by NI-VISA?
I searched for appropriate function in NI-VISA ref manual,but I failed.VXI WSPRotocal COMMand is not suitable here evidently.
3 Then how can I program the other device like register-based device and memory-based device under this circumstance?
4 if slot0 controller changed from GPIB/VXI to 1394/VXI
,then how to program?

east-
I see this question was answered (and then discussed again in depth) in the VISA forum. I'm posting these links in case anyone looks here for an answer.
-Scot

Similar Messages

  • How do iCloud calendars work with different devices?

    Hi
    iCloud is driving me mad! All I want it to do is what it promised - keep several devices in sync, but it seems to either do nothing or spawn duplicates. Part of my problem is that I can't find anything that tells me exactly what it does with each device.
    Here's my set up:
    One Mac - MBPro 17" running iCal, Address Book and Mail (I've completely given up on trying to get Entourage 2008 to play nicely) on Lion
    One PC - W7 Pro using Outlook - this is normally my main machine (sorry)
    One iPad
    One iPhone
    Appointments are normally made either on the PC or the iPhone and then disseminated to the other devices. iPhone and iPad are normally synced and recharged to the PC, so sync quite happily with Outlook.
    The odd one out is the Mac, which i am trying to get synced without lots of duplication.
    Originally I set up iCloud on everything. So on all devices I ended up with 2 calendars - 'On this Device' and 'iCloud'. Why do I need two calendars? if I make a change to my device's calendar I just want iCloud's calendar to change and for it then to change all other devices! I really don't understand the logic of what is going on and this is why I am having problems. Am I supposed to turn visibility of iCloud calendar off everywhere so that it just does its stuff in the background? I presume so, otherwise every appointment is duplicated on every device.
    I've now turned it off everywhere because i ended up with three or four calendars showing on every device and massive duplication problems. Then when I turned it off iCloud deleted all my historical information and left me with a blank calendar. Thanks Apple.
    What's really missing from Apple's documentation is an explanation what is actually going on under the hood and therefore of the best strategy to adopt.
    Should I let the PC and iPad/iPhone do their stuff without iCloud and just sync one device to iCloud and also sync the Mac to it. This would reduce the chances of lots of duplication.
    Any guidance gratefully received.
    TP

    Will I still get two calendars on outlook on the pc, because that caused lots of confusion last time?
    I don't know about Outlook on PCs I'm afraid, so can't answer that question.
    if I end up cut down to just one calendar on the ios devices, will that work off line?
    Yes. All devices/computers cache copies of the calendars locally for offline use, then any changes are automatically uploaded next time you have an internet connection.

  • SP 2013 Development - How can I Simulate Different Devices to Help Design and Test a New UI?

    Hello Community!
    I am working with SharePoint 2013 and I need to be able to design and test a new design across multiple device browsers.  Does anyone know how to simulate a device browser for design and testing?  BTW, I know about Device Channels, and they give
    me a way to dynamically change my UI for different device browsers, but because this UI is complex, I cannot be sure what dynamic changes need to occur until I can simulate the device browsers and view my new UI in them.
    Thanks!
    Tom
    Tom Molskow - Senior SharePoint Architect - Microsoft Community Contributor 2011 and 2012 Award -
    Linked-In - SharePoint Gypsy

    Hi Tom,
    Because your question is mainly how to simulate different devices, which is more related to SharePoint development, I am moving this thread to
    SharePoint 2013 - Development and Programming forum for better response.
    Best regards,
    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.

  • Troubles with programming a program with different multiple channels!

    Dear LabView users,
    i've been struggling with a program I need to write about the stress-strain curve and the E-modulus of a material tested with strain gauges, and LVDT's.
    The thing is, I need to acquire data with the nDAQ-system from strain gauges (Virtual channel: Strain), LVDT's (Virtual channel: Voltage) AND a pressure cell (Virtual channel: Voltage), and I need to log this data and do some operations with this data. The problem is, this program needs to work with either the combination of 1 strain gauge, 1 LVDT and 1 pressure cell, but also with the combination, for example, of 4 strain gauges, 2 LVDT's and 1 pressure cell. For the strain gauge I need to be able to configure the strain gauge properties (but this is able with the bridge configuration cluster provided by LabView) for each strain gauge seperatly, also I need to be able to configure the scale and the input voltage for each LVDT or pressure cell, also seperatly. And I need to be able to select the channel for each gauge,LVDT and force cell. Also I need to be able to set these elements to zero before the testing begins. 
    Thereafter all these data needs to be logged into an excel file and also be shown on a clear graph that shows me the strain from the gauges, the displacement of the LVDT's and the force of the pressure cell. 
    Eventually, I need to become a stress-strain curve and the E-modulus of the material we're testing, presented in LabVIEW.
    Does someone has an idea about how I should work this out step by step? Any help would be very usefull.
    With kind regards,
    Peter

    PeteTheGod wrote:
    You remember my previous post? Is it something like that you mean? I started there also with a cluster with name and scale information, but for the strain gauges it was too difficult to complete this. And eventually, it was getting way to complicated for me to proceed with programming.
    And what do you mean with the configuration file? You mean a notebook file like I already tried? 
    Do you have some easy example (.vi) about how I should do this? 
    Dear Peter,
         I'm sorry, but I did not remember your previous post (though I did remember looking at something you had posted).  However, I did "look it up" and saw that I'd made a suggestion that you store your configuration information in a Cluster, use an Enum (that you define) for the various types of Bridges, and store the data in a Configuration File of some form.  LabVIEW has a series of Functions on the File I/O Palette for .INI files (which it calls "Configuration Files", and I provided an example for using an Excel Workbook as a Storage format, but you can use anything, even a Text file.
         The important thing is this allows you, the User, to have a set of "Details" (Bridge Type, Gauge Factor, Gauge Resistance, etc.) stored along with a Name that you choose, and at Run Time, you can specify or choose just the Name (say, from a Drop-down List) and pick up all of the other parameters from your Configuration File.
         If you were going to use a Drop Down List, you would want to populate it with the "Correct Choices", i.e. the list of Names in your Configuration File.  So your Initialization Code would read the Configuration File and create a Ring (or something similar) populated with all of the Names.  Then, when you choose which Device using the Ring to force you to choose one of the named Devices, you would simply use the Ring value to index your array of Configuration information to get Bridge Type, Gauge Factor, etc.
         My earlier Post was "specialized" in that it only applied to Bridge Specification.  If you want to include other Devices, such as LVDTs, you can certainly do that.  Now your basic Cluster would change -- instead of Name, Bridge Type, etc., which is specific for Bridges, you would have Name, Device Type (an Enum that was Bridge, LVDT, etc.), and perhaps a Variant that could be called Device Specs (my earlier Example shows a possible Bridge Device Spec as a cluster of Bridge Type and two Gauge parameters).
         Do you know about Variants and how to handle them?  It just means a little more processing at the time of Reading, Writing, and Using.  Here the LabVIEW .INI Config Functions might be simpler as you could particularize the sub-parameters based on the Device Type.  You could still use Excel, but you'd need to give some thought about how to handle the different sets of columns for the different Device Types.  If you want to go the Excel route, design an Example Worksheet (similar to the example you showed at the beginning of this post, which was just for Bridges, I believe) and show us your thoughts.
         Spending a little time on design now can really pay off later -- it may take you an extra hour to figure out how to write the code, but the code should take very little time to execute, and will keep your program nimble, effective, and capable of handling multiple and new devices.
    Bob Schor

  • Can I Turn off iMessage in a group text with multiple people with different devices? There's 1 person in the group text that doesn't use iPhone anymore and they can't see any messages that are sent unless we send as regular text individually.

    Is there a way to turn off iMessage for a group text that includes multiple people with different non-apple devices? When a message is sent, only the iPhone users can see the iMessage. Those without them cannot see the texts unless we send individual Text Messages or turn off iMessage completely.

    now I have this and it still doesn't work.
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "OffTime" "1"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "DontZap" "false"
    EndSection

  • ME51N : how to deal with different units of measure as defined in MM01?

    Hi Folk,
    Could you please help me ?
    Some of our materials booked in stock are purchased by our purchasing department in Europe but as well by our purchasing department in US.
    The base unit of measure of those materials are defined with KG (kilogram) in the masterdata file (MM01).
    Why this is not allowed to enter a purchase requisition (ME51N) with other unit of measure than KG?  My purchasing department in US is not able to work with kilogram and thus they need to enter the requisition with US units of measure (pounds).
    However when we create purchase orders, we can play with other units of measure.
    Does someone can explain to me how to create a PR with a unit of measure different from the default one?  Or could you share your experience to bypass this issue.  Note that we really would like to have the same material number both for Europe and US (with different plants and storage locations).
    Thank you very much!
    François.

    Please check these answered links:
    PR UOM
    Re: Can't Change UOM in PR
    Alternate UOM in PR & PO
    Edited by: Afshad Irani on Jun 14, 2010 7:11 PM

  • How to edit with different formats of clips

    Hi, I am sorry to as this question, I should know the answer but just ain't sure. I am making my reel and I have a bunch of stuff that is dv dvcpro NTSC and that is what the sequence setting is set to. 29.97 compressor is DV DVCPRO-NTSC. However, I have some footage that is DVCPRO HD 720P60.
    When its in the timeline the preview sure makes it look awkward, quality loss. What is the right thing to do here. Also, all my NTSC footage is 4:3, but what does my FC sequence register it as a NTSCDV (3:2) and not NTSC 4:3. Although it looks fine, I just want to understand my timeline settings. Thanks and hope to hear from someone.
    Also, can anyone point me in the right direction to learn how to deal with editing footage with different frame rates. For ex, some 29.97 footage, 23.98/24 Thanks
    Nat

    HI Swarup,
    thanx for the response.
    i did the same thing...i imported 2 different versions into xi and used in mapping.and interface is working fine.
    what i am concerned is : will there be any problem in future while transporting to different environments?
    and why it is showing 'segment version' in attribute in Trace in sxmb_moni....
    any inputs will be help full....
    Thanx in advance.
    regards.

  • How to login with different User in Portal

    Hi Experts,
    My requirment is quite different here, I want to login with different user in single login.
    My senario is like this for your understading...
    First I have loged in with one user and go to the one customized screens where I have list of all the portal users in a drop down.
    Here I am selecting one User from the list and Click on Submit button...then new window should open with this(selected) user login...
    Can anybody suggest me that what I suppose to do this to achieve this.
    what are parameters new user expects for login?
    what 'll be my approach for this?
    Thanks in Advance,
    Vikas

    Hi Prem,
    Thanks for your answer...
    The URL..
    http://server:50000/irj/portal?j_user=QAEmEsLAComR&j_password=Pa$$word
    it works only when, do this on fresh browser .. if someone has already Logged in and then try to open with different user name then it won't work.
    if I'll change URL with other user in the same browser like this..
    http://server:50000/irj/portal?j_user=demouser&j_password=Pa$$word
    then shows only previous page.
    But my requirement is to open different user page from the already logon user.
    Thanks, Vikas

  • Is there a way to Comunicate with USB device other than VISA using LABView

    I have a manufacturer-supplied driver   to control my USB device.
    Can you show a example of how to talk to my device using the call library function node.
    I have a DLL that contains a whole bunch of useful functions that someone else already designed to talk to my device.
    I have tried Visa and this just gives errors trying to talk to the device.

    Hello,
    If you're looking for device information including vendor and product ID, and how windows see's the device, try using USB View - you should be able to download it from http://www.srigc.com/PeakSimple.htm (search the page for usbview and you'll find it quickly).
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • How to synch two different devices with two different Apple ID's without merging them?

    I have an iPhone 5 and iPad linked to my Apple id. My son just got his first iPod touch with his own Apple id. We use the same PC to backup and synch our devices.
    The problem I have is since he got his iPod touch, all his downloads get installed on my devices, and we don't want that. Can someone help me by explaining to me how we can use the same iTunes and the same computer to backup and synch our devices, without having his apps install on my devices?
    Thanks in advance!
    Pablo

    How to use multiple iPhone, iPad, or iPod devices with one computer

  • How do I share my itunes library with different devices

    I am trying to share my main computers itunes library so it can be accessed by multiple people on their own iphones. It will show up on my own iphone, but my roommates iphones it will not show up. Id like to be able to play music on my iphone from my computers itunes library, as well as someone else being to play songs at the same time from my computers itunes library.

    okay thanks for the help. its just i dont need to be giving my password away to everybody. it just ***** having to do all the logging on myself to all their devices, which really isnt a huge problem. I just thought once it is shared, anybody can access it because i didnt set and initial password. wierd there isnt a guest feature

  • How to sync to different devices?

    I have synced various videos to my 64GB iPad, but I don't want them on my 32GB iPhone which is far less suitable. It seems because they are ticked in iTunes, they get synced to both devices. Is there a way to avoid this?
    Thank you.

    "How do I combine three itune accounts into one? "
    You cannot.
    "Then how do I set up three users for the one Itunes account on ONE Mac Pro Computer with one Itunes program?"
    You can copy all of the music to one computer and set up different users see:
    Learn how to set up additional user accounts.
    How to use multiple iPods, iPads, or iPhones with one computer

  • Call same smartform in program with different text - same result

    Hello,
    I'm facing the following problem:
    In a program, a certain smartforms form can be called multiple times. Only the text can change, depending on the user action.
    However, the resulting form does not show different text for the different actions. The first time it is used, the text is correct, but from the second time onwards, the text in the form will still be same than the first time.
    The text type in the smartform is 'include text', so I can see in the standard text transaction (so10) that the text was indeed changed correctly. But still it shows the same text in the result.
    Is there some option I have missed?
    Thanks

    Hi,
    You can use COMMIT_TEXT.
    The system keeps all text modules for which you defined 'storage in update task' in the corresponding text object in the text memory. As soon as it updates the corresponding application object, it must also place the text modules into the log file.
    The function module COMMIT_TEXT generates for the text modules in the text object a CALL FUNCTION... IN UPDATE TASK statement in accordance with the action to be executed (delete, create, change).
    No COMMIT WORK is created. This must be executed by the application program.
    If you do not specify OBJECT, NAME, ID, and LANGUAGE, the system transfers all texts from the text memory. To limit the function to certain texts, enter values (fully or generically) in the above fields. The system then selects all texts that match the selections in the fields up to the first ' * '.
    By default, the system deletes texts from the text memory as soon as they are written to the log file. If you want to keep updated texts in the text memory, call the function module with the parameter KEEP = 'X'. The system then keeps the texts in the text memory and flags them as updated. When calling COMMIT_TEXT again, the system ignores these texts. If you change such a text again during the transaction (for example, using SAVE_TEXT or DELETE_TEXT), the system deletes the flag. However, you need another COMMIT_TEXT to update the text.
    <b>Reward if helpful.</b>

  • How to deal with different Pixel Ratios?

    Hi, I have a project in which I use two different pixel ratios (0.9) and (1.2).  Now of course, they both look squished, and not only that but the exporting of the file is completely messed up, with black bars and still some squishiness.  Does anyone know any easy way to fix this?  I have hundreds of files which are of different pixel ratios.  If they need to be the same ratio going in, how is it that I can BATCH convert them to the same one?  Since it would be such a pain to do them individually.  Thank you so much for your time!

    First decide on your output format, 16x9 or 4x3. Once you have made that decision, create a sequence in that format and use scale to frame size in the preferences before importing those clips. Do not scale up to lose the black borders, unless you don't care about the quality.

  • How to report with different time zone dynamically based on user's account?

    Hello
    I am wondering is there a way to change the report's date & time data based on user's locale setting in OBIEE?
    Let's say the user log in to OBIEE with eastern time zone setting. The data that's in the database is storing a transaction of $400 at 1am Pacific time.
    So when this user run a query which does something like 'select date, transaction, amount from date, transaction, sales where this = that', it should display the $400 amount done at 4am eastern time instead of 1am pst.
    What I have done is to have data stores in date dimension to be UTC time, and I have also changed the data type of the date column to be 'local time zone'. DB is Oracle DB 11G now.
    Now this query works perfectly well in the DB as long as I run the following commend first:
    Alter session set time zone = 'whatever my time zone'
    and then
    Select date, transaction from tables..
    The date displayed will automatically be converted into different time zone..
    Since everything is working nicely from Oracle DB level, I need to know how to make it work when OBIEE sends the same query down to the DB..
    I know that, probably I will have to enter the above alter session commend in the connection pool, however, I can't hardcode the time zone value.
    I also don't want to store user's time zone in the user table because these users travels a lot. So even if his table setting is EST, but at a given day he can be traveling to pst time zone and view reports.
    Is there a way to dynamically set the time zone based on user's account locale setting?
    Let me know if you guys have implemented something similar or not
    Thanks

    garuda wrote:
    Hello Sarvan
    I have already done that part at the DB level and it is working perfectly with alter session commend before the query.
    My question is, how do I configure OBIEE so that before each user runs a report from BI, the alter session commend will be fired with each user's personal locale time zone setting passed through so that each user will be able to view data according to their different time zone?did you tried with Connection scripts(Execute On connect) in Connection pool.write ur Alter commend to Change Time Zone in this script box.

Maybe you are looking for

  • Syncing subscribed calendars in iCal to MobileMe / iPhone

    Is there a way to do this? I have a few subscribed calendars that I would like to be able to see on my iPhone but I can't figure it out to save my life.

  • Acrobat vs Livecyle - which is better for making accessible PDF's

    I am having a very hard time making my PDF accessible. The source program I use to create my document is InDesign 5.5. I convert to PDF and am attempting to tag it using Acrobat X. I tried tagging my form using the articles panel in InDesign but it d

  • Problems with pop-up window in IE

    We run a free multiplayer poker game on Bebo and Facebook. You can see it at http://apps.bebo.com/poker on Bebo and http://apps.facebook.com/pokersavvy on Facebook. As you'll see, when a user visits the app the Flash lobby loads inside the page. Ther

  • Problem in Acrobat PDFMaker

    Hi, i am using Acrobat 7 to convert the one word document into PDF, while in the conversion process i am getting following error. An error while creating a temporary file: Word was unable to write some of the embedded objects due to insufficient memo

  • VM problem displaying image?

    hi all, i have this code here import javax.swing.*; import java.awt.*; import java.awt.event.*; public class BackgroundSample { public static void main(String args[]) { JFrame frame = new JFrame("Background Example"); final ImageIcon imageIcon = new