LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform chart refresh

Hi Samer,

did nobody tell you to avoid local variables?

Nearly all those property nodes inside your vi serve just as local variable... Get rid of them by using shift registers! (See attachment...)
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 16
(994 Views)
Dear GerdW, your proposed VI doesn't display any variable...there is a problem at the Real Time Trend level...when I choose a variable to display I got " LabVIEW:  Type de données non supporté "...
In the other hand my VI is working without any problem....any suggestions ?

Dear Ben, could u answer my question above ?

Thx,
Samer,
0 Kudos
Message 12 of 16
(972 Views)
Dear GerdW,

could you tell me how you can make a property input and output in the same time ? (look picture)
In your last reply you use it several times in VI but i didn't succeed to reproduce it Smiley Surprised

Thx,
Samer,
0 Kudos
Message 13 of 16
(938 Views)
Right click on a property and select "change to read" or "change to write" to do individual properties.  "Change all to read" and "change all to write" will change all properties in that node.
0 Kudos
Message 14 of 16
(937 Views)
But this picture represents read and write at the same time !....how we can do it ?(look picture well)

Thx,
Samer,
0 Kudos
Message 15 of 16
(933 Views)
Hi samer,

in the picture you simply have a wire going under the property nodeSmiley Wink To validate this simply move the wire a little bit to the bottom, you will see the connection point...

This is not really style-guide compliant as you shouldn't hide wires under other structures - if it's from one of my examples I swear never to do that againSmiley Very Happy


Message Edited by GerdW on 07-16-2008 06:50 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 16 of 16
(932 Views)