List all items stored on an OPC server

Hi!
is there a way to get all items stored on an OPC server without using the DSC toolkit ?

Bonjour,
Effectivement,  le toolkit DSC est principalement utilisé pour l'E/S sur des serveurs OPC.
Sinon, voici quelques liens qui pourraient vous aider :
Setting Proper Access for Remote OPC Server When Using National Instruments OPC Clients
http://digital.ni.com/public.nsf/allkb/5C8A90CD57B279F286256C2C006F1EB4?OpenDocument
How Do I Connect to an OPC Server Using DataSocket?
http://digital.ni.com/public.nsf/allkb/F92C1F2F7B35105B86256DB200628B24?OpenDocument
Cordialement,
Rémi M.
National Instruments France
#adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
>> Les présentations NIDays 2010 déjà disponibles au téléchargement !

Similar Messages

  • How to list all active local ports where a server/services is listening?

    How can I list all local ports where a local server or services is listening?
    The listing should contain the path and program name of the listening server/service.
    So I need something like:
    port=22 /lib/svc/method/sshd
    port=25 /bin/emailprgm
    port=1049 /ust/local/bin/myserver
    How can I do this?

    lsof (compile, sunfreeware.com, blaswave)
    it wont show full path i think (man lsof for more) however it gives pids/ports/exe name, so you could take that and script it or do something with the output.

  • Choose doesn't list all items in bookmarks

    When i go to enter a new site in bookmarks, the drop down menu for bookmark folders doesn't list all my folders. When I select "Choose" I get no more than already listed. Actually it just shows Bookmark menu with no folders. How do I get choose to display all my folders?
    I have 12 folders. The list only shows 5 folders.
    On my work computer it lists all my folders when I select choose.

    Can you click that Bookmarks Menu entry to open the list of folders?
    That item may have been collapsed.

  • How to list all tables/stored procedures used by the report

    All the reports i create are getting data from stored procedure(s). Is there a way to obtaining a listing of all the stored procedures without having to open report by report and check under Database > Set Datasource Location > Properties > Table Name?
    Finding this info it would be extremely valuable, as it would help me to judge the impact of any changes that i might be considering to one or more of the stored proc.
    So far i maintained a manual listing but it is not up-to-date and reliable. I would rather prefer to get an updated listing every time i want to change/drop a stored procedure.
    Thanks so much for your help.
    Rick

    Dell can you be a little bit more specific about the SDK solution. I could ask one of the developers to help me but i need to gather more details.
    I took a look .rpt inspector Pro but it does not do what i need. All i need is the the listing of all the database tables (in my case stored procs) used in my reports. No need to replace or change anything. I need to scan the directory where i have all the reports for the different applications and get report names and table/stored procs used. i can export the txt file to excel and that's all.

  • List all EJBs deployed in an application server!!

    I am new to EJBs
    Can we write a code where, given an Initial context class and the server location, we can get the list of all the EJBs deployed in that server?
    Think the value of initial context class will only change based on the application server ... confirm..
    Thanks

    Another straightforward check is to have adopted a naming convention in your JNDI tree. For example, all EJBS are under **/ejb. Obviously this doesn't guarantee that your application server won't have whacked something under there too - that's where the instanceof check will be required.
    Another alternative is to make calls to the appropriate MBeans in your code - effectively doing what the JMX console does. Accessing MBeans is pretty straightforward - typically you just look up the MBean Server in JNDI and locate all relevant MBeans using a query. The nature of the query will depend on the application server you're using.
    Hope this helps.

  • How to find the list of unused stored procedures in SQL Server 2005?

    Hi,
    I need to find out the list of stored procedures which are not in use.
    I found there is something called "sys.dm_exec_procedure_stats " for SQL server 2008.
    Can you please suggest your ides here to do the same job for SQL server 2005.
    Many Thanks.

    In SQL 2005 there is, sort of. This is query lists the last execution
    time for all SQL modules in a database:
       SELECT object_name(m.object_id), MAX(qs.last_execution_time)
       FROM   sys.sql_modules m
       LEFT   JOIN (sys.dm_exec_query_stats qs
                    CROSS APPLY sys.dm_exec_sql_text (qs.sql_handle) st) 
              ON m.object_id = st.objectid
             AND st.dbid = db_id()
       GROUP  BY object_name(m.object_id)
    But there are tons of caveats. The starting point of this query is
    the dynamic management view dm_exec_query_stats, and the contents is
    per *query plan*. If a stored procedure contains several queries, 
    there are more than one entry for the procedure in dm_exec_query_stats.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • List all MultiProviders in Development server

    Hi Guru's,
    I would like to list all the MultiProviders in my Development server. Could someone tell what is the transaction code to list all the MP.
    Thanks in advance.
    Krishna

    Hi Krishna,
    Please have a look into this table RSDCUBEMULTI,its specfic to the multiprovider and related infocubes.Give the vesion as A .You can also extract only multiprovider names by writing a simple select query in a report program as per your need.
    Please copy this code into a report program.
    DATA: BEGIN OF itab OCCURS 0,
          mcube TYPE rsdcubemulti-infocube,
          END OF itab.
    SELECT DISTINCT infocube FROM rsdcubemulti INTO TABLE itab order by infocube ascending.
    IF sy-subrc EQ 0.
      LOOP AT itab INTO itab.
        WRITE: / itab-mcube.
      ENDLOOP.
    ENDIF.
    I hope it  might be helpful.
    Thank you,
    Prem
    Edited by: Prem Venugopal on May 4, 2009 10:21 AM

  • NI Server Explorer Attempts to Start When a 3rd Party OPC Server is Referenced

    I am using Labview with a third party (Siemens) OPC server.
    On one PC the Labview application (which uses a data socket to read OPC items from the Siemens OPC server) works without any problem.
    On another PC the same Labview application opens a window/dialog looking for the NI Server Explorer.  It does not find it and leaves the PC in a endless loop while I try to cancel.
    I can not understand why one PC is behaving differently from the other?
    Both PCs are running the same Windows XP operating system, both are running the same Siemen's OPC server, but are running the same Labview application.
    How can I troubleshoot this issue?
    I have attached the Labview application for reference.
    Thanks,
    Bernie
    Attachments:
    OPC chart.vi ‏129 KB

    hi there,
    please compare the settings of all NI-related services and check for firewalls on both machines.
    btw.: if you have LV >6.1 i suggest o use the DataSocket functions. this should improve performance of your app a lot (see attachment. not tested!!). can you see the url defined in the vi when you open the URL-Browser "DataSocket Select URL.vi"?
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"
    Attachments:
    OPC_chart_DataSocket_7.1.vi ‏123 KB

  • OPC server trouble seeing tags in NI Distributed System Manager

    I have created my own OPC server for simulation purposes.  If I create an I/O server and select my OPC server I can then "create bound variable" in which I can browse my OPC tags which are all in there.  I use another program which makes use of property nodes to acquire a list of paths to these tags.  The list is empty.  I noticed that when I run the "NI Distributed System Manager" I can see the I/O Server but the sub tree doesn't show my tags.  If I got them to show up in "NI DSM" then I could get a list of tag paths.  Does anyone know why my tags would show up in the "created bound variable" window and not the "NI DSM" window?  I have tried deploying the library that the I/O server is in but this doesn't work.
    Thanks
    Matt

    Thanks for the reply Charris,
    I have two OPC servers.  One is the simulator and one that I connect to at a remote location which required some OPC client software (some service in windows registry which I am not familiar with). All I know is that I can browse all tags on the remote OPC server by first creating an I/O server (yes I use OPC client) and selecting "create bound variables".  Before I bind any shared variables to OPC tags I can go into DSM and see all the tags that are not yet shared variables.
    When I try doing this with the simulator, I first create the I/O server before I can browse all the tags in "create bound variables".  But this time when I go to the DSM, they are not listed under the I/O server.  This is just an observation.
    My real problem is that I use this piece of code found on the NI website to get a list of tags (URLs).  This code works with the remote OPC server but not with the simulator.
    I don't really understand the code.  All I know is that if I input the name of the library and the name of the I/O server as well as the path to the PC, it brings back a list of URLs pointing to tags.  Maybe there is something in this VI you can help with.
    Thanks
    Matt
    Attachments:
    Get Tag List.vi ‏38 KB

  • How to report all items in a folder, including subfolders?

    I've got a folder structure like this:
    Examples
    Product1
    Ver1_0
    Ver1_2
    Product2
    ver5_5
    Ver6_0
    How do I generate a Report that lists all items in a certain
    subfolder, including all subfolders?
    For instance how to list all items in the Examples folder and
    below (e.g all items), or how to list all items for the
    folder /Examples/Product1 and below?
    I need to provide a read-only view of the items in a report etc
    for one user-group. There might be a better way than a
    report...!?

    The spaces in the folder structure got stripped off...
    Trying to show it by prepending >'s instead of spaces to show
    the hierarchy:
    Examples
    Product1
    Ver1_0
    Ver1_2Product2
    Ver5_5
    Ver6_0
    (I hope u get it)

  • Micrologix 1400 opc server

    Labview OPC Server doesn't support Micrologix 1400 PLC  ( Allen Bradley)???
    Attachments:
    opc server support.JPG ‏6 KB

    I was able to find the Micrologix 1400 in the list of devices on my NI OPC server software, but it doesn't seem to be on the list in your screenshot:
    I will have to add this PLC to the compatibility list.  For more info on how to set this up, the instructions are located in this KnowledgeBase article.  Unfortunately, this document currently has no English translation, but the pictures should outline this process pretty thoroughly.

  • How can I delete all items on the "Done" list in Reminer-App? There are meanwhile hundreds of items (shopping, appoitments, ...) and I don't want to spend hours deleting them.

    How can I delete all items on the "Done" list in Reminer-App? There are meanwhile hundreds of items (shopping, appoitments, ...) and I don't want to spend hours deleting them.

    You can't remove the built-in root certificates, but you can remove their trust bits via the Edit button to prevent Firefox from using them as a trusted root certificate.
    Intermediate certificates that Firefox has stored when visiting websites that show as "Software Security Device" should never has trust bits set.
    Note that it is the responsibility of a server to send all required intermediate certificates to make it possible to build a certificate chain that ends with a built-in root certificate.

  • HI, I just bought an iPhone 4S. Although my iPad and other iPhone 3GS connect to our server (SBS2003) I cannot get through.  It checks all items in the connection and then I get the message :Cannot get mail, the connection to the server failed."

    HI, I just bought an iPhone 4S. Although my iPad and other iPhone 3GS connect to our server (SBS2003) I cannot get through.  It checks all items in the connection and then I get the message :Cannot get mail, the connection to the server failed."  I Tried everything, rebooting, reset all iPhone, etc.  All Apple devices work perfectly expect mine.  Please advise

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Additional things to try.
    Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    On your iPad go to Settings > General > Reset > Reset network settings and see if that enables you to connect.
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
     Cheers, Tom

  • OPC server items not found with NI DSC nor datasocket

    Hi,
    I am using LabVIEW 2009 SP1 and an OPC server from ifak (isPro Multiserver v 2.5.1) on a windows XP professional SP3 platform.
    If i use the datasocket vi "browse for URL" then I can navigate to the server, it starts the server (I can see the hardware "coming to live" and logging on to the UUT -the network is a profibus network with 1 USB/profibus gateway as master and 1 UUT profibus slave. However, when navigating through the branches of the server I can not navigate to the OPC items. I can navigate to the point where they should be, but then the browser waits a few seconds and then displays "no items" and places a red cross through the icon.
    When using the manufacturer OPC client, I can navigate to the items and I can see them, read them or write them. The funny thing is that I can also browse to these items using the NI Quick OPC client(!) When using datasocket VIs, or when configuring a project using the DSC module --> new I/O server --> OPC client --> browse to OPC server and then trying to configure the labview library to hold the OPC items, I never get to see the actual items.
    This seems to be a DCOM problem but I can not believe that, since
    1) the manufacturer OPC client sees the items
    2) the NI Quick OPC client sees the items
    3) I followed all guidelines from
    http://www.automation.com/pdf_articles/OPC_and_DCOM_5_things_you_need_to_know.pdf
    and
    http://www.automation.com/pdf_articles/Troubleshooting_OPC_and_DCOM.pdf
    and I also set the OPC server access to "the interactive user", as recommended by NI.
    The OPC server and OPC client reside on the same computer, but in any case I also disabled the windows firewall. There are no other firewalls running.
    I am completely stuck in this application, since I can access the OPC items using any client, but I can not access them via LabVIEW
    If anybody has a suggestion, please help me.
    best regards,
    Stijn

    Hi Stijn Schacht
    These seems to be some bugs with OPC Client instances created using LabVIEW 2009 SP1,  when we tried to communicate to Siemens S7 PLC. 
    Basically when deploying the shared variable library configured with OPC Client instance, it crashes the SVE.
    From all your observations, what i can suggest is, try with LabVIEW 2009 along with DSC 2009.
    Thanks,
    Vijay Jayabalan.

  • Ouch!! Mail program re-downloading all messages stored on server

    A couple of days ago, while going through the regular routine of checking email, my Mail program went into a wild beach ball spin and re-downloaded every single email message that was stored on the remote server again into my inbox. I use Mail to bring in messages from a few different accounts. The re-downloading of the messages occurred with sbc account email. Other accounts work as usual and did not behave this way.
    Checked the settings on the sbc account both within the Mail app and at sbc and nothing indicated to make a choice to re-download messages from server when checking for mail. So, thinking this was just a fluke, and nothing to be overly concerned about, I just deleted the multiple messages out of the Mail app and went about business as usual. Yeh, you guessed it, only to find that the next time Mail went to retrieve from the sbc account the same thing happened all over again! YIKES!! (not fun deleting a couple thousand emails from your inbox) :s
    Has anyone run into this happening with their Mail? Is it even possible *gasp* that I have actually encountered some type of spam virus??? I'm sorry I have to stop using Mail for the time being to retrieve and organize my email. Hope someone has some input that can help because using webmail, although it's safe, can be a real drag. BTW -- there has not been unusual activity in the webmail. No multiple messages. This is only happening when I'm retrieving mail using the Mail app locally.
    Is it simply a matter of it being time to archive/delete... or anyone have similar circumstances that they can help shed some light here? Appreciate it y'all!! : )

    I used to find this happening with older version of OSX after I did my usual 6 month clean, wipe, re-install and resume.
    It's possible that the file which keeps a track of message downloaded from the server is corrupt. Goto ~/Library/Mail where "~" is your home folder and then delete these files
    Envelope Index
    LSMMap2
    DefaultCounts
    Next goto each account ".mbox"
    This is in ~/Library/Mail then a folder which contains your email address example "Mac-steve.jobs"
    inside there should be a folder list something similar to this:
    Junk.imapmbox
    Sent Messages.imapmbox
    INBOX.imapmbox
    Drafts.imapmbox
    Deleted Messages.imapmbox
    Inside each of them is a folder, called "Messages" and also some files, delete the files but not the "Messages" folder.
    When you reopen Mail it will be as if you opened it for the first time. See if the emails come in, if they do then it's more likely to be a setting in Mail or even possibly something that's happening at the remote email server.
    In Mail Right or Control Click in the left hand panel and select "Get Info" a box will come up with a drop down selection at the top showing active email accounts, select the one you are having problems with, either a list of folders will come up or a big long list of email messages, depending on how many you have will depend on how long it takes for the list to update. Once it has, select all the emails and Select "Remove From Server" this will delete them all from the server so at least when you re-open Mail they don't all come in again.
    Hope something in here helps
    Mark

Maybe you are looking for

  • View PDF instead of Image

    My page contains 4 regions and one of them displays BLOB images stored in table using the following SELECT '<img src="#OWNER#.my_image_display?p_doc_id=' || NVL (DOC_ID, 0) || '" height="' || 312 || '" width="' || 468 || '" />' Image FROM DOCS WHERE

  • Custom Push button on CAT2 t-code

    Hi Experts, There is a requirement in my project, where we need to add a custom push button in the application tool bar of CAT2 transaction.(This push button must be placed right next to the additional fields push button). When this push button is pr

  • Spontaneous volume max out

    Hi recently, while recording with garageband 4.1.2, the volume will spontaneously max out, causing pure static for about 5 minutes, but then go back to normal. if the recording is left running, the static will come back again and the same process wil

  • OIM 10g: Best practice for updating OIM user status from target recon?

    We have a requirement, where we need to trigger one or more updates to the OIM user record (including status) based on values pulled in from a target resource recon from an LDAP. For example, if an LDAP attribute "disable-flag=123456" then we want to

  • Image attachments in Adobe Forums

    I've seen more and more postings from some thought-to-be "gurus" of these forums about how "not to attach images" with the tools provided by Adobe in this forum tool. These postings come across like these people are yelling at the forum participants