Jump to content

Gepponline

Members
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Gepponline

  1. Hi,
       I have some PCI-6503 boards and I need to install them in PCs with WinXP to use it with traditional NI-DAQ and SCXI-1000 chassis.

    The boards are Ok, but i can understand why, in some PC, when I try to make a self test with traditional DAQ in MAX , I get a "The device did not pass the test" error. (with DAQmx the self test is passed without any errors)
    Having a look at the detailed error, it is a -10461 resourceReservedError, but there is no application or nothing else that can reserve the board. Is a brand new XP installation.
    Any Idea on how to solve?

    thank you so much.

  2. Here is my situation.
    I develop applications with LabVIEW since 2000 in a small manifaturing company.
    Initially we have a SSP contract. Now we don't have SSP anymore due to its cost and still at 2017version.
    At the moment I develop a couple of application a year for industry 4.0 machinery.
    But the most of time is mantaining of old project.
    I was an enthusistic of labVIEW hoping to see it as an open source software on every PC and I was very happy when i heard about Community version...but it seems clear since the beginning that NI was boicotting it. You should went to a little corner on the bottom of the NI products to discover a free version of labVIEW (now it's a little bit easier but not so clear), but Should i have to pay thousand dollar a year to a couple of app that read and write values from PLCs?
    If this is the direction...I really don't know If i will continue with labVIEW..even if I really don't want to learn a textual programming language,its syntax etc..
    But this will be a company manager decision, not mine and I risk my job for this 'cause I only know LabVIEW as programming language and I use it for every kind of stuff, from data acquisition, to vision application. Motion, Db interfaces, MES and so on...

  3. Hi,
     I'm currently communicating with some Rockwell (allen Bradley)PLCs via ethernet IP using an old ethernet IP toolkit.
    Now I would like to communicate with an OMRON PLC but the toolkit have some problem with it ( I suppose it's due to a specific DLL used to communicate).
    Does anyone of you know how to communicate with an Omron PLC via Ethernet IP? (no OPC or Modbus)
    I found ther is an NI official toolkit for ethernet IP but I can't find an evaluation version to know if it allow communication or not.
    Thank you so much.

     

  4. 14 hours ago, GolzioAC said:

    If you need only to print PDF without any further action another option should be use Report Generation Toolkit, at the same way you can save a word document you can also save the file as PDF.

    As I already told to others, I don't nett to print TO PDF but print A PDF, so an already existing PDF document has to be printed on paper (label in my specific case).

     

  5. Hi,

        I'd like to print a PDF File.
    No need to manipulate it, only print.
    I found some suggestion about using command line via System Exec VI like this:
    "<Path to AcroRd32.exe>" /t "<Path to document>" "Printer name"

    But it doesn't seems to work. It opens acrobat reader but it doesn't print.
    Any solution can be accepted, even using firefox or chrome or whatever else.
    thank you!

  6. Hi,

     is it possible to create and resize a button in a running vi's front panel?
    I would like for example to place a square button where I press mouse down and then, if I drag left and right borders, resize it.
    I've done something similar in the past using images, but this time I need buttons to be single objects I can move in a second time
     

  7. Hi,
      I would like to threshold a binaty image showing to the user the original Image overlayed by the thershold result like the Vision Assistand does.
    I've tried with the Keep/Replace Value input in the threshold VI but it does the exact opposite of what I need (it replace or not the thresholded image leaving BLACK the rest)
    I need to replace the thresholded values with a user color and leave the rest of image as it is.

    Any suggestion on How to do it?

    thank you so much.

     

  8. Hi,
       I have an application where I need to extract a portion of an Image, binarize with different threshold the two part of the original image and then merge them back.
    To do so, at the moment, I trace a rectangle on the original Image, use two Mask from ROI VI to extract the inside and outside portions of the image and then I use the IMAQ ImagetoImage 2 VI  to merge the two parts.
    This procedure works only with rectangular ROI, But I need to do the same with a define by user Polygon.
    Any suggestion on How to do it?
    In the attached example If you rotate the rectangle you can see my problem. The rotated rectangle seems to become a bigger rectangle. It seems to me that I need something like transparency to solve it....

    Thank you so much!
     

     

    Main.zip

  9. My initial problem was on HOW to store blob data in an SQLite record field using this toolkit.
    So i thought this was the right place to make my question.
    I Had no idea about the problem of no standard for storing images on a BLOB field.
    Now that I know that, i can say:
    snippet_SQLITE.thumb.png.8536839ba188087f3e2ecf5e9e4cf130.png

    1)Attached  are 2 solution working with SQLite Manager but not with SQLite administrator neither with DB Browser for SQLite

    2) Being so, maybe it's better to store images in a specific folder and store the path in the DB.

    Thank you so much for the support.


     

  10. As you suggested, I've made an example using Vision Library, starting from a previously stored image but nothing change.
    Or better, I don't get any error executing the VI and in the DB I can see the new record but using SQLite Administrator I'm not able to see the picture inside the DB.
    SQLite Administrator has a specific function that should show the image.
    I attach even the DB with 4 records with that should have the same image on it but I can't see it.

     

    snippet_SQLITE.thumb.png.ddb15761a4e9b8eb559641219dcaedca.png

    DB_CN35.sdb

  11. 2 hours ago, drjdpowell said:

    "but I wonder why you aren't just saving your bmp image as a blob, rather than turning it into a LabVIEW image format (and then only storing part of that)."

    As I told in my previous message, Because I Don't Know How to save my image as a blob in labview!
    The image is not originally stored in my PC but is acquired with Vision Libraries.

    So once acquired, Hwo to save it as a blob?
    And then How to pass it to SQLite library to store it into my DB?

×
×
  • Create New...

Important Information

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