11-06-2023 09:29 AM
Thank you.
Do you mean in this way?
I have attached the Vi.
11-06-2023 11:05 AM
Hi to all,
i need to copy/move file from one path to anther path automatically.
First a tried with build path , with other path , i can't find the way to choose it automatically.
I want to move from cd:\desktop\FolderA to D:\Folder B , is there any way ?
Thank you
11-06-2023 11:08 AM
Use funcions FILE I/O pallete build path, on the ADV Functions you will find a function to copy files.
11-06-2023 11:14 AM - edited 11-06-2023 11:18 AM
11-06-2023 12:43 PM
11-07-2023 09:03 AM
Thank you very much!
best regards
11-07-2023 09:35 AM
Thank you !
11-15-2023 04:24 AM
I need help please.
Same question 😃 .
I want to do in this way.
I want to creat a folder with serial number and then i want to move files in this folder created.
But this operation i will do it continuously with different serial number and different Product.
Now i just do it For Move Files Vep, i will add later Move Files Vep-1 ...
Return for the first question :
when the first serial nubmber , and push creat file , He creat the file .
When i want to creat another serial number ,it not work.
I used shift register .
Thank you for your support
The other question i want to creat a folder bin inside the folder with the serial number ?
I attached the Vi
11-15-2023 10:20 AM - edited 11-15-2023 10:21 AM
Your serial number control is only read exactly once at the start of the program because it is outside the loop. Once the value is in the shift register, you seem to clear it occasionally because it is not wired across all events.
There are fundamental dataflow issues and I recommend to go back to the tutorials.
You still use poorly defined words such as "continuous", "different" without really telling what you mean.
Also please do a "save for previous" before attaching a VI. I currently only have LabVIEW 2020 here..