Jump to content

Gribo

Members
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Gribo

  1. Since it is just a raw printer commands file, you can do the following (I have done it in the past with Zebra and TSC label printers): 1. Share the printer. On Windows, its Printer properties, sharing and create a share. 2. Test by running the following command: copy <filename> \\<hostname>\<sharename> . You can use localhost, if it is on the local PC. 3. In Labview, use the .NET Copy command, as LV copy doesn't support local shares for some reason.
  2. Do these files contain printer commands? If so, you can share the printer and issue a copy command from the VI to the share.
  3. What is your topology? Is it a single RS485 link per slave, or are they on the same bus? If they are on the same bus, you will have to think of the communication protocol, is it token based, is it CSMA/CD? That is up to you, as the designer.
  4. I didn't know hell froze..
  5. The next easiest alternative is to find the browse button's coordinates.
  6. You can try the mouse down event, then set the match pattern and start path. That fires before the browse window appears.
  7. Their software library requires a license and there is no online documentation. Can you share more details?
  8. No, I have manually created a template build specification which includes the folders that I want, then I copy it.
  9. I have uploaded a new version. The test VI now creates a chart with random data. LibreOffice 6 is way faster than 5, it feels as fast as the Excel .NET API.
  10. After playing a bit with LabVIEW, and remembering to cast a value, and not its class, I managed to get to your level. I will post an update in an hour or so.
  11. I understand the API even less, as I have never programmed in Java. I played with it for a bit, but could not get it to create a chart document. Since this is not a high performance library, what ever gets the results is good. 😀
  12. Instead of a spreadsheet document (unoidl.com.sun.star.sheet.XSpreadsheetDocument) you have to create a chart (unoidl.com.sun.star.chart.XChartDocument). See Libre Office example
  13. It is a matter of finding the right API calls in the LibreOffice API and using them. For charts, I think the easiest method would be to add a chart sheet and playing with its parameters.
  14. I am going to wait till there is one product (2020? 2021?). Right now, I am on 2015sp1, and have no real incentive to upgrade.
  15. In your diagram, probe #2 is your object. You need to convert it to your specific cluster. The text you are showing is JSON format, what else do you want? .JSON files are text files. The JSON Library I used is Labview JSON
  16. Here is something for the idea exchange - the missing icon indicator should be visually different from the missing VI indicator.
  17. I use JSON almost exclusively. A verbosely formatted JSON file is more readable than an INI file. Also, With JDPowell's JSON library, saving and loading any LV type is a breeze.
  18. The inputs and outputs are streams. You can convert them to strings.
  19. Mouse icon? Do you mean the cursor? That is, the object that moves around when you move your mouse? If so, there is a cursor VI that can set it.
  20. Why are you communicating with the DHCP server when you want to communicate with the UUT?
  21. I don't have access to Labview at home, sorry.
  22. Much better. That asteroid needs a better animation though.
  23. Sure, if you can post them. Can you use the higher resolution assets from the Ur-quan masters mods? Mega mod 0.8
×
×
  • Create New...

Important Information

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