Jump to content

yannis

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by yannis

  1. Hello,

    I have two sensors with I2C interface. How difficult is to implement that protocol on a RIO platform such as sbRIO. Can I use the digital port on the board or do I need dedicated modules?

    Kind regards,

    Yannis

  2. Hi

    I think this might be too late but my opinion is to use a while loop and a counter. Depending on your phisical load you might consider a ramp up but I'm not sure hoe to implement it on your driver. I will use very soon a samotronic 101 that alows me to input the step frequency. Hence i can set the speed and a rate.

    I'll come back with an example as soon as I do it.

  3. Be careful when using the loop timer from a while loop in LabVIEW FPGA. Depending on the speed of your FPGA VI, the iteration terminal could top out quickly.

    This architecture allowed me to do the majority of the processing on the FPGA and only transmit the important data to the RT and ultimately to the Host.

    Good Luck...

    Mike

    Hi Mike,

    can you be more specific with regards to the way you transmited data from the RT to the Host? I am realy confused an I couldn't find a good example. I would realy appreciate if you can provide an example.

    I face a strange problem. fpga application is set to acquire at 1000 Hz and the logged file looks like it does but only for a couple of seconds. I wired at the input a function generator so I am sure of how the signal should look like.

    I know is something I'm missing, but I don't know what.

    Yannis

  4. Hi Jeffrey,

    Indeed, that's what I want to do, only acquisition without any control. I did that and it works, and the data is tansmited to the host through a FIFO, if that can be cosiderated shared variables. By the way, can you indicate some good books for LabView and more than that, which will contain information about FPGA? I couldn' find to many tutorial in this field and for most of the books I can't see the summary.

    The logged data contains a column that shows the increment of the loops. Does that increment coresponds to the value of the loop timer?

    Many thanks,

    Yannis

  5. It's been a while since I did cRIO (it was in LV71), but I'm sure I'm not the only one reading here..

    Just shoot..

    Hi Jeffrey,

    My application is to log data on the host. I want to control the acquisition frequency too. The application I found in the FPGA courses are basic and for the one line handshaking one it appears to get blocked at one frame so I can't store the data in a file.

    My question would be what shoud I use to transfer the values from the cRIO to the host takeing into account that my process takes 2 seconds an it is cyclic.

    Regards

    Yannis

×
×
  • Create New...

Important Information

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