Jump to content

Thang Nguyen

Members
  • Posts

    295
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Thang Nguyen

  1. I do use SetValVariant to set LabView objects to predefined object reference variables in TestStand. It works! I don't do this within LabView but in TestStand itself. But since both use the TS API it should make no difference. I don't know why OP's example does not work, maybe because he also tries to create the object reference variable per API. I use TestStand / LabView 2012.

    Thomas, 

    Could you please take a screenshot of the part where you do this in TS?

     

    Regards,

    Thang Nguyen

  2. I am using TestStand 2010 so if this information is not correct for later version, please help me remove this topic.

     

    In TestStand, when there is a step does not run because of previous condition step like "If", the status of that step will be left as empty. This returns a clear visual affect, in debugging, that this step has not run. But if I have a condition step and another step under this condition. If in the first interval this step ran and in the second interval this step didn't run, it still keep the status from the first run interval.If I just put a break point at the begin of the loop and click play instead of go through each step, I will think that these step ran in the second interval. Should it be better if there is a flag or something indicates that this step did not run at all?

     

    Regards,

    Thang Nguyen

  3. @infinitenothing: Thanks for your reply.

    One of the issue is the surface can be tilt, so I cannot use the average value.

    I also have the case the cylinder diameter is greater than the range of the laser scan which I need to do 2 scan. In this case, I have to fit two half circle before I can stitch them together. To generalize my question, I am looking for a method to fit a 3D surface with some certain shape.

  4. Hi,

     

    I have data from laser scan of a circular surface. I converted data to image and using circular edge detection to mask out the background. What I like to do next is to fit the surface then subtract my original data from it. I am not sure if there is any function I can use to fit specifically in the boundary of the object only. Please let me know what function that I should use.

    Thanks you.

  5. Hi,

    I need advice on how to exchange messages between 2 classes or 2 objects. So far I am using LVOOP mostly because of data encapsulation and inheritance feature.

    Now I need communication between 2 objects A and B running parallel. Each object can send message to another. I can send message one way by using composition relationship. I put one class inside another class cluster, for example B inside A cluster. Then later from inside class A, I can use class B reference to send message to process of class B. But I don't know how to send message back from B to A. Is there any design pattern about this? Or is there any example? I can do this without using class by using name queue but I would like to learn how to do this with LVOOP.

    I read about actor framework already but I don't want to use it now seam it's a little bit complicated for my project.

     

    Thank you for your time reading and answering my question!

     

    Thang Nguyen

  6. Hi,

    I would like to ask which method should I use for transferring latest data between determinism process. I don't want to use single process shared variable with RT FIFO enable since it will polling data. I don't want to use the RT FIFO function because I cannot send the latest value. Queue is not determinism. I am not sure if Notify is determinism or not. Anyone with experience about this?

     

    Regards,

    Thang Nguyen

  7. Hi,

    I have some experience with image processing using NI IMAQdx and some standard cameras and line scans, but I don't have much knowledge about the camera interface. Now I would like to do some home projects which using NI IMAQdx but with lower budget camera with decent quality. I found some wireless camera on eBay but the quality is not really good (I think so). There is just a new Raspberry PI camera on the market (http://www.raspberrypi.org/product/camera-module/)

    I am collecting information on how to using this camera. I know that I have to use a Raspberry PI model B to connect to this camera but it only provides the features to monitor camera directly. Now I wonder how hard it is to make a IP camera with this Raspberry Pi with camera. I am not an expert in linux as well as C program but I am wiling to learn. Anyone can give me some idea what and where I need to look for. Or another camera option?

     

    Thanks!

  8. Hi,

    I would like to ask if any have experiment with Omega load cell LCMFL series? By some reasons, I cannot get any response from the load cell. So I need help.

    In my project I have a load cell LCMFL 20N connect with NI 9237 card. I set it up with full bridge (verify with customer service), internal, 5 V excitation. The scale is 10N 1mV/V. I cannot get any response from it.

    Then I tried to connect it with a 5VDC power supply and use multimeter to measure but the response signal is not changed either. So I wonder if I do anything wrong with the wiring or not.

     

    Regards,

    Thang Nguyen

  9. Max,

    I tried with RSE but it didn't work.

     

     

    Great :thumbup1: ! one of the problem is solved...

     

    for the Fluke I don't think that the output is in AC... I suppose that is in DC and with the data you wrote 0,4V for each Ampere of measurement (e.g. if the reading is 2A the output should be 0.8V) so I think that the same connection of the transducer with a fullscale limited at 2V will be sufficient...

     

    let me know

     

    Max

     

    post-7703-0-07779300-1380130504_thumb.pn

  10. Max,

    Yes, it's a differential input.

    Since I have just accessed to a scope, and I tested with my current lamp + an industry fan, I got a really good DC signal from transducer. But from Max, I got the same level of peak but the signal still goes to zero as in my first picture. Somehow I get a noise from my card.

     

    Regards,
    Thang Nguyen

  11. I am working on a project with requirement of measuring current. The system includes both the AC current transducer CR4211-15 (Input 0/15AAC, Output 0/10VDC) and a Fluke i5S (Input 0.01/5AAC, Output 400mV/A).

     

    I use cDAQ9184 with NI-9205. I tested with a light and using MAX to monitor the signal but the signal really noise from the AC transducer and clamp. 

    Please take a look at the pics I attached which is the screenshot from MAX.

     

    I hope anyone with exp can give me a help.

     

    Thank you!

    Thang Nguyen

    post-7703-0-51394700-1380053135_thumb.pn

    post-7703-0-13505500-1380053137_thumb.pn

×
×
  • Create New...

Important Information

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