01-06-2016 01:24 AM
when i am sending the digital number corresponding led must be turned on until the signal is present.can anyone help how to achieve it in labview
01-06-2016 01:31 AM
01-06-2016 02:44 AM
i am giving a digital number through access port...this digital is converterd to binary and for each bit one led (boolen led is attached) in labview. so when i send data i am able to see the blinking of led. but what i require is led must not be blinking,they must be in on state untill signal is present. how to do it?
01-06-2016 03:12 AM
@manu_mt wrote:
i am giving a digital number through access port...this digital is converterd to binary and for each bit one led (boolen led is attached) in labview. so when i send data i am able to see the blinking of led. but what i require is led must not be blinking,they must be in on state untill signal is present. how to do it?
You are still not providing any useful information.
Please attach a simplified version of your program.
01-06-2016 03:15 AM
Still it's hard to understand, what your problem is. Please attach a screenshot of the Front Panel and Block Diagram or attach the VI.
Be more specific!
01-06-2016 03:16 AM
Two guys, same questions...
01-06-2016 11:26 AM
Actually i am new to this software thats why i am unale to tell u exactly...i will try my best to explain my problem.
access port is like serial port...it used to send data to labview and see output data from labview. My problem is when i am giving digital number say for example 8..in binary it will be 1000 so the 4th virtual led in labview front pannel will be glowing but here it is blinking. i want it to remain in glow state untill i change the data in serial port.
here i am interfacing access port and labview by usb-uart driver( it will have transmiter and receiver).. i hope i am clear......the led used is virtual one(boolen).
data is read from port ie property node and is converted to string and this is converted into array. for these array boolens are connected.
led are blinking wihtout any alternate value
01-06-2016 11:45 AM
01-06-2016 11:49 AM
i am sorry ...........i can't attach my code as it confidential......
01-06-2016 11:59 AM