Hello:
My problem is the FieldPoint error message in LabWindows/CVI v6.0.
When hook up with Ethernet module(FP-1600), NO Problem on the source code, specially item Name "All". See the actual code.
if(status = FP_CreateTagIOPoint (ServerHandle, resourceName, deviceName, "All",&IOPointHandle))
But When hook up with RS-232C Module(FP-1000), occured error. The error code is 32812, that means "The Specified tag name was not found."
What makes this error? Why item name "All" makes the error when using FP-1000?
Please help me.
Thank You.