11-12-2020 10:43 PM
To do implement code quickly, I used a local variable of (serial class) VISA port as the attachment.
The value property cannot be wired due to class conflict.
If the class of control was changed to (instr. class), wiring is accepted.
Is it a bug in LabVIEW 2018?
labmaster.
11-13-2020 06:54 AM
It looks like the property node only accepts the Instr class. I even did a "create constant" from the property node and it was broken. Property nodes' value data types can be weird. I think you just found one of the weird cases.
But more importantly, the fact you are trying to write to a property node for the VISA Session points to a bad architecture. Why are you trying to do this?