09-25-2015 05:52 AM - edited 09-25-2015 05:55 AM
Hello,
I am new to LabVIEW, and I am having some problem which might seem very basic, . I need to change the offset value Which i am able to change manually but I need to change it automatically into different ranges defined by the user, I am unable to connect anything to automatically control this offset pin.
I am attaching the BasicFile Can anybody guide me and help me in this regard, like what approach should I use?
Thanks
09-25-2015 06:15 AM - edited 09-25-2015 06:16 AM
Hi strager,
Which i am able to change manually but I need to change it automatically into different ranges defined by the user, I am unable to connect anything to automatically control this offset pin.
The "set offset" is a control. Change it to an indicator and you can "change it automatically"!
I am attaching the BasicFile
What is a "BasicFile"? You attached an image of your blockdiagram…
All your wording ("new to LabVIEW", "pin", "BasicFile") forces me to recommend going through all those FREE online resources offered by NI to help you to learn LabVIEW!
09-25-2015 06:27 AM
Sorry for the errors,
I need to change the offset value Which i am able to control manually but I need to change it automatically in different ranges defined by the user, I am Unable to connect anything to automatically control this offset pin. I am also attaching the file 😉
Thanks
09-25-2015 06:32 AM
09-25-2015 06:41 AM
indicator cannot connect to offset pin I ahave even tried this before, we can only connect control to that pin
09-25-2015 06:55 AM - edited 09-25-2015 07:00 AM
Hi strager,
THINK DATAFLOW!
"indicator cannot connect to offset pin" vs. "I need to change it automatically"
Yes sure, you cannot connect an indicator to an input of a subVI.
But you wanted to "change it automatically", which means (to me) you have another datasource available. So where is your "automatic" value coming from?
It's all dictated by DATAFLOW - and DATAFLOW is explained in the LabVIEW help and in all those free online resources offered by NI!