Jump to content

Youssef Menjour

Members
  • Posts

    80
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Youssef Menjour

  1. Good morning Ha I hadn't seen this answer! I don't understand the point of putting NI Linux RT online? What's the point ? I just want to simply deploy my code to this target that has a GPU. IN fact what I want is to deploy LabVIEW code on my Jetson target. I don't want to install LabVIEW RT on my target, I just want to deploy my code as if I were on a machine. Is this possible on an Ubuntu Arm target as was done on Rasberry PI. The idea is to use the Jetson GPU for HAIBAL deployments. I asked NI but they didn't answer me. who could be our contact at NI ?
  2. As i understood, we can install LabVIEW RT everywhere in case to know how to modify the linux kernel source code (open source) It's possible but it seems it mean to have strong knowledge in OS linux dev. We will start to work on it to deploy LabVIEW RT on jetson. New challenge accepted
  3. Hi everyone, Can someone explain to me what this repository is for? From the NI linux RT source code, can we consider, after hard development work, gateways to, for example, a LabVIEW deployment of RT code on a Jetson nano ? I would really like to understand what it is, thank you https://github.com/ni/linux?tab=readme-ov-file
  4. Hi everyone, I would like modify a project build specification by using input only the path of the Lvproj. Is it possible ? I would like to change with a VI a destination directory of a Build Specification Thank you for your help
  5. Good morning I downloaded the famous state actor patern and clearly it explains absolutely nothing. Where can I find an example? What's the point ? Does anyone really know? There are no examples anywhere in the NI examples and this VI shows absolutely nothing How do we launch this switch actor? Where ? I don't understand the point of this VI? When hitchhiking, is the switch actor useful? (obviously no, since nowhere are the FIFO connections cut, the nesteds are not deleted in the actor who is going to be switched)
  6. J'ai téléchargé le fameux state actor patern et clairement il n'explique absolument rien. Ou puis je trouver un exemple ? A quoi ça sert ? Est ce que quelqu'un sait vraiment ? Il n'y a aucun exemples null part dans les exemple NI et ce VI ne montre absolument rien clear 274 / 5 000 Résultats de traduction Résultat de traduction Good morning I downloaded the famous state actor patern and clearly it explains absolutely nothing. Where can I find an example? What's the point ? Does anyone really know? There are no examples anywhere in the NI examples and this VI shows absolutely nothing
  7. It's quite frustrating not to have a direct answer to my question and to be forced to dissect a package to understand. The simplest thing would have been to explain this override better. I'll go see but it's really not practical
  8. I really need to understand how it works. Unfortunatelly there is few information on substitute actor override. Anyone able to help me ?
  9. Hi everybody, I'm trying to use in actor framework the substitute actor override but there is no example on internet. Is someone can provide me a simple example to understand it ? Thank you
  10. Here's some examples of semantic segmentation with 𝐓𝐈𝐆𝐑 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 𝐯𝐢𝐬𝐢𝐨𝐧 𝐭𝐨𝐨𝐥𝐤𝐢𝐭 (Available now for test) This is accomplished by utilizing a UNET architectural model in conjunction with a basic 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 state machine architecture, showcasing how the HAIBAL, the LabVIEW deep learning toolkit by Graiphic toolkit's capabilities enable seamless integration of any model into practical applications with minimal effort. Visit us now --> www.graiphic.io 𝐓𝐈𝐆𝐑 website -->https://tigr.graiphic.io/ Download GIM and try 𝐓𝐈𝐆𝐑 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 𝐯𝐢𝐬𝐢𝐨𝐧 𝐭𝐨𝐨𝐥𝐤𝐢𝐭 --> https://lnkd.in/eUtVumG2 Get started with TIGR --> https://lnkd.in/dssB-MS4
  11. This video may not look like it, but for us it represents an enormous amount of effort, difficulty, sacrifice and financial means. It is with special emotion that we proudly unveil the upcoming major update for HAIBAL, the LabVIEW deep learning toolkit by Graiphic. In a few weeks, we will introduce a significant enhancement to our deep learning toolkit for LabVIEW. This update takes our tool to a new dimension by integrating a range of reinforcement learning algorithms: 𝐃𝐐𝐍, 𝐃𝐃𝐐𝐍, 𝐃𝐮𝐚𝐥 𝐃𝐐𝐍, 𝐃𝐮𝐚𝐥 𝐃𝐃𝐐𝐍, 𝐃𝐏𝐆, 𝐏𝐏𝐎, 𝐀𝟐𝐂, 𝐀𝟑𝐂, 𝐒𝐀𝐂, 𝐃𝐃𝐏𝐆 𝐚𝐧𝐝 𝐓𝐃𝟑. Naturally, this update will include practical, easy-to-use examples such as DOOM, MARIO, Ataris games and many more surprises will come along. (starcraft or not starcraft?) 👉🏼 Visit us now www.graiphic.io 👉🏼 Get started with TIGR vision toolkit https://lnkd.in/dssB-MS4 👉🏼 Get started with HAIBAL deep learning toolkit https://lnkd.in/e6cPn4Fq
  12. Hi, I'm using .net with LabVIEW and i have some difficulties to open a reference. I use mscorlib(4.0.0.0) as assembly. (System.io.directory class) The method i'm testing is EnumerateFile which return a reference representing "an enumerable collection of full file names that meet specified criteria." Now my problem is to find a method that take this reference and give me back information in readable LabVIEW. Someone can help me ? Thank you
  13. I phrased it wrong Vision poses a problem for us because it requires an additional installation. The philosophy of our package is to make it all in one so that it is as simple as possible for our users. So we want to do without Vision while keeping the same performance. What also causes us problems is that we don't understand anything about NI on the free, not free, add on... nothing is clear. As a user I do not feel I have to go looking for information, it should be simple which is not the case. (well that's our philosophy) To do this, we have to do the same thing that the alliance vision team did at the time, a low level switch (pointer). What we will be able to do in the next few days.
  14. We don't want to use Imaq because the performance are bad for our application. We would like to use .net with pointer. Anyone knows ? For now we are working on windows. In the future we'll work on linux but for now we focus to make it work well on windows.
  15. Finnaly i found the solution to do it Now the next level is to display not the tab but directly a pointer from memory. Anyone has an idea ?
  16. In fact we would like to compare the image acquisition methods in terms of optimization (display speed). .net seems to be very interesting. I looked at your example and it is really good to start with! The problem with .net is the large number of functions, you have to be able to find your way around. I'm trying to display an image from a table of values on .net and I have not yet found. What method should I use? I have not found a simple example that does it. 😱 I was not aware about ! I'll test if it's enough. We already do with our own solution now but we would like to try with other methods because it lacks optimization. I also think there is a high potential using .net and i would like to try.
  17. Hi everybody, I'm discovering .net on LabVIEW and i would like simply display a JPG or BMP image. Is it possible to have a simple example doing it ? (I started with Picturebox and imagelocation method but it seems not to be the good method). Thank you
  18. strange i test it in another machine it works. On my principal computer it crash 🤔
  19. This example is volontary a cluster for another app. I need a "complexe" structure organized in cluster. Do you know how to do it ?
  20. Hi everybody, I'm generating a DLL with this simple function I want to recover the clustrer through a DLL function, so i did it in project. I build the DLL and when i call it, --> TALA CRASH To recover my cluster i supposed Type is "Adapt to type" and Data format "Handles by Values" Of course it's not ! Someone know what are Type and Data format of my output should be ? Thank you, (i put the VI and project in attached file test DLL.zip
  21. I have removed start but bat file does not launch why ? How to launch a bat with LabVIEW cmd ?
  22. I'm trying to launch a batch with LabVIEW but i have some access restriction. Output of my bat is written in a txt file. When i launch it directly in windows it works. When i try with LabVIEW cmd i have some restriction. Is it possible to make it works with the good cmd ? test.bat my_test.txt
×
×
  • Create New...

Important Information

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