02-09-2007 05:03 AM
02-12-2007
01:07 PM
- last edited on
10-27-2025
04:10 PM
by
Content Cleaner
Hi thatsalok,
What version of Measurement Studio and Visual Studio are you using? The reason I ask is that is that the Measurement Studio FieldPoint API is now obsolete. Check out the
FieldPoint Measurement Studio 7.0 Visual C++ API Has Been Obsoleted and Can I Use Microsoft Visual C++ 6.0 and/or Visual C++ .NET with My FieldPoint Modules? KnowledgeBases. These documents discuss some general points of using FieldPoint with Visual C++.
Another method of communicating with FieldPoint devices is through DataSocket API. Check out the
Introduction to Using DataSocket Commands to Communicate with FieldPoint Ethernet Network Modules and Using Advanced DataSocket Commands with FieldPoint Ethernet Network Modules tutorials.
The Developing an OPC Client Application Using Visual Basic tutorial also is a good reference (even though its Visual Basic).
If you are using Visual C++ 6.0 check out the <MeasurementStudio>\VC\Examples\DataSocket directory for examples.
If you are using Visual C++ check out the <MeasurementStudioVS(2003 or 2005)>\DotNET\Examples\DataSocket\ directory for examples.
Hope this helps!
Best Regards,
02-14-2007 12:27 AM
02-14-2007 12:43 AM
02-14-2007 09:56 PM
02-15-2007 04:54 PM
Hi thatsalok,
To answer you question about what string to use to access all the lines on your analog input module, I would try "lookout://157.247.157.78/FP/1AI/ALL" . That should make your data come into your program as an array. Hope that helps.
02-19-2007 10:57 PM
02-20-2007 07:48 AM
02-20-2007 02:11 PM
02-26-2007 04:05 AM