Communication from a fieldpoint also acting as a OPC server to a simatic 545 through serial?

Hi...
I'm supose to control a breweri, and right now it is controlled by a simatic 545.
Is it possible for fieldpoint and connect directly to the PLC with OPC using serial?
I have the software to run NI's OPC server, but haven't bought a fieldpoint yet.
So i was wondering if this is possible to reuse the I/O oirts of the PLC instead of buying new I/O boards for the fieldpoint, which is very expensive.
Thanks..
Carsten Toft
Aalborg University Esbjerg, DK

The easy scenario is to use FieldPoint with the OPC server to provide distributed I/O for your HMI/SCADA application.  The same HMI/SCADA application can communicate via OPC to the Simatic 545 thru serial.  In this scenario, the data move from FieldPoint to Windows XP to Siemens.  For slow processes and current computing technology, this scenario typically works well. 
If you need FieldPoint to communicate directly over serial to the Siemens Simatic, you will need communications support in LabVIEW RT for the Simatic PLC.  Typically what is recommended is to use a Modbus gateway and the LabVIEW RT modbus VIs to communicate Modbus protocol from Fieldpoint to the gateway, and the gateway then communicates over serial to the Simatic. 
here are the modbus vis
http://sine.ni.com/nips/cds/view/p/lang/en/nid/201711
here is a reference for gateways
http://www.woodhead.com/products/automation/gateways/
Preston Johnson
Principal Sales Engineer
Condition Monitoring Systems
Vibration Analyst III - www.vibinst.org, www.mobiusinstitute.com
National Instruments
[email protected]
www.ni.com/mcm
www.ni.com/soundandvibration
www.ni.com/biganalogdata
512-683-5444

Similar Messages

  • Question about changing the IP of a Windows DC, that is also acting as a DNS server?

    I have two subnets (network A, network B) located within the same single Windows domain site.
    Each site has two DCs, which each are running AD-integrated DNS.  
    I need to move one server from network B, into network A.    If I change the IP address, subnet mask, and gateway and DNS entries on this server, shut it down, and then bring it back up on network A, should the server automatically register itself
    in DNS under its new IP address, and behaving like a normal domain controller in the new subnet?   Or will I need to perform an ipconfig /registerdns on the domain controller once it comes back up in network A, in order for it to be seen as a domain controller/DNS
    server under its new IP address?

    If you change the IP of the DC, the command isn't going to be a IPCconfig/RegisterDNS.  
    DC's register their essential records when the NETLOGON service starts, so restart that.
    **Are your clients using DHCP?  Are you sure you've eliminated the dependancies on that IP address for all your clients?
    - Chris Ream -
    **Remember, if you find a post that is helpful, or is the answer, please mark it appropriately.**

  • Upgrading Mail from 10.3.9 to 10.4.8 Server - Help Needed, Please

    Hi
    I posted a message a few weeks back with regard to this topic, but have had no replies. I don't seem to be any further on in solving this on my own, so I'm posting again in the hope that someone will be able to assist.
    I have an Xserve G4 running 10.3.9 which is a Open Directory Master, PDC and also acts as a Mail Server for our domain. The system software is installed on one 60gb drive in the Xserve and the Mail Store is on a second drive. All the Windows clients can log into the domain and their mail is on IMAP using Outlook as their client.
    I am now installing a second server in another office, and obviously this will be a new XServe running 10.4. I would like to make this an Open Directory Replica but now need to upgrade the first server to 10.4 before I can do this.
    Each attempt has been at the start of a weekend when staff have gone home, so that I can shutdown Mail and clone the Mail Store before proceeding.
    My first attempt was to install a new 10.4 installation onto a drive module and then attempt to upgrade the Mail. I removed the original 10.3.9 startup drive and I cloned the mail store drive before attempting and then followed the instructions given in this article:-
    http://docs.info.apple.com/article.html?artnum=301656
    When running the first part of this script, I get a socket error and don't seem to be able to get beyond this point.
    Next, I atttempted a straightforward upgrade. To do this, I again cloned the Mail Store onto another Drive Module, and so that I could roll back in case of problems, I also cloned the startup drive. Once this was done, I then removed the original drives for safety, booted and proceeded to upgrade the Server software from 10.3.9 to 10.4 performing all updates along the way.
    When I first booted, I had quite a lot of errors, DNS zones hadn't come over, and I had to kerberize the system, but after doing this and several restarts to cure other problems, all seemed to be OK, but then when I invoked Windows services and tried to log into the domain from a PC client, it failed saying the Domain Controller wasn't available, and the server log shows "Broken Pipe" errors and I cannot seem to resolve these issues. Server admin, also now loses connection with various services at intermittant times and I have to reboot.
    So, my conclusion is that the 10.3.9 installation on this server is way too flaky to be upgraded and I must find another way.
    Ideally, what I would like to do, is install a brand new 10.4 system onto the server, setting up DNS, Open Directory etc etc ensuring that my clients can log into the domain (copying their profile to the new account if necessary) and then upgrade the Mail once it is all stable. Can anyone help me with this by giving me a step by step guide? I am willing to pay for someone who knows how to do this if they can help me with a guide or perhaps even provide remote assistance.
    Thanks in advance
    Paul
    PowerBook G4 17"   Mac OS X (10.4.8)   G4 Xserve 1GHz, 1.5GB RAM, 10.3.9 Server

    They've never heard of a G4? That's shocking, perhaps you shouldn't go there anymore :P.
    OS X 10.5 requires at least an 867 MHz G4, unfortunately. You can upgrade to OS X Tiger (10.4) though (Just run software update after installation to get to 10.4.11).
    You can find Tiger cheap on eBay or the likes, note you must buy the full retail version which looks like this:
    http://jimbox.homedns.org/rants/images/uploads/tiger1.jpg

  • CRIO communicating as PLC with NI-OPC-Server

    Hi there,
    i have the task to implement a communication between multiple cRIO's and the NI-OPC-Server. The NI-OPC-Server has to act as data handler for a complex frontend.
    I tried out the NI-OPC-Server and i was successful in communicating with the NI-OPC-Server as OPC-Client in Windows using an IO-Server and Shared Variables. But the task is to do this on a cRIO. I tried to open a data socket connection from a cRIO to the NI-OPC-Server using a specific URL using "DataSocket Select URL.vi". But as long i do not activate simulation in the NI-OPC-Server i get errors on opening the data socket connection. If i do activate the simulation, which is not the solution, i can write some data without error but the Quick Client of the NI-OPC-Server sees no changes for that data tag.
    I have the feeling i am not at a good way to get this working. Is there anybody having experiences with this? Is data socket a possible way at all? Is it possible at all? Do i need to implement a cRIO-OPC-driver?
    Thank you.
    Solved!
    Go to Solution.

    Hi,
    There's one pretty good tutorials and one webcast. Have you already study them?
    Connect LabVIEW to Any PLC Using OPC (Tutorial)
    http://www.ni.com/white-paper/7450/en
    Connect LabVIEW to Any PLC Using OPC (Webcast)
    http://zone.ni.com/wv/app/doc/p/id/wv-263
    Chers,
    Philip

  • NI OPC server communication with B&R plc

    hi,
    I have a NI OPC server in my lab . I want to send the data from B&R plc to the OPC server. I have tried to search for a solution but could not find any.
    Kindly help me in establisihng a communication between the B&R plc and the OPC server.
    Regards

    Did you try installing the B&R PLC OPC server on a computer and then see if the NI OPC server can connect to it?  It might not be the most elegant soloution, but it might work.
    We were having problems with some siemens wincc software that would not connect to the Think&Do OPC server.  So I had to bring the Think&Do OPC tags into LabVIEW and then have LabVIEW broadcast the data so the Semens OPC software could see it.  I did not like doing it, but it worked.
    Other than that, maybe someone else will have more to offer.

  • Window Server communications from outside of session allowed for root

    Hi ,
    When I am running the following program, i got the exception as
    49:wasp.corp.apple.com_kevinli:/ngs/app/giat/src/java/chart> java MyFrame
    kCGErrorRangeCheck : Window Server communications from outside of session allowed for root and console user only
    Exception in thread "main" java.lang.InternalError: Can't connect to window server - not enough permissions.
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at MyFrame.<clinit>(MyFrame.java:6)
    import java.awt.*;
    import javax.swing.*;
    public class MyFrame
    public static JFrame f = new JFrame();
    public static void main(String[] args)
    JFrame.setDefaultLookAndFeelDecorated(true);
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    //Add the ubiquitous "Hello World" label.
    JLabel label = new JLabel("Hello World");
    f.getContentPane().add(label);
    //Display the window.
    f.pack();
    f.setVisible(true);
    Please send a reply on this.
    with regards,
    Mohan

    Seth,
    you may also install the latest update (10.4.6) using the combo file from apple.com.
    Mihalis.
    Dual G5 @ 2GHz   Mac OS X (10.4.6)  

  • When I take a picture on my iPhone or try to save one from the internet, it acts like it takes it, but when I go to my Photo Album, it isn't there. What do I do?

    Lately, when I take a picture with my iPhone or try to save one from the internet, it acts like it saves it, but when I go to my Photo Album, it doesn't show up. Also, if I try to take a picture through an app, the app just crashes. What do I do to fix this?

    It definitely shouldn't be that slow, are you using the stock camera?  what mode are you using it in?  what other settings do you have setup? try downloading another camera like "a better camera" or any other free one and see if it behaves the same.  If it does that tells me that either the lens is really dirty or the hardware may have an issue.  Make sure the lens is clean then try either a restart or power down and battery pull and see if that solves anything.

  • I've had to reset my ipad to factory settings and restore from backup (have also got new softwear) my passcode is now not working - any ideas on the default?

    i've had to reset my ipad to factory settings and restore from backup (have also got new softwear) my passcode is now not working - any ideas on the default?

    Typos mad = and
    Receive = retrieve

  • HT4437 I was able to bring a Video from Amazon Prime to my iPad, but with Airplay got only the audio through my AppleTv.  Any suggestions to get the video also (from iPad to AppleTv)?

    I was able to bring a Video from Amazon Prime to my iPad, but with Airplay got only the audio through my AppleTv.  Any suggestions to get the video also (from iPad to AppleTv)?

    Amazon Prime reply app does not allow video airplay - nor do several other content providers.
    It must have something to do with digital rights/copyright.
    AC

  • Need info on communication from server to flex

    Hi
    Can anyone let me know how asynchronous communication from
    server to flex UI takes place??
    What are all mechanisms I can be able to use?? How can I do
    that??/
    Thanks in Advance
    Aruna.S.N.

    You could use LiveCycle Data Services or Blaze DS for that or
    you can create Socket Connections.
    There are a couple of good chapters on the basics of socket
    connections in the ActionScript 3.0 Cookbook and LCDS and Blaze DS
    both have a host of blogs and good documentation covering how to
    use them.
    If you have a ColdFusion server LCDS is built in making it
    much easier to setup and use.

  • Is there an app that blocks all communications from a certain Number

    Does anybody know an app that blocks all communications from a certain number

    There is none. Check with your cell provider.

  • Does anyone know if movies I purchase from itunes will also work on an android device that supports mp4?

    Does anyone know if movies I purchase from itunes will also work on an android device that supports mp4?

    They will not. 
    They ONLY work on itunes/apple devices.

  • I used my appleid on my husband's phone.  Our contacts merged and our phones both ring and he sees my texts. I deleted his contacts from my phone and they deleted from his phone also.  How can I get my appleid off his phone and restore his contacts?

    I used my appleid on my husband's phone.  Our contacts merged, both phones ring and he sees my texts.  I deleted his contacts from my phone and they deleted from his phone also. How can I get my appleid off his phone and retrieve his contacts?

    Teacher48 wrote:
    I used my appleid on my husband's phone.  Our contacts merged, both phones ring and he sees my texts.  I deleted his contacts from my phone and they deleted from his phone also. How can I get my appleid off his phone and retrieve his contacts?
    Bad mistake. You shouldn't have used your Apple ID on his phone. And you made it worse because now the contacts are gone, as you deleted them from your phone, they got deleted on iCloud. Your husband should have his Apple ID.
    There is really no way of recovering the deleted contacts unless you backed up using iTunes and even then you will only be able to recover those contacts that were on a call list. Read here:
    iTunes: About iOS backups

  • Solaris 10 SNMP SMA error: community_check() : bad community from localhost

    I enabled SMA SNMP on my Solaris 10 servers (SunOS 5.10 on i86pc) and now i receive a lot of errormessages in my logs with the following message:
    Oct 13 09:57:41 area3 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] community_check() : bad community from localhost
    Oct 13 09:57:41 area3 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] session_open() failed for a pdu received from localhost.32923
    Oct 13 09:57:42 area3 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] community_check() : bad community from localhost
    Oct 13 09:57:42 area3 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] session_open() failed for a pdu received from localhost.32923
    Oct 13 09:57:43 area3 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] community_check() : bad community from localhost
    Oct 13 09:57:43 area3 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] session_open() failed for a pdu received from localhost.32923
    i searched the internet but it seems that this error should be resolved in my Solaris version.
    How can i resolve this error?

    Hi,
    Welcome to oracle forums :)
    Refer links:
    http://forums.sun.com/thread.jspa?threadID=5065724
    http://www.sunmanagers.org/pipermail/sunmanagers/2006-November/042435.html
    http://unix.derkeiler.com/Newsgroups/comp.unix.solaris/2004-07/0089.html
    Hope helps
    Regards,
    X A H E E R

  • HT5278 I updated my iPhone 4S to iOS 5.1.1   Now I no longer will connect to the network when away from Wifi.  Also, I am not able to connect to some of my Aps (Instagram being one).

    I updated my iPhone 4S to iOS 5.1.1.  The phone no longer connects to the 4G networks when I am away from WiFi.  Also, some of my Aps no longer work....Instagram being one.
    Any suggestions?

    Apple guys are deleting posts. I have found my posts have been deleted. Apple should MUST let us downgrade at least to previous release from current which was working fine.

Maybe you are looking for

  • An old game with no uninstaller, here for good? oh, no.

    i have an old (1998) game called carmageddon 2. i bought it and installed it a couple of months ago. since then, ive beaten it many times and am now sick of playing it and i want it off. so, i look to uninstall it and there is no uninstaller. i check

  • FAQ: Does SpeedGrade CC support external monitoring?

    Yes, SpeedGrade CC includes Adobe Mercury Transmit for external monitoring via selected third-party video I/O cards on Mac OS and Windows®. More info: Set up dual displays in Adobe SpeedGrade CC Setting up Mercury Transmit in Adobe SpeedGrade CC

  • Jdev 10.1.2 portal add-in failure

    I'm trying to "re-initialize" the portal addon to jdev 10.1.2. I used to use the login on 9.0.4/5 of Jdev and things worked great. After installing the extension from the jar, I get the following when I try to load Jdev - and no porlet action is avai

  • ORA-03137: Error interno de protocolo TTC: [1010]

    Hello: I'm getting the following error in 11.2.0.1, linux 64 bits: "ORA-03137: Error interno de protocolo TTC: [1010] [] [] [] [] [] [] []" ========= Dump for incident 62542 (ORA 3137 [1010]) ======== *** 2011-02-24 17:54:37.195 dbkedDefDump(): Start

  • Volume Bar wont show

    Bottom Line: volume bar wont show ive tried cleaning the dock connecter with a tooth brush, with a paper towel, blowing it, nothings working Ive also tried erasing, restoring, reseting, turning the phone on/off, going to settings > music > sound chec