ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
06-15-2021 04:32 PM
hi
i'm new I never used labview my parthner who develop the program die tragigly. I'm trying to find out how the link between lab view (label, daqmx) work to made the scb-100 board send the 5V to activate my output, because some work and some dont, maybe I do not plug my inpuit and output at the right place,
I saw on internet that we can link label via script task but I don't know where to look in labview to find aliases, script task or anythnig that explain where do I have to wire my input and output.
can someone help me. the progrma was develop in labview 2017
06-16-2021 01:45 AM
Hi katt,
@katt1982 wrote:
i'm new I never used labview my parthner who develop the program die tragigly.
can someone help me. the progrma was develop in labview 2017
My condolences!
When you are new to LabVIEW you should take those "Training resources", offered in the header of the LabVIEW board, to actually learn LabVIEW! (Atleast the basics, before you start to dig into your code.)
06-16-2021 04:39 AM
I have 20 years of coding experience in plc hmi c++.... I knew it has something to link label to pin in the card like all hmi have for plc. I even read about that on this website but they dont tell where the tagdatabase is or where the task script is either
06-16-2021 04:44 AM - edited 06-16-2021 04:46 AM
Hi katt,
@katt1982 wrote:
I have 20 years of coding experience in plc hmi c++....
That's ok. But LabVIEW is different to C++ or PLC with HMI…
@katt1982 wrote:
I knew it has something to link label to pin in the card like all hmi have for plc. I even read about that on this website but they dont tell where the tagdatabase is or where the task script is either
I don't know which "tagdatabase" or "task script" you are talking about.
What is "this website"?
@katt1982 wrote:
work to made the scb-100 board
This SCB-100 is just an IO connector block. It is no DAQ device on its own…
Generic advice:
NI-related hardware is organized using MAX (Measurement&Automation eXplorer). Here you can define DAQmx tasks, channels and other related stuff. You can also get images of which pins relate to which channel when you define your tasks…