Jump to content

pravin

Members
  • Posts

    68
  • Joined

  • Last visited

Posts posted by pravin

  1. Hello All,

    I am new to NI XNET and I have developed XNET CAN code on windows PC which works fine.

    I want to develop same code on RT Target (PXI-RT)Can anybody tell me which are all steps/Process needs to follow to work on RT XNET?

    Is anybody develop XNET CAN code on RT Target?

    Is there any Link/topic available on internet which solve my problem?

     

    Thanks in Advance.

    Pravin

  2. Hello All,

    I have developed code using Plugin Architecture Concept for Windows system and which works fine.

    I want to do it same things for RT Can anybody tell what are all process needs to follow for developing Plug in concept on RT Target?

    Is anybody develop plugin concept code on RT Target?

    Is there any Link/topic available on internet which solve my problem?

     

    Thanks in advance.

    Pravin

  3. Hi All,

     

    I would like to do some moving averaging on my FPGA based on building the sum of the values to around 200/N data points and then removing the oldest value and adding the newest value that way I'm only needing to acquiring one new point once the data point have reached the 200 limit but I have 16 channels and FPGA does not support 2-D arrays and I can do it with 16 1-d arrays but I don't think there will be enough resources on the FPGA. Anyone have any ideas how i can do this.

     

    I guess the main challenge is having a way to continuously store the last 200 or N points so that I can subtract the oldest value other than a two d array or multiple 1-d arrays. I am trying to do it this way as well so that I don't need to wait each time and acquire 200 or N samples and then averages them each time for a new averaged value.

     

    Kindly let me know if any suggestion.

     

    Thanks in advance.

    Pravin

  4. Hi all,

    i have to create simple summation block using general vi 

    please find attached snapshot for ref. post-15324-0-82100100-1424435361_thumb.p

    in that i want to replace this summation block with general vi logic to deploy in fpga. since fpga don't have summation block.

     

    Request you all please let me know if any suggestion.

    Thanks

    Pravin 

     

  5. Hi all,

    I have remote application (i.e. telnet server) using command prompt I use telnet client for example telnet 127.0.0.1 9001 and sending command to the application. And it works fine but I want to use labview based telnet client using TCP to send command to the remote application.  

    By using command prompt (telnet client) i can send command directly to the application, but I have tried with TCP and it can't give me proper output please find below code snapshot and please reply.

     

     

     

    Thanks

    Pravin

     

     

     

     

     

     

    post-15324-0-42680800-1364466962.jpg

     

×
×
  • Create New...

Important Information

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