authentication of face in labview

I'm doing a project on the face using labview .i authentication uses vector quantization algorithm. I just started my project.

can anyone suggest me how to vectorize an image?


Tags: NI Software

Similar Questions

  • Several cameras simultaneously on Labview

    Hello

    I'm new to Labview programming, so it would really help if you guys can help me...

    I have an Exchange virtual server and 2 GigE cameras and I have developed an inspection using Vision Builder program, that works perfectly for what I need. The thing is that I have to run two cameras at the same time - as two tasks at the same time - and I realized (with support) that it is impossible to do such a thing with Vision Builder. So, I have to do all this work on Labview now...

    At the moment I can't use the Exchange virtual server, so I'm with a RESUME, to test... I use a scA640-70fm and a Basler A631f, the two IEEE-1394 cameras. So here is my question:

    To make both cameras working at the same time, is there enough creating two simple While loops and put the Acquisition of the Vision of each cam function inside of their? Is it supposed to work this way?

    because when I am doing this and spin, I don't see on the face before Labview two cameras running at the same time! It seems odd, with cameras acquire images that the other and images sometimes disappear... looks like it does not process images at the same time.

    I'm doing something wrong? Should I take another procedure to make it work the way I need?

    Should I have problems when I perform this procedure on my cameras GigE with EVS?

    Thank you so much in advance...

    You are correct that Vision Builder AI is sequential in terms of how he runs the individual steps. Algorithms in these steps and how they execute can take advantage of multiple cores to help them run faster on machines with more than 1 kernel, so in that sense, some steps may take advantage of multiple cores, but several steps cannot run at the same time. This does not prevent several images acquired since the same trigger to be treated so. The stages of acquisition supports an immediate mode, which means that if two cameras were triggered at the same time, even if the steps in order, the pictures, they come back can come at the same time in time and you can use the step select an Image to switch the image you wish to treat. It should be benchmarking of your inspection in VBAI on the Exchange virtual server (much faster than CVS) before moving on to a parallel architecture more complicated in LabVIEW with several loops of execution simultaneously.

    One reason your previous test with several loops may not have worked, is that you may have named the image that you have created with the same name. This basically means the acquisition of two loops would be overwhelming each other images. Make sure that when you use IMAQ create, you provide a unique name for each image. Another suggestion for how to ensure hourly LabVIEW each loop on a separate processor is to do two under the screws that are configured for different delivery systems. You can set this by going to file > VI properties > run > favorite Execution System on the VI and selecting the different systems.

    Certainly, you should be able to have several running in parallel loops in LabVIEW, but before jumping to this approach, it may be worth benchmarking of the VBAI solution first because this will make it easier to make changes to the code, and it provides steps to high level who don't have to worry about things like having unique names for the images.

    The comment above about the parallelism of the loop For is useful if you want the same code to run in parallel, which you can't do because you're acquisition from different cameras. He'd also manipulation of the results of different cameras and disguishing which translates to go with what more difficult camera. That's why I recommended the VI sub running in various delivery systems as a more flexible way to ensure that you take advantage of both processors.

    Hope this helps,

    Brad

  • acquire a large number of images

    I am trying to get pictures from my camera to the possible largest FPS.

    Each image is an array of integers (1392 x 1040) 2D.

    For now, each cycle I am adding the image in a table of images:

    and this table will - of course - memory.

    Its effect can be detected in the downturn of the acquisition:

    ... which deviates from linear.

    What do you suggest me? Of course, I will need to save the images table and empty it,

    but there are additional tips in Labview that store more efficiently this kind of structures (tables of 2D array of integers)?

    Thank you!

    Alessandro

    alzyx wrote:

    > My suggestion is that you attach all VI, even if she's ugly and takes 20 screens to display (don't worry, many of us have seen much worse).

    Bob, it's the kindest suggestion, thanks! The code I got with the camera Thorlabs and he is really big (and not ugly, I guess).

    The ugly portions are ones I'm introducing to customize! Since I come from VEE and I broke my face against Labview a few weeks ago, I don't know that I make a lot of mistakes :-)

    Ah, another essential piece of information - the camera is a camera of Thorlabs (you don't mention the model) and (probably) use their LabVIEW drivers.  One of the first functions Thorlabs tell you is 'table to Vision", which transformed their Image (owner) format, a table 1 d, table of pixels more intuitive LabVIEW 2D, allowing you to (if you choose) to use the IMAQ functions to process your images.  I dare say, you will find several readers of the Forum know IMAQ faced by Thorlab functions.

    So where is the attached VI?

    > But they were is your array of 2D image?  All you ´placing in a 2D table is a table 1 d.  How do you get the table 1 d of an image?

    dkfire, the image is returned by the camera as a 1 d array and then remodeled:

    See my previous comment on "Vision Board".

    > Curiosity, why you add images in your table, such as "the last shall be first"?

    Bob... well, it's just that when I contemplated the palette table for the first time, the tool "insert into array" seems to be exactly what I need... (and no, it's not a 'reversal of the table"somewhere more later... :-)

    When you try to create a 2D array by adding a 1 d array at the beginning or at the end of a 2D existing (even if it is empty) array, the much-more-natural-and-intuitive-function-to-use is 'Building the table' (Hey, he still sounds logical).  And, as a bonus, when wire you the table 1 d in there, you can Choose in a 'natural' function to build the table in 'normal' order or 'inverse '.

    Bob Schor

  • Microsoft SQL 2008 Express

    I'm having a problem connecting a MSSQL 2008 Express Server configured in Mode of Windows authentication by using the LabView database connectivity toolkit. I tried the following connection strings and received the following errors:

    DRIVER = {SQL Server} SERVER =\SQLEXPRESS. UID =\; PWD =;

    the error States:

    NI_Database_API.lvlib.vi B Open connect (String) tools-> odbc.vi testException occurred in the Microsoft OLE DB provider for ODBC drivers: [Microsoft] [ODBC SQL Server driver] [SQL Server] Login failed for user '-'. in NI_Database_API.lvlib.vi B Open connect (String) tools-> test odbc.vi

    PROVIDER = SQLOLEDB.1; SERVER =\SQLEXPRESS. UID=\; PWD =;

    the error States:

    NI_Database_API.lvlib.vi B Open connect (String) tools-> odbc.vi testException occurred in the Microsoft OLE DB for SQL Server: Login failed for user '-'. in NI_Database_API.lvlib.vi B Open connect (String) tools-> test odbc.vi

    I know that this user has the right to change the database and I know that it is not a firewall issue, as I tested it with the firewall off the coast.

    Help would be appreciated!

    It seems that, because I use the Windows Authentication Mode, there is no need to use the UID and PWD in the connection string. in fact, its use causes the error.

    DRIVER = {SQL Server} SERVER =\SQLEXPRESS.

    DRIVER = {SQL Server} SERVER =. \SQLEXPRESS;

    Can be used when connecting to the SQL 2008 Express Server.

  • False claims RADIUS of customer VPN Cisco ASA 5510

    Hello world

    I use the Cisco VPN client 5.0.7 and Cisco ASA 5510 (7.4 and 8.4.2) VPN RAS solution. Clients are authenticated using certificates and RADIUS AAA (ACS 3.3) and AD.

    Each time, when the client connects, ASA 2 RADIUS requests questions, correct first - which is successfully authenticated by FAC and immediately - second that always fails. I couldn't find information related to this strange behaivor. Function "Double Authentication" (more sympathetic to his name) is only accessible to Anyconnect customers who we do not. When I'm authenicated by using password group, there is only one query RADIUS.

    What is the source of such behavior?

    The negative impact is that my logs are filled with the failed authentication attempts fallacious and users are incrementig attempts failed in the AD meter.

    Debugging of ASA:

    -First application-

    RDS 2011-10-24 16:16:01 0232 14884 request code 172.16.8.1:1645 host = 1 id = 22, length = 145 on port 1025

    RDS 2011-10-24 16:16:01 I 2519 14884 [001] value of username: User1

    RDS 2011-10-24 16:16:01 I 2519 14884 [002] value username-password: 2D A9 B2 D0 15 5F 1E B8 BB DB 3A 38 F5 24 72 B5

    RDS 2011-10-24 16:16:01 I 2538 14884 [005] NAS-Port value:-1072693248

    RDS 2011-10-24 16:16:01 I 2538 14884 [006] Type of Service value: 2

    RDS 2011-10-24 16:16:01 I 2538 14884 [007] value Framed-Protocol: 1

    RDS 2011-10-24 16:16:01 I 2519 14884 [030] value Called-Station-Id: 172.16.8.1

    RDS 2011-10-24 16:16:01 I 2519 14884 [031] value of Calling-Station-Id: 10.4.14.14

    RDS 2011-10-24 16:16:01 I 2538 14884 [061] NAS-Port-Type value: 5

    RDS 2011-10-24 16:16:01 I 2533 14884 [066] Tunnel-Client-Endpoint value: [T1] 10.4.14.14

    RDS 2011-10-24 16:16:01 I 14884 2556 [004] value of NAS-IP-Address: 172.16.8.1

    RDS 2011-10-24 16:16:01 I 2561 14884 [026] Vendor-Specific vsa id: 9

    RDS 2011-10-24 16:16:01 I 2596 14884 [001] cisco-av-pair value: ip:source - ip = 10.4.14.14

    RDS 2011-10-24 16:16:01 I 0282 14884 ExtensionPoint: run the configured scan extension points...

    RDS 2011-10-24 16:16:01 I 0314 14884 ExtensionPoint: advertising [AuthenticationExtension] provider [Cisco EAP generic]

    RDS 2011-10-24 16:16:01 I 0763 14884 ExtensionPoint: Message-[generic EAP] lack of EAP, ignorant...

    RDS 2011-10-24 16:16:01 I 0319 14884 ExtensionPoint: [GenericEAP.dll-> AuthenticationExtension] returned [1 - ignored]

    RDS 2011-10-24 16:16:01 I 0314 14884 ExtensionPoint: asking provider [Download Cisco ACL] [AuthenticationExtension]

    RDS 2011-10-24 16:16:01 I 0763 14884 ExtensionPoint: [DnldACLs] asking not a download of ACL, ignorant...

    RDS 2011-10-24 16:16:01 I 0319 14884 ExtensionPoint: [DnldACLs.dll-> AuthenticationExtension] returned [1 - ignored]

    RDS 2011-10-24 16:16:02 I 14884 0475 AuthorExtensionPoint: run the configured scan extension points...

    RDS 2011-10-24 16:16:02 I 14884 0507 AuthorExtensionPoint: requesting provider [Download Cisco ACL] [AuthorisationExtension]

    RDS 2011-10-24 16:16:02 I 0763 14884 ExtensionPoint: looking for ACL from [DnldACLs] to [user1]

    RDS 2011-10-24 16:16:02 I 0512 14884 AuthorExtensionPoint: [DnldACLs.dll-> AuthorisationExtension] returned [1 - ignored]

    RDS 2011-10-24 16:16:02 3360 14884 sent response code 2, id 22 to 172.16.8.1 on port 1025

    RDS 2011-10-24 16:16:02 I 2561 14884 [026] Vendor-Specific vsa id: 9

    RDS 2011-10-24 16:16:02 I 2596 14884 [001] cisco-av-pair value: ip:addr - pool = vpnpool

    RDS 2011-10-24 16:16:02 I 2561 14884 [026] Vendor-Specific vsa id: 9

    RDS 2011-10-24 16:16:02 I 2596 14884 [001] cisco-av-pair value: ip:wins - servers = 10.2.9.12 10.3.9.10 10.4.2.202

    RDS 2011-10-24 16:16:02 I 2561 14884 [026] Vendor-Specific vsa id: 9

    RDS 2011-10-24 16:16:02 I 2596 14884 [001] cisco-av-pair value: IP: DNS-servers = 10.2.9.12 10.3.9.10 10.4.2.202

    RDS 2011-10-24 16:16:02 I 2538 14884 [006] Type of Service value: 2

    RDS 2011-10-24 16:16:02 I 2538 14884 [007] value Framed-Protocol: 1

    RDS 2011-10-24 16:16:02 I 2538 14884 [013] box-Compression value: 1

    RDS 2011-10-24 16:16:02 I 14884 2556 [008] value box-IP-Address: 255.255.255.254

    RDS 2011-10-24 16:16:02 I 2519 14884 [025] value class: CISCOACS:002cb2a9/ac100801/3222274048

    -The second request-

    RDS 2011-10-24 16:16:02 0232 14884 request code 172.16.8.1:1645 host = 1 id = 23, length = 145 on port 1025

    RDS 2011-10-24 16:16:02 I 2519 14884 [001] value of username: User1

    RDS 2011-10-24 16:16:02 I 2519 14884 [002] value username-password: 06 EA 08 AB C7 8F 75 D0 A5 E5 AE B7 A8 1 48 96 b

    RDS 2011-10-24 16:16:02 I 2538 14884 [005] NAS-Port value:-1072693248

    RDS 2011-10-24 16:16:02 I 2538 14884 [006] Type of Service value: 2

    RDS 2011-10-24 16:16:02 I 2538 14884 [007] value Framed-Protocol: 1

    RDS 2011-10-24 16:16:02 I 2519 14884 [030] value Called-Station-Id: 172.16.8.1

    RDS 2011-10-24 16:16:02 I 2519 14884 [031] value of Calling-Station-Id: 10.4.14.14

    RDS 2011-10-24 16:16:02 I 2538 14884 [061] NAS-Port-Type value: 5

    RDS 2011-10-24 16:16:02 I 2533 14884 [066] Tunnel-Client-Endpoint value: [T1] 10.4.14.14

    RDS 2011-10-24 16:16:02 I 14884 2556 [004] value of NAS-IP-Address: 172.16.8.1

    RDS 2011-10-24 16:16:02 I 2561 14884 [026] Vendor-Specific vsa id: 9

    RDS 2011-10-24 16:16:02 I 2596 14884 [001] cisco-av-pair value: ip:source - ip = 10.4.14.14

    RDS 2011-10-24 16:16:02 I 0282 14884 ExtensionPoint: run the configured scan extension points...

    RDS 2011-10-24 16:16:02 I 0314 14884 ExtensionPoint: advertising [AuthenticationExtension] provider [Cisco EAP generic]

    RDS 2011-10-24 16:16:02 I 0763 14884 ExtensionPoint: Message-[generic EAP] lack of EAP, ignorant...

    RDS 2011-10-24 16:16:02 I 0319 14884 ExtensionPoint: [GenericEAP.dll-> AuthenticationExtension] returned [1 - ignored]

    RDS 2011-10-24 16:16:02 I 0314 14884 ExtensionPoint: asking provider [Download Cisco ACL] [AuthenticationExtension]

    RDS 2011-10-24 16:16:02 I 0763 14884 ExtensionPoint: [DnldACLs] asking not a download of ACL, ignorant...

    RDS 2011-10-24 16:16:02 I 0319 14884 ExtensionPoint: [DnldACLs.dll-> AuthenticationExtension] returned [1 - ignored]

    RDS 2011-10-24 16:16:02 P 2237 14884 user: User1 - Windows user unknown or invalid password

    RDS 2011-10-24 16:16:02 3360 14884 sent response code 3, id 23 to 172.16.8.1 on port 1025

    RDS 2011-10-24 16:16:02 I 2519 14884 [018] value Reply-Message: rejected...

    RDS 2011-10-24 16:16:03 0232 14884 request code 10.2.47.200:1812 host = 1 id = 254, length = 227 on port 32769

    RDS 2011-10-24 16:16:03 2788 14884 (VSA unknown Vendor ID 14179)

    GBA debug:

    -First application-

    AUTH 24/10/2011 16:16:01 I 0365 13060 external DB [NTAuthenDLL.dll]: from [user01] user authentication
    AUTH 24/10/2011 16:16:01 I 0365 13060 external DB [NTAuthenDLL.dll]: Windows authentication attempt for the user1 user

    AUTH 24/10/2011 16:16:02 I 0365 13060 external DB [NTAuthenDLL.dll]: authentication Windows successfully (by DCCORPMSK04)
    AUTH 24/10/2011 16:16:02 I 0365 13060 external DB [NTAuthenDLL.dll]: information get RAS to the user user1 DCCORPMSK04

    -The second request-
    AUTH 24/10/2011 16:16:02 I 0365 13060 external DB [NTAuthenDLL.dll]: from [user1] user authentication
    AUTH 24/10/2011 16:16:02 I 0365 13060 external DB [NTAuthenDLL.dll]: Windows authentication attempt for the user1 user
    AUTH 24/10/2011 16:16:02 0365 13060 external DB [NTAuthenDLL.dll]: Windows authentication FAILED (Error 1326 L)
    AUTH 24/10/2011 16:16:02 I 0365 13060 external DB [NTAuthenDLL.dll]: retry authentication to the CORP domain
    AUTH 24/10/2011 16:16:02 I 0365 13060 external DB [NTAuthenDLL.dll]: Windows authentication attempt for the user1 user
    AUTH 24/10/2011 16:16:02 0365 13060 external DB [NTAuthenDLL.dll]: Windows authentication FAILED (Error 1326 L)

    The ASA config:

    Crypto ikev1 allow outside
    Crypto ikev1 allow inside
    IKEv1 crypto ipsec-over-tcp port 10000
    life 86400
    IKEv1 crypto policy 65535
    authentication rsa - sig
    3des encryption
    md5 hash
    Group 2
    life 86400

    !

    internal Cert_auth group strategy
    attributes of Group Policy Cert_auth
    client ssl-VPN-tunnel-Protocol ikev1 l2tp ipsec
    Split-tunnel-policy tunnelspecified
    value of Split-tunnel-network-list aclVPN2
    the address value vpnpool pools
    rule of access-client-none

    !

    attributes global-tunnel-group DefaultRAGroup
    address (inside) vpnpool pool
    address vpnpool pool
    authentication-server-group RADIUS01
    authorization-server-group RADIUS01
    authorization-server-group (inside) RADIUS01
    Group Policy - by default-Cert_auth

    !

    RADIUS protocol AAA-server RADIUS01
    AAA-server host 10.2.9.224 RADIUS01 (inside)
    key *.
    RADIUS-common-pw *.
    AAA-server host 10.4.2.223 RADIUS01 (inside)
    key *.

    Hello

    It is a 'classic' error and has nothing to do with dual authentication, but rather with the fact that you do both radius and authorization of RADIUS authentication.

    If you remove this line:

    authorization-server-group RADIUS01

    you will see that it starts to work properly

    In short: when ASA no authorization of RADIUS, it sends a request to access radius with the username as a password, that's why you see the second application fails all the time.

    This is because the RADIUS authorization is intended to be used when authentication happens using certificates (only) so there is no password.

    Also note that within the RADIUS protocol, authentication and authorization are not separate things, both occur in a single step. So if the ASA makes the radius authentication, he already gets the user attributes in the authentication step and it makes no sense to also make a separate authorization stage (except in a few very rare scenario where you have 2 radius servers, one for authentication and another for permission).

    HTH

    Herbert

  • Authentication of command within FAC 5.1

    I have set up a new unit of ACS 5.1 and it seems to take place.  I would like to be able to restrict access to the SHOW CDP NEIGHBOR DETAIL command to a specific group, but continue to allow that SHOW CDP NEIGHBORS.

    I can access the SHOW CDP command or deny them but am unable to get more granular with command arguments.

    Can anyone offer any suggestions?

    Thanks for the help.

    Paul Blake

    This is my example which works very well

    and the result

    If it is possible

  • FACE RECOGNITION is not loaded at system startup

    I create my foto, add them to my windows account-made everything, who has been described in the standard manual for face recognition utility.
    But... When I turn on my laptop - no icon for the face recognition is shown... just system request password as usual. I have no idea about it, please advice sth.
    Thank you.

    Hello

    The password (keyboard input) is the backup solution when you can not log of face recognition using the webcam.

    If you use the recoganization to face for the first time that the practice is very useful.
    First of all, you will be asked to move your neck slightly to the left and to the right.
    Then, you will be asked to move your neck slightly up and down.
    After that, you can click once more to practice or click to start the capture an image.

    First adjust the position of your face so that it fits in the face in the form of framework
    (back-button will be inactive at the moment.

    Once your face has been correctly positioned, the recording will start. See the red dot for recording in the upper left.
    Start moving your neck very slightly to the left and to the right as the guide, it shows to you. Now your neck up and down. You need to repeat the movement of your neck left and right and up and down several times... Just look at the guide...

    Registration to complete, after having repeatedly moved your neck left, right, up and down. Click the button for the test of authentication.
    There are two possible outcomes:

    -If the authentication (or updated) fails, click on and register again
    -If the authentication or updated is successful, click on and create an account

    Choose your Windows user name, the full name, the destination of Login, password
    And re-enter the password fields and then click.
    Return to the management screen. The registered account name will be displayed. Clicking on it will cause the image of your face to be displayed to the left. Click close to close the software (.. and come back at the beginning of the presentation...)

    To update your profile of face recognition choose and highlite your username
    and click on update.
    To update your registration with practitioner just click Next and the guide will start.
    If you choose to ignore the recognition will start without practicing.

    Check these steps and your face recogonisation should work fine

  • How to activate the face recognition login

    Hello

    Can someone tell me how to activate the face recognition login my computer instead of the normal password

    Hello

    You can run these steps:

    1. register new account
    2. Enter the parameters click the logon tab
    3. turn on last automatic selection of titles
    4. you can also choose the first option in authentication mode
    5 restart your laptop
    6. in the laptop restarts, click on change user
    7. Select start Face recognition

    All that s!

    It's working now?

  • How the interface telnet or PuTTY or plink software Windows with LabVIEW

    Please find the screenshot attached screen of the problem that face here.

    He is, can't open the telnet session by using the IP address of the DEVICE. But after that am not able to send commands or argument to the PuTTY or plink.

    Exec System does not accept standard input.

    In the plink.exe screenshot began operating only after sending to put manually... and after getting invited ">" if I send the command 'SEND' to plink.exe he answers returns with the data of the unit.

    Here I am not able to automate this send command Enter and SEND to get the data of the unit.

    He will be grateful if someone give me a solution.

    Thank you

    Vijay

    I solved this with Telnet VI by adding \r\n for all orders that we send to the unit.

    Pls find the attached final VI in LabVIEW 8.6

    Concerning

    Vijay

  • Authentication http post VI errors

    I am trying to query a web service to third parties non-LabVIEW LabVIEW 2014, using HTTP POST. Using another utility (restclient-ui-3.5-jar-with-dependencies.jar), I checked that URL, user name, password, and query syntax are accurate and are running on the same computer where my VI fails. I must be missing something when translating that to LV, because I get the error 401 (full authentication is required) and also 415 (unsupported media type).

    I have attached the configuration file used for the other utility, my VI and an overview of the response from the Web service for the post of the VI.  I had to make all anonymous, hide url, user, etc., so it can not really be tested as it is, unfortunately. I tried with & without additional authentication header, with & without Config SSL, etc. You can see the different options on the VI.

    Any suggestions?

    Thank you very much.

    Solved my problem with a combination of different required headers and syntax fixes.

  • GNU versus LabVIEW radio

    LabVIEW seems to be the software simple and straigh - before using NI USRPs. I don't know much about LabVIEW but I know a bit about programming with GNU radio. It seems extremely flexible and attractive, at least for a programmer.

    So my question is that I'm going to face too many problems for the USRP NOR to work with GNU radio? I read here and there on the FPGA image and firmware. I would rather not touch the material at the moment, as other people will use it, probably through LabVIEW.

    Thank you.

    Hi saeedafra,

    I don't know exactly what is your question.  Using a NOR-USRP with GNU Radio should not be a problem.  Make sure that you put the right image FW and FPGA on the device, as you said.  If you want to be able to use the same FW/FPGA for LabVIEW and for GNU Radio/UHD, I would use UHD 3.4.4 and NOR-USRP 1.2.  It is not the most recent version of UHD, but it will save you from having to reflash the images to come and go between the platforms of different software.  Please let me know if this does not fully answer your question, and I'll do my best to get you the answer.

  • How to program using Labview to an accelerometer

    Hello:

    I got an accelerometer which has digital I2C/SPI serial interface, so I bought a USB - I2C converter for data acquisition. I would like to know if I can use Labview to acquire data of com port and also program for the accelerometer to capture the data of the axis z. I have a box of white myDAQ NOR but SB. says that it is not an appropriate device to acquire before I2C/SPI signals. The datasheet of the accelerometer is in the accessory and the specification of the converter is this link: http://www.robot-electronics.co.uk/htm/usb_iss_tech.htm .

    I hope someone can solve the problem for me. It is best to use the software labview for me because most of my project work is based on that.

    Best regards

    The f

    Good and bad news.  You have an accelerometer that 'speaks' I2C or USB to I2C converter, so if you connect both of them, you can send 'orders' of your accelerometer easily of LabVIEW by using communication series live that's the good news.  The bad news is that it seems that you need to address your accelerometer using calls very low level, a work, I certainly don't want to face!  This crys on a 'pilot', a middle piece of equipment that does all the "hard work" to take a high level order ("Please tell me the acceleration") and he translates things your device includes (including the Setup program, records, calendar, packing and unpacking of the bits and bytes, etc.).

    Bob Schor

  • labview real-time clock display

    Hey dude, im doing a project on labview that I just want to make prettier for the speaker

    is it possible to add a clock to the façade that tell time, ideally in format:

    any help welcome

    Thank you

    Kevin

    Pretty cool Tim.  Here is an old floating around, I got that has a neat wooden face and the code is really simple.   It is in LV10.

  • How to fix the error of Labview 2016 (32-bit) on Windows 10 database.

    Hello

    I have software to read/write of labview (32-bit) database, which works fine on windows xp 2000 / 7 (64-bit). But it is not stable 10 (64-bit) Windows at all.  It pops up an error on most of the time. Please see the attached database VI. After starting my software, usually, there is no error on the face of the database of frist. but it pops up an error when opening the database section. the East-2147418113 error code. It seems that it will be more stable if I put more than a few seconds before you open the second database.

    Could someone help me understand how to solve this problem?  Enjoy.

    Steven


  • Protocol Bluetooth Stack in LabVIEW

    Hello

    What I'm trying to do is to use LabVIEW on a PC with an attached Bluetooth dongle to talk to an owner designed Bluetooth device to connect with Bluetooth phones. I need the program to send some commands to the patented device, disconnect, then connect and talk to another device. The patented device that I want to connect is essentially just a server waiting for a cell phone to communicate with her. Once connected, garbage are exchanged between the phone and the device, and once authenticated, the Unit completed its function.

    I've tested my Bluetooth dongle using the Simple Bluetooth Client.VI and the Simple Server.VI of Bluetooth running on two different PCs. They have been able to connect and transfer data properly.

    My question arises, however, in LabVIEW allows you to specify a channel to connect via Bluetooth. The device patented essentially being a dumb device, she wants to follow the typical Bluetooth Stack Protocol and start once paired frequency hopping. He will not be able to devote himself to a single channel and frequency with the computer of pigs.

    So I want to know is how LabVIEW treats the Protocol. The string that you specify in the VI Bluetooth actually affects the Protocol or that's just the way it communicates with the Bluetooth dongle? I have just need to know if LabVIEW supports already the Bluetooth protocol, or if there is a way around a dedicated channel. I want the computer to display and behave like a mobile devices view.

    I read through several of the NOR tutorials, examples and discussion forums, but I couldn't find answers to my question. I could be missing something simple or easy here, but I want to assure you that it is still possible to achieve before I start to develop the code.

    What I use:

    LabView Full 2012

    IOGear Bluetooth 2.1 USB Micro adapter

    I must admit that I'm not the most technically savvy person when it comes to Bluetooth stacks and protocols, so please excuse mistakes with technical information, I could have. I must, however, work colleagues who are very experienced in Bluetooth (but not in LabVIEW), worry is not on the level of technical language that you use.

    Thank you for your considerations in my problem. Do not hesitate to ask others (within limits reasonable owner) or clarification.

    Kind regards

    Bronson

    bronsonmock,

    The screws of LabVIEW Bluetooth and functions use RFCOMM, which is a connection protocol that exposes the Winsock interface. RFCOMM is a simple protocol that emulates communication series. The RFCOMM interface defines the clients and servers of Bluetooth.

    Creating client applications and server Bluetooth in LabVIEW is similar to creating applications server and client for TCP communication. A Bluetooth Server uses the Protocol for discovery of Service (SDP) to broadcast the availability of the services on the server contains and listens to incoming connections. A client creates an outgoing RFCOMM connection to a server. Once the client and server connect to each other, they exchange data until the client or the server terminates the connection or the connection is lost.

    Bluetooth of LabVIEW functions are really just a wrapper for the Windows bluetooth library functions. You can take a look and see how these protocols are processed to a lower level comprehension. I've also included this document where I shot the first two bits of information.

    Use of LabVIEW with wireless devices:

    http://zone.NI.com/reference/en-XX/help/371361J-01/lvconcepts/using_lv_with_wireless/

Maybe you are looking for

  • iPhone 5 stuck in boot loop

    Hey everybody, I recently encountered a problem where I replaced one of my friend 5 iPhone battery and when I plugged it in to charge that he was stuck in a boot loop cycle. The Apple logo appear and disappear over and over again and never start.  I

  • How can I determine if Shell is running?

    I made a Windows shell command to run a batch file. Once the command continues to go from LabVIEW. I would like to be able to tell if the Windows Shell is running, so I can therefore wait until she finishes. Is there a way to do this?

  • Erratic touchpad

    I just got my new VPCEC390X and experienced erratic touchpad behavior. During the strike, mostly Word and Excel, the cursor moves across the screen and and start to open the tabs, shortcuts, etc. I couldn't also toast in the text boxes (the software

  • The PS3 OS

    Someone has installed xp, vista or any OS for PS3 here?  I will try to find which one is the best.  Please let me know.

  • AFTER the beep

    Hi, I have a pre-built computer from Gateway. The model is GT5654. And I'm getting beeps when I push the power button now. The beep is 5 times then rest then continuous beep. What is this telling me? When I lived that first time, the computer started