10-13-2016 03:49 AM
See attached what i mean.
The goal of this is that all our HMI got "Sytem" controls&indicators... How to keep this for X-Net Controls ?
BR,
Vincent
Solved! Go to Solution.
10-13-2016 04:40 AM
Not all of the 'special' LabVIEW controls (e.g. VISA, XNET) have a system equivalent - my suggestion would be to retrieve a list of the values, and then use a system drop down box (e.g. ring / enum / combobox) and populate it with the list of items.
You could also create a customised control (with whatever appearance you like) or create an xcontrol which has the functionality I specified above.
10-13-2016 04:42 AM
I suspected this to do... just would liked to be sure i didn't miss anything in system palette or whatever !
Thanks
Vincent
10-13-2016 06:22 AM
10-13-2016 07:35 AM
I just tried it. It is nice but X-NET controls are not converted.
Thanks,
Vincent
10-13-2016 08:26 AM
10-19-2016 02:29 AM
Attached the Xnet control with system UI look.
08-23-2018 04:04 PM
I had a need for a few more system XNet controls. So I made the Database, Frame, and Signal system controls. Again why these aren't included with XNet (along with other NI IO controls) is a mystery to me.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
02-26-2020 06:16 AM
How were you able to create this kind of control?
I tried using on LV 2019 and got a broken wire.
"The type of the source is xnetDatabase. The type of the sink is XNET Database (XNET,xnetDatabase)."
Using type cast I was able to run the VI, but nothing comes out of the control and I cannot probe the wire from the control.
02-26-2020 11:43 AM - edited 02-26-2020 11:53 AM
I honestly don't remember how I made these. I suspect I started with the official XNet controls, and then went to Advanced >> Customize and replaced elements of it with the system components. I also suspect you could use a Concatenate String (resized to only have one element in) and it should work as you need without broken wires.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord