Jump to content

Sharon_

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by Sharon_

  1. Hi friends, After a long time. I am developing a CAN read/write module for CAN diagnostics testing. There is no problem with ncWriteObj.vi- works fine. I can also see the data on CANoe Trace window. But I also need to read the response of the ECU module from a different CAN ID. I just connected the Message handle to the VI and read back the values. Say for example If the diagnostic command is 02 10 C0 FF FF FF FF FF The positive response should be 02 50 C0 FF FF FF FF FF (actually only the first 3 bytes matter) If I use ncReadObj VI the output is 0 0 0 0 80 59 4C A *** update: the above data is not correct. I get the same output even if I change the command. what is happening here? Even if the formatting is not correct, I expected bytes 1-4 to be the same value.(assuming the data array to be reversed) Where am I making mistake? Sync problem? Please help. It is driving me crazy. -Sharon P.S Unfortunately I cant attach my code. It is on a different PC and using pendrive is prohibited. Sorry
  2. Hi all, In my application, I need to copy some of the row values from a multicolumn listbox control and paste the selected row in the next row of the same control. When we right click on the control I see- Copy Data/ Paste Data options- but how does it work? Thanks for your time and help.!!! Sharon
  3. Just to save some block diagram space. That's all.
  4. No. I have some old VIs where the programmer has used so many flat seq structures with frames. I want to have one flat seq ultimately so I can convert it into stacked seq. Regards, Sharon
  5. Hi, Is it possible to combine 2 flat sequence into 1? Regards, Sharon
  6. Hi Ton Plomp, Yes. That was the problem. Just removed the error shift register -and the problem solved. New VI: Sharon Attachment: Read Calendar MOD(1).vi
  7. Hi friends, I am developing a LabVIEW application to search 'Subject' and filter out Microsoft outlook mail items . I found this VI useful but it shows only the first 442 items(but total number of mail 1034). Is something wrong with the VI or my outlook settings? Read Calendar MOD(1).vi Thanks for your time..!!! Sharon
  8. Hi friends, Is there a way to read the value of excel cell color in LabVIEW? I read some posts on ni.com forum but I could not download any attachments- I'm getting some error. Thanks for your time...again !!! Sharon Found it.. Thanks, Sharon Sorry. Forgot to attach the image............
  9. HI jgcode, I tried running the open VI ref with only the VI names placing inside the main VI folder- there is no problem in execution. But assuming if 1)I have a statemechine with 5 states and I place 5 subVIs inside every case to execute it 2)If I use dynamic VI calling to implement the same structure using dynamic VI calling - will there be any advantage in terms of memory usage if I use only the VI name for Open VI ref? I want to ask this 'coz while creating application.exe I had to include all the VIs to execute the Main VI? Thanks for your time..!!! Sharon
  10. Hi friends, I want to call 'n' VIs dynamically in a loop. I am wondering if we can call the VIs without giving the VI path information? For instance in the picture shown below.. 1)Is there a way to pass information of the VIs to the Call by Reference Node without using Open VI reference? I dont want to use Open VI reference 'coz it is asking for VI's path details? 2)Is it possible to pass the ref value from a "VI" containing all the VI as shown below? 3)If it is possible, what are the pros and cons ? Thanks for your time..!!! Regards, Sharon
  11. Hi all, Referring to this link: http://zone.ni.com/reference/en-XX/help/371361H-01/lvconcepts/customizing_vis/ How do I insert sub items ? Thanks, Sharon
  12. I have no problem in opening your labview program Sharon
  13. Hi CVN. Can you attach your VI to the post? Regards, Sharon
  14. Hi friends, Everything is fine now- I just needed to install DAQmx 9.1.7 software that came along with the USB module. But Ia m sure I already had DAQmx on my machine.. I dont know what happend.. Anyway it is working now. Thank you for your comments and suggestions..!!! Sharon
  15. Hi jgcode, When I first connect the device it shows.. Then if I press enter it opens a panel something like... In my LV application I can see the device id.but I dont know how to proceed further.. Sharon
  16. Hi, I have just bought a NI USB (http://sine.ni.com/nips/cds/print/p/lang/en/nid/201630) 6501 module from NI. I don't know where to start. It is not listed under VISA devices.But in MAX explorer it shows 'Dev1'. Do I need to use DAQmx to access the device? Sorry, this is first time I am using these kind of external hardwares. Sharon
  17. Hi sam,Thanks. There is also a C Code example project available in examples folder. I want exactly is in the ' Exported as Lib' folder. I have also attached the snapshot of the file. But I dont know how to generate a .c file that. Please help..!!! Sharon
  18. HI, I am developing an android application where I want to use my labview application algorithms. I just downloaded C code generator but I dont know how to use it-- when I created ".so" file using the generated .c and .h by cygwin there was no error. But when I run it on my mobile I am getting some error. I tried simple 'add' code/ C=A+B How to generate C Code to use it in eclipse.? Thanks for your time..!!! Sharon MY Android code
  19. Hi friends, Our engineers have developed Labview applications to access/control systems via Bluetooth.Is it possible to build LV application so that it can be accessed from anywhere in the world to configure a system ?. Say, I am in Italy and I want to use the LV application developed in UK but without installing LV Runtime Engine on my laptop. Or I may even tell someone to configure the system who may not be our engineer. How do I implement this? It should be some kind of webserver VI and the application should be able to access the local bluetooth module(just like an executable but already installed on a server) Am I asking too much from NI? Regards, Sharon
  20. Hi crelf, I have uploaded a screenshot of one case, where I read webpage element and compare the value with the expected. The other cases look similar to this case. I am using producer consumer architecture in the application -coz I don't want to miss any inputs by the user.Also I have a lot of statemachine for different tests. If I dont execute the webpage testing statemachine the 'quit' is executed within 1 or 2 secs otherwise it waits for more than 6 sec . . Could this be a problem with queuing and dequeuing? But after the webpage test execution , when I press quit button, I see that 'Quit' appears on the queue instantly. Sharon
  21. Hi friends, I am doing webpage testing using LabVIEW. But the problem is my CPU memory increases as I load webpages. It also affects my application's response time to stop or close it. So I want to clear memory every time I finish one testcase. But I dont know how to do it. Please help..!!! -Sharon
  22. Hi, I vcould not find any Ni-Serial but there is an option to install NI-Serial 3.6.0. But if check it it is asking me for the device driver CD. Is it hat we want to install..? But I have already installed all the drivers on my laptop right..? ahh.. it is confusing... Sharon
  23. It does not work. I just created a sample VI just to test Serial port. And I created an installer from Build Specifications--> Installer It did create an installer about 127 MB file. When I install it, the installer is to create a folder called VISA in program files folder. But there is no folder at all. what is this problem. Sharon
  24. Hi Cat, Now I am able to create installer files. But Serial VISA resource 'refresh' is not working. The application is for reading/writing modbus registers thru' COM Port. Our people use usb-serial converter- so we don't know the virtual COM port number. What is wrong with my application? -Sharon P.S: I have tried all these things in CVI/Labwindows but not in LabVIEW. So I am not sure about the problem Thanks
×
×
  • Create New...

Important Information

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