LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1 with STM write meta data on cFP-2200

Solved!
Go to solution

I have an application I've written for a cFP-2200 target which requires TCP communication. I chose STM since it seemed easy to work with and it worked fine up until now when I've moved from testing on windows machines to using the actual target.

 

Now, my server app (running on a windows machine) returns an "Error 1" after "STM Write Meta Data" when serving a request from the cFP-2200. I think this has to do with # or a square looking character which is placed in the string sent over TCP when the input meta data array is converted using "flatten" inside the STM write meta data VI.

 

I've seen other posts dealing with this issue for other targets but none for the cFP-2200. Does anyone know of any progress made or workarounds? Maybe an upgrade of the target OS?

 

I've attached the related VIs. testdbmessagereceipt is the server, request... is the client running on cFP-2200.

 

 

0 Kudos
Message 1 of 3
(2,326 Views)

Doing more testing, it looks like it's not working on the windows machine either whereas it was previously.

0 Kudos
Message 2 of 3
(2,319 Views)
Solution
Accepted by topic author kgolden

Ok, Nevermind. I had the Listener ID wired to the STM Write instead of the connection ID. 

 

I wish the error just told me what input the problem came from. This would've saved me a lot of time.

0 Kudos
Message 3 of 3
(2,314 Views)