Re: capture image from android camera
Hi,First I connect my tablet with PC and the connection work when I send data.But in the case of image of camera WOwebcam, I haven't any result.When I connect the WOwebcam based on stapes of...
View ArticleRe: Custom type of file requester
I guessed he meant the express VI, but I still don't see how it could work for all imaginable scenarios. He wants to only show a list of "previously selected files". It is not obvious if these files...
View ArticleRe: How to sync AI and DI measurements (cDAQ)
I think the issue is related to triggering. The tasks are setup to use the same clock, but not syncronized to start at the same time. A start trigger should fix the 6-7 ms delay. Figure 7 of this...
View ArticleRe: FPGA Loop Timer Runs Unchecked When Executing on Development Computer
Hi Wes1s, You can still run your code using simulated I/O without using a Desktop Execution Node. This allows you to make sure the logic of your code is correct. In earlier versions of LabVIEW,...
View ArticleRe: error in running LV2013 example for 6023
Hi dragondiver, Your E Series DAQ's counter outputs can only be routed to certain PFI lines. You can check the routing table in NI-MAX: when you are looking at your device, click the "Device Routes"...
View ArticleRe: Uniblitz
Hi Bob_Schor,The uniblitz VMM-D3 is a three channel shutter driver that is built of one com port. The software is only setup to control the 1st channel of the driver. The way i think this software...
View ArticleRe: what happen if we use external clock to which doesn't support hardware...
My dear fire breathing friend, I think you will find the E series user manual section of counters useful. Here is the short version: The 6023e does not support hardware timed digital out....
View ArticleString to 1 and 0
Hi,, how can I convert a string constant containing 1 and 0 to 1 and zerofor example if the string is 1010000 then the it should be converted to 1010000 in (0,1) format. Somthing like Boolean array to...
View ArticleRe: String to 1 and 0
Try the Scan From String function with "%b" as the 'format string' input.
View ArticleRe: Ding sound when I Export Picture Image
Hi, Just wanted to let you know I found the same result as you. This was reported to R&D (# CAR 444840) for further investigation. Thanks for the feedback! Regards,
View ArticleRe: Agilent Spectrum Analyzer USB Issues
Are you using the driver from the link below to control your device?http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=60ED9B6E489D2045E0440003BA7CCD71What version of NI-VISA do you...
View ArticleRe: String to 1 and 0
Hello Tintin_99, I'd be surprised if there wasn't a function for this in the MGI or OpenG libraries, but as I don't have access to those at the moment to check here's a quick and dirty solution. It's...
View ArticleRe: String to 1 and 0
tintin_99 wrote:for example if the string is 1010000 then the it should be converted to 1010000 in (0,1) format. Somthing like Boolean array to (0,1) blockYou need to be more specific, because (0,1) is...
View ArticleRe: String to 1 and 0
If you know the string is clean (only 0 or 1, no weird characters), you can do the following.
View ArticleCalibrate IMU to any desired plane level/direction
Hi, I'm making an IMU display using LabVIEW. I want to make the yaw/pitch/roll to be easily calibrated (or resetted) to any direction/attitude level. I'm thinking like for exampleStarting heading =...
View ArticleRe: Uniblitz
From a quick look at the manual and existing driver, you'll be sending hex data where the only difference is the address of the shutter. It would be beneficial to perhaps do most of the debug with a...
View ArticleRe: Changing layer order of front panel controls
You need to hit the button that has the blue and yellow buttons on it. For more info about this you can look here:http://zone.ni.com/reference/en-XX/help/371361J-01/lvhowto/reordering_objects/
View ArticlePCI-8532のDeviceNet設定方法について
デバイスネット環境で機器の制御を行いたいと考えており、「PCI-8532」をPCへ組込み後に「Measurement&Automation Explorer」でデバイスネットの設定をしようとしたところ右クリックで設定が出来ませんでした。「Measurement&Automation...
View ArticleRe: PCI-8532のDeviceNet設定方法について
that card uses our newer devicenet driver. You will need at least LV 2009 and the driver here. It looks like you have the driver, my guess is you need to upgrade LV.
View Article