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
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.