
alphaone
Members-
Posts
39 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by alphaone
-
So, the semaphore is stored in global and refered by its name, right? i only hold its name and "new" the semaphore when i need it.
-
Hi, the following VI domestrates the LV2G of a semaphore named "test", but the semaphore can't GET . Is reasonable to use LV2G for semaphore? or something happened here? So strange. Download File:post-2988-1140439962.vi
-
Hi, all of the node in LV can be generated in BD? such as "insert array" node? Thanks.
-
Hi guys, I use VSA to measure the Channel Power, the average number is setting to 100. I write the ":READ:CHP?" and then execute the "VISA READ", but at this time, the measuring is not finished. so, the ERROR "Time out" will appear. How can i judge the measuring is done? I don't want to use "delay" . Thanks
-
Maybe, this is a solution that use "Type Case" to transfered. Download File:post-2988-1134030669.vi Download File:post-2988-1134030858.vi Download File:post-2988-1134030911.vi
-
Hi, I input a "Numeric" with Unit of "Hz", and output to a "Numeric indicator",the fatal error happened when running. Check the following figures. And I want use the Numeric control with Unit input into the "Formular Node", but it can't do! Using the Unit would be couraged?? Download File:post-2988-1134008598.vi
-
Liiva, Well, the for loop is just a example as "doing some time-cosuming job", i don't care the result. I mean that I don't hope the useless operation on the useless branch. It's better that the "select node" judges the condition first, then select one branch to operate,just like "Select Structure". Thanks:) BR.
-
The following diagram is not efficient, thought we can use "Select Structure", i hope some improvement on "select node" that pre-judge which branch will be executed. BTW, i hope the "hot-key" for the popup menu on diagram.~~ i like use the keyboard instead of mouse click~. Download File:post-2988-1133490857.vi
-
Hi, in the following VI, I can transfer CSG number to String, but fail in transfering String to Number. Is there function to do that? Thanks :headbang: Download File:post-2988-1133282901.vi
-
Or, Tools->Option->Front panel, check the "Use Transparent Name Label".
-
Hi, the following figure shows that difference, when I flatten a constant (32-bit Integer),the type string is same as the document detailed. but, I change it to Control, the type string is also changed! I don't understand the othen data. I can not find help with NI document. What is meaning of this data? Thanks.
-
Hi, the following figure shows that difference, when I flatten a constant (32-bit Integer),the type string is same as the document detailed. but, I change it to Control, the type string is also changed! I don't understand the othen data. I can not find help with NI document. What is meaning of this data? Thanks.
-
Clean up All Block Diagram Wires
alphaone replied to PJM_labview's topic in Development Environment (IDE)
yes, i got. i wanna learn LV Scripting from ABC ,but maybe lack of learning materials. Do you have some advice? Thanks. -
Clean up All Block Diagram Wires
alphaone replied to PJM_labview's topic in Development Environment (IDE)
How to create the "block Diagram" refnum? i have no idea about it. thanks. -
Great!i get a hope! :thumbup:
-
Oh,it's a good news! i have already been despaired.Can i download only the Variant Tools of Goop? My comany's network blocks me and i can not user Commander to do it. Thanks.
-
Sorry,i am novice to lv. i havn't learn about Polymorphic yet. and i don't know how many types will be used.
-
how to construct?use
-
Thanks,i have read it. I can use the "typedescriptor" to judge what data type the variant contains. but , how about cluster?? we can see the types contained in a cluster,but we can't create a cluster by the types,at least i can't. because the parameter "type" of "Variant to Data" need a real cluster not a typedescriptor. Thanks,your vi is nice.i can analyse the types contained by a variant. But how to use the type descriptor to create real controls??
-
Thank you,but i don't wanna use OpenG in my program, is there another method?
-
Hi, I wrote a sub VI whose parameter is variant. and i must convert this parameter to normal by "Variant to Data" function. How can i know which type this variant will be?? As the following figure shows,the variant may contain totally different types ,how to set the "type" of "Variant to Data" function as what i need??