LabVIEW Channel Wires

cancel
Showing results for 
Search instead for 
Did you mean: 

Could Not Create The Requested Channel Endpoint

AFAICT, Brian's code shows that the way he has it setup with a separate ack channel, you can hang the sender until the message is ACKed.  The second stop button should be called Ack message and continue.  When the ACK is not sent, then the channel writer hangs waiting for the channel to clear.

It works, but I think the example where when you read the next message you actually ack the previous one seems a cleaner inmplementat.  THis is in the Examples/Channels/Channel Message Handler/Channel Message Handler.vi

The abort is a different use case.  Additional handshaking of the Ack functionality gives a chance to resend or take other action if no ACK within a timeout period.

LabVIEW ChampionLabVIEW Channel Wires

0 Kudos
Message 21 of 23
(1,961 Views)

This is the CCT snippet creation code:

CCT snip.PNG

It basically copies and pastes the selection to a new VI, saves it and then saves that bytestream in the relevant chunk in the PNG. My guess is that the problem would be in the pasting part, where something doesn't work right with creating the channels, but I haven't actually checked.


___________________
Try to take over the world!
0 Kudos
Message 22 of 23
(1,961 Views)

Are you sure there is an example with ACK? I checked all the following folders and found nothing 😞

Accumulator Tag
Basics
Basics Quiz
Channel Message Handler
Event Messenger
High Speed Stream
Lossy Stream
Measure And Log
Messenger
One Element Stream
Parallel Channels Problem
Replacing The Function At The Heart Of An Algorithm At Run Time
Stream
Stream Rate Conversion
Stream String Processing
Tag

Michał Bieńkowski
CLA, CTA

Someone devote his time to help solve your problem? Appreciate it and give kudos. Problem solved? Accept as a solution so that others can find it faster in the future.
Make a contribution to the development of TestStand - vote on TestStand Idea Exchange.
0 Kudos
Message 23 of 23
(1,567 Views)