Jump to content

Papang

Members
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

LabVIEW Information

  • Version
    LabVIEW 8.5
  • Since
    2009

Papang's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. It will looks really messy. I'm sorry, I really know nothing about advance level of labview.. Capture.vi Reciever.vi
  2. Connection errors, and I'm still not be able to loop the VIs. Somehow, data client and server is to hard for me to understand.
  3. Hi ShaunR, I was take a look those VIs, and try to implement into my VIs. The facts is just the other errors come out, I'm stuck
  4. Hi ShaunR, The programs was work perfectly. But when I press stop button in the client side, the programs was stop running. I put a while loop over the client diagram to make it able to play again after it stop but it doesnt work. (what i'm trying to do is client side able to play and display the image from the server side even its stopped, so it able to play over and over during system running) Do you know how?
  5. Hi ShaunR, I have a question regarding these VIs. I want to put play and stop button at the client side. So when I press play, the camera show the images and when press stop, camera stop receiving the images from the server. And that case may loop over and over again. Is it possible to implement?
  6. Hi Lavas, I was creates 2 TCP programs, client andserver. Client side is open connection and there aretwo functions provided, first are receive the image from the server and second aresend request of Boolean to the server. Server side is listen connection and there arealso two functions provided, first are send the image to the client and secondare receive request of Boolean from the client. My questions are: Can I combine those two functions into one lineTCP connection (because my current programs at two lines TCP connection) and putit into case structure so I can play the connections several time duringprogram running? I was try but it no works and some errors comeout so I make it back to standard. Hope anyone can help me.. Thank you. Client.vi Server.vi
  7. Ohh I see... Hmm, How if I want to store the second string on the second column?
  8. Hi everyone, I'm trying to insert 2 data from string control into an array. I was done to insert 1 data from string control into an array but when I try to add 1 string control, it not works. Could you guys assist me? Thank you Array.vi
  9. Actually I create these requirements by my own. My lecture not ask me for that but its better if I can implement those functions because my current program is add the user manually by typing into the table. Do you have any basic steps to implement function like I mention before? Forget about my previous program. Maybe I can combine it later.
  10. Thank You François Normandin, It was really help me, but I'm still do not know how to create this: When addbutton selected, add user panel will appear and display 2 empty string controlswhich username and password. To add other user, he/she just insertusername/password that they want, press add user button, those data will automaticallyinserted into the table and user admin will back to user panel. When deletebutton selected, delete user panel will appear and display 2 empty stringcontrols which username and password. To delete other user, he/she just insertusername/password that they want, press delete user button, those data will automaticallydeleted from the table and user admin will back to user panel. ButIF username/password is not relevantwith table’s data, message box will appear (telling that username/passwordinserted are not available) and the string control will be empty. Can you assist me?
  11. Here is my basic program. Please review it. Thank you. Authentication.vi
  12. Hi lavas, I was creating a user login system using usernameand password, but there something less with the functions. Here belowdescription of the system. User should using an admin account (username:admin/password:123456)to login at the first time. When the user was login and stand as adminposition, user panel will appear and display 3 buttons which add, delete and view. When addbutton selected, add user panel will appear and display 2 empty string controlswhich username and password. To add other user, he/she just insertusername/password that they want, press add user button, those data will automaticallyinserted into the table and user admin will back to user panel. When deletebutton selected, delete user panel will appear and display 2 empty stringcontrols which username and password. To delete other user, he/she just insertusername/password that they want, press delete user button, those data will automaticallydeleted from the table and user admin will back to user panel. But IF username/password is not relevantwith table’s data, message box will appear (telling that username/passwordinserted are not available) and the string control will be empty. When viewbutton selected, user list panel will appear and show user table where usernameand password are stored. This table is readable-only. Press done and user adminwill back to user panel. When it done with editing user account, theuser admin can log out and try to login with other user account. The usernameand password inserted for authentication will be match with the data inside theuser table. Message box will be appearing to notify user IF username andpassword are wrong. Username/password cannot be empty. IF username/passwordis empty and login button pressed, message box will appear (telling that pleaseinsert your username or password). Hopeanyone may solve this. Thank you.
  13. Hi lavas, I have a two systems, server and client with login system inside. The problem is, my logout system. When I logout, I can't login for the second times. Here I attach my programs below. I really appreciate your help guys. Thank you. Client.vi Server.vi
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.