Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: DIO card problem with ht-basic 2021 #8906
    Corey
    Participant
      in reply to: DIO card problem with ht-basic 2021 #8905
      Corey
      Participant

        Last GPIO card i knew for sure was supported is now discontinued but you may be able to find one on the secondary market. It is a TAMS64622 PCIe card. They also have a PCI version as well. You can find a little more information here https://www.techsoft.de/documents/interfaces.html

        in reply to: Problem with HTBasic 10.1 #8578
        Corey
        Participant

          Depending on what the rest of your script does you may consider changing the following line
          CONFIGURE MSI “:,720,1” TO “C:\Users\hsuavita\Desktop\Data_Engineering”
          to
          MASS STORAGE IS “C:\Users\hsuavita\Desktop\Data_Engineering”

          This will set the MSI or current directory to your data_engineering folder. if you do not need to do this you can omit this line completely and it will still work. As mentioned previously that will just change the path that you are currently working in to the Data_engineering folder but in the rest of your script that you show you are using absolute path names so it depends on what the rest of your program does.

          • This reply was modified 4 years, 2 months ago by Corey.
        Viewing 3 posts - 1 through 3 (of 3 total)
        Scroll to Top
        HTB icon

        Please Sign In