05-14-2015 11:48 AM
Hi there again,
image following example:
I have a piece of Hardware with n-Relais on it. I send an broadcast message to the hardware to repeat the state of the relais. The hardware now repeats with m-Frames per Relais. In conclusion i have mxn Frames, where m-Frames belong to one specific Relais.
To get it a bit more grip lets say i have 10 Relais and each Relais state is repeated with 10 Frames, respectevly overall 100 Frames.
Without any further extraction or manipulation of this array, when i directly connect the whole array (100Frames) to my conversion Session, only the first (or last) Frame of the ten Frames is converted.
So my question is, is there possibility to extract out of the session, what frame has been converted? Frame Nodes like Values pending ect. leave me with an error which causes Labview to Crash...
I worked around the Problem properly, but iam wondering if there is a much cleaner solution.
cheers chris
05-15-2015 07:12 AM
Use single-point sessions, which return just the most recently received value. You can even use signal sessions to do the conversion for you automaticlaly.