LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW with Siemens hardware communication

My application has Siemens AC Drive with Siemens PC CP5613 card being provided. Communication with the drive is thru' Profibus with LabVIEW. Does LabVIEW have a direct interface to communicate with Siemens CPS5613 card.
0 Kudos
Message 1 of 4
(2,718 Views)
Hi!

No, unfortunately direct communication between LabVIEW and this card is impossible. (Theoretically you can looking for examples, which delivered with this card and calling DLLs for accessing, r/w Dual-Port RAM and so on, directly from LabVIEW, or over DLL-wrapper, but this not very easy). So, better way - using OPC server, which normally delivered with this card. Over OPC you can get access to Profibus. You can use OPC.SimaticNET server, or OPC.SimaticNET.DP (inline) server. Better way - using over LabVIEW DSC, but you can also to get acces over DataSocket without DSC (if you have not more than 30 items for reading and writing)

With best regards...
0 Kudos
Message 2 of 4
(2,718 Views)
Thanks Andrey.
Could you please let us know little more details of communicating using LabVIEW DSC.
Thanks!!
0 Kudos
Message 3 of 4
(2,718 Views)
Hi!

Good starting point you can found here:

Using CP 5613 with National Instruments OPC Clients:
http://zone.ni.com/devzone/conceptd.nsf/webmain/A0C16C79880C5BC98625695F004BE57A?opendocument&node=dz00000_us

With best regards
0 Kudos
Message 4 of 4
(2,718 Views)