FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Reciving error code 0x802c when calling FP_CreateTagIOPoint

In my software, I am calling FP_CreateTag_IOPoint and reciving an error code of 0x802c. This error code is not desicribed, and FP_Open works properly. What does this error code mean?

I am running FP driver 2.0 on Win 2000 on CVI 7.1. I have tried to update the drive only to find that doing so makes my code unexecutible to to different expected .obj files.

Message Edited by j_chandler on 03-02-2005 04:35 PM

0 Kudos
Message 1 of 4
(3,633 Views)
Hello,

Error 0x802c is in hex format, in decimal it would be Error 32812 which stands for "FieldPoint: The specified tag name was not found."

As the FieldPoint PSE posted in a thread alraedy:

"The error code of 32812 is usually returned in one of two situations. In certain versions of FieldPoint Explorer (2.0.1 or earlier), 32812 could be returned from FP Open if the addressed devices were serial modules and the serial port could not opened (in 2.0.2 and higher, this is changed to 32830 "Unable to Bind to Comm Port". More commonly, the 32812 code is returned from FP Create Tag due to the fact that the item specifed by the string inputs (Comm Resource, Device Name and Item Name) do not match the names in the IAK file. The strings must be exact matches and are both case and space sensitive."

Hope this helps,

LA
0 Kudos
Message 2 of 4
(3,618 Views)
Found it. I was calling out the name of the FP-1600 itself and not the name of the the entire bank of FP units. Thanks.
0 Kudos
Message 3 of 4
(3,615 Views)
It was my pleasure to help you 😉

Regards,

LA
0 Kudos
Message 4 of 4
(3,606 Views)