I am developing a real time application that should run at real time when it is taking the information from the hardware installed on the PC. It is direct readings of the machine.
at the same time, I need to use the database to store these data, this means that I need to get the program to a normal priority during the database connection (all this is what I think). So Can I do it in Visual Basic?
Just for the information, I was able to run the program on realtime priority using a shortcut with the following target:"C:\Windows\System32\cmd.exe /C start /high %1" replacing the %1 with the program path and name. But what I need is: to make the program realtime at specified steps of the program, where I need to take the readings from the machine. The computer need to be used for reporting also, such as excel sheets, word files, and printing.
at the same time, I need to use the database to store these data, this means that I need to get the program to a normal priority during the database connection (all this is what I think). So Can I do it in Visual Basic?
Just for the information, I was able to run the program on realtime priority using a shortcut with the following target:"C:\Windows\System32\cmd.exe /C start /high %1" replacing the %1 with the program path and name. But what I need is: to make the program realtime at specified steps of the program, where I need to take the readings from the machine. The computer need to be used for reporting also, such as excel sheets, word files, and printing.