Re: Create and save boolean expressions for later evaluation

2004-04-15 Thread Belur
I have now been able to implement the 'rules' as a script file which I am able to successfully access to make the access decision. Thanks.

Is it possible to programmatically set the size and names of...

2004-04-15 Thread Belur
Is it possible to programmatically set the size and names of the cluster elements with these inputs read from a text file? Is it possible to set the number of elements and element names of a cluster using the inputs read from a text file that are saved in an array? Please note that it is not just

Re: Is it possible to programmatically set the size and names of...

2004-04-15 Thread Belur
Thanks for your quick response. But I am not able to figure out which particular posting on that page you are referring to that answers my question. Looka like I am missing something here...

Re: Create and save boolean expressions for later evaluation

2004-04-08 Thread Belur
Thanks for your posting. Yes, I was also thinking along writing a script. But I was not sure how to implement this. I need some clarification regarding what you say above. Maybe I can give some example and you can use that to explain your approach. Thanks again. Sheela

Create and save boolean expressions for later evaluation

2004-04-08 Thread Belur
Is it possible to create Boolean expressions by inputs via user interface in LabVIEW and save them for later evaluation? I am interested in creating a 'flexible policy engine' which involves creating 'rules' comprising attribute values of certain attributes of objects based on boolean expressions w

Re: SMTP send mail message

2004-03-30 Thread Belur
Thanks for the response, Khalid. I did not try smtp library but I tried pop library as that was also one of my needs. Strangely, there was no error but the message array in the pop client is empty although the server reply as below looks okay... +OK POP3 Server ready <[EMAIL PROTECTED]> +OK 5 mess

SMTP send mail message

2004-03-30 Thread Belur
SMTP send mail message is giving 'unkown mime version' error(error code 16500). The same mail server works when sending by Netscape mail.Any help greatly appreciated.

Re: Problem with mail browser

2004-03-30 Thread Belur
I see that the e-mail attachments are appended to the body of the message. Is there a way it can be retrieved separately? It is not easy to re-create the attachments as some characters get added to it. More so if the attachments are encrypted for security. Thanks

Problem with mail browser

2004-03-23 Thread Belur
Trying to retrieve e-mail using the mail browser vi provided on this web site. Although the mail from the pop server is downloaded, and message summary indicator shows that the messages have been downloaded(and the number of messages is also shown correctly), the message array is empty. Any help is

Problem with mail browser

2004-03-23 Thread Belur
Trying to retrieve e-mail using the mail browser vi provided on this web site. Although the mail from the pop server is downloaded, and message summary indicator shows that the messages have been downloaded(and the number of messages is also shown correctly), the message array is empty. Any help is

Re: multiple panels of the same vi

2004-03-22 Thread Belur
Thanks for sharing the cloning example. Is it possible to post a small example for the cloning of client-server solution that you mentioned above? Thanks again

Re: Grant/reject access to USB thumb drive

2004-02-25 Thread Belur
Thanks. This partially answers my question. What exactly I want is USB port access control via LabVIEW either directly or through dlls. I am using LabVIEW 6.1 currently but will soon be upgarding to 7.0. Sheela

Utility VI for searching for the occurance of a string in all files in a directory

2004-02-20 Thread Belur
Is anyone aware of a utility VI that can search for a string(s) in all file types such as doc, xls, ppt etc in a specified directory?

Re: i can't control vi via the web

2004-02-19 Thread Belur
Did you try enabling the web server from the pull down menu tools/options/web server? You also need to specify browser access and visible VI's that you would like to allow remote access. Finally you right click on the panel embedded in the browser to gain control of the remote panel. Hope this he

Grant/reject access to USB thumb drive

2004-02-19 Thread Belur
I am building an information security simulation model using LabVIEW and would like to grant/reject read/write accesses to the removable media such as USB thumb drives. I would appreciate if someone can tell me how this can be achieved under LabVIEW environment. Thanks in advance.

Labview for a policy server?

2004-02-10 Thread Belur
Hi Is there any one out there who has used LabVIEW to build a policy server? What is I mean by policy server here is a set of rules to administer, manage, and control access to some resources and its use in granting access. Would like to know if there exists any such readily available LV tools/VIs

Re: Stand-alone application not to run when launched.

2004-02-09 Thread Belur
The benefit from this approch sounds great to me. If you have the time and inclination, it would be helpful if you can attach a small dummy VI as a demo. Many thanks. Sheela

Stand-alone application not to run when launched.

2004-02-05 Thread Belur
I would like my stand-alone application, built with LV 6.1 builder, not to start running upon clicking on it. In otherwords, I just want it to open up the front panel and wait for the user to click on the run button before actually start running. Although I have NOT selected 'RUN on OPEN' in the VI

Upload a file from remote front panel to web server

2004-01-16 Thread Belur
Is it possible to upload a file to a web server via the remote front panel browser interface?

Re: programmatically place structures in a VI

2004-01-09 Thread Belur
Many thanks for the very quick response. My need is really the former ie., see the highlighting-of-wires-to catch-the-interactions thing. I think your second approach would be a better choice for me! Thanks again. - Sheela

Re: programmatically place structures in a VI

2004-01-09 Thread Belur
Thanks for your response. I would like to create an application using which one can create a simulation tool that simulates the logical flow of a process comprising various boolean case structures one within the other wherein I want the number of such case structres to be a variable that the create

programmatically place structures in a VI

2004-01-08 Thread Belur
I am interested in building an application that can create a tool that builds a multi-loop case structure (one within another). I would like to keep the number of such loops as a parameter that the user can specify. I would like to know if it is possible to programmatically create a VI and place st