Jump to content

pravin

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by pravin

  1. Hi All, I want to upgrade RT Linux OS on RT Pharlabs OS, is there any way to do that? kindly guide Pravin
  2. Hi All, Is there any way to use NI RT PXI Ethernet card for SOMEIP and DOIP or XCP Protocol testing? How dhcp server configuration happen in PXI RT side? is anyone already used Automotive Ethernet validation using NI PXI RT platform? If yes - pl. guide. Thanks, Pravin
  3. 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
  4. 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
  5. 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
  6. Hi , I have tried but got error while creating array. can you give me some ref example or link of above mentioned code. since i am beginner for labview fpga. Thanks Pravin
  7. Thanks for the input. how to convert below code in to FPGA
  8. Hi all, i have to create simple summation block using general vi please find attached snapshot for ref. 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
  9. Hello All, I have implemented first order filter in Real Time and trying to implement in FPGA. Please attached code for your reference.
  10. The HEX time is in milliseconds and the day of my time was 4 sept 2014. This is actually a responce from a controller and if i subtract two values i get difference in milliseconds. Hope it will be usefull regards Pravin
  11. Hi All, I want to decode a HEX time into System time and need a conversion factor for the same. The HEX time stamp is : 0F2E3B2D The approx system time is : 12:29:44.419 PM Thanks Pravin
  12. Hi Guys, I am trying to convert millisecond time in (hex format) to current time and vise verse. I had created a VIs for the same but it doesn't work. Please help. Attached my VIs for your reference. Thanks and Regards, Pravin TimeStamp2Stg.vi
  13. Hi all, I have got the error in the exe please find the attached log file and please help. Thanks lvlog.txt
  14. Hi all, I want to convert .mp3 format audio file in to .wav format audio file and read .wav audio file data and need to write audio date in to DAQ channel. please help Thanks in advance.
  15. Hi All I want to transfer few files from one PC running Windows 7 to another PC running on Windows 7. I have created FTP Server on one PC.but while getting files from FTP Server i have got following error please find the attachment and the ref vi ftp_main.vi
  16. Hi all, I am reading data from TCP Port and i have received ASCII Code data and i need to convert it into Hex. so, kindly help. I have attached sample ASCII Code Input and their Hex Output. ASCII_Hex.vi
  17. Hi all, I am facing problem of screen resolution, when i am switching from low resolution(1280*1024) to high resolution(1920*1200) my front panel object got stretched and deformed. i have tried VI properties but it still same.please help. Thanks, Pravin
  18. 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
  19. Thanks for reply, but i don't want to use event I want to enable and disable of column index of 2D array. Please see below attached image
  20. Hi All, I want to enable and disable perticuler collumm index in the 2 D array programatically. please help.
  21. Hi all, I am accessing labview installed PC remotely for development, which is in German language and I need to change it to English is it possible to change language.
  22. Hi all, Can anybody help me for Modbus TCP based Device driver for yokogawa DX1006 for communication in labview and any similar solution. Pravin
  23. hi all, can anybody convert this vi in to LV2010 or Lower ver. actually this VI is in LV2011 Pravin Find Arrary Element Clicked On.vi
×
×
  • Create New...

Important Information

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