hi, i have a set of x,y,t in a text file sect.txt.. first line represents x1,y1,t1 and second is x2,y2,t1... the 4th line(3rd line is blank) is x3,y3,t2, followed by x4,y4,t3... i want to plot line which has coordinates x1,y1 and x2,y2, with thickness = t.. similary next line has coord = x3,y3...
Hi, i want to read a particular string from a text file using autoit. i wish to read it without explicitly opening the text file. the copied string should be then transferred to a excelbook (again, no need to open the excel book)...
with reference to my screenshot attached, my input to script...
Hi, i have 2 sets of x,y points ie; x1,y1 and x2,y2 ; i wish to plot a line between x1,y1 and x2,y2 - how do i do this in excel. my requirement is presented in the snap shot attached. the first line should have starting coordinate x1,y1=0,0 and its ending point at x2,y2 = 0,3. line 2 should have...
Hi, i wish to know if fortran has the following capabilities. refer to the below link about perl . in that case, i dont need to use AUTOIT - fortran will serve my purpose.
https://www.perl.com/pub/2005/08/11/win32guitest.html/#author-bio-george-nistorica
hi, i wish to know if fortran has commands like 'winwait' , 'winwait active' (i found these commands in Autoit) which can be used to run/automate windows applications. i am looking for developing a code which can run a third party program based on some 'IF conditions'.
hi, i wish to know if fortran can help in windows automation.
the job expected is: fortran code (in exe) should invoke a third party software on windows10(call the 3rd party software as ABC). the input file for ABC is a text file, upon the completion of run, the fortran exe should read through...
hi JG2828, is it possible to include bit of programming into macro recorder - ie; i wish to run a 3rd party software - after the first run (invoked by the the macro), the macro should be capable of reading the output text file, search for some specific values in it, do some calculations with...
Hi, i wish to automate windows applications with a script. which one is best to learn - perl or python. My plan is to
1. automate windows applications, eg; invoke a software and make it run with certain inputs
2. read/write/replace text at specific locations inside the file
3. built small gui's...
Hi, i use autoit recorder to record the mouse clicks. i just want to record how to automatically open notepad.. the procedure i followed is uploaded as a video. when i run the .au3 file, the windows key gets activated and then the 'notepad' is not getting typed and in the taskbar, the script...
Hello TG eng, I edited my excel. I have 65 points in the excel for export. upon running the macro, the femap screen is empty, but shows 65 'nodes' at the message bar. could you pleas have a look on the attachments...
Hi, I am using Femap v10.1.0.32 on windows10. I prepared a macro (copied/edited from femap manual) to export the coordinates as points into femap. I am getting the following error. could some one help me on this...
Hi,
I was calculating the wave load on a vertical pipe (OD=1.0m, Cd=1.0) using linear static analysis option in SACS.
Wave parameters : Water depth= 26.6m, Wave ht = 3.486m, Tassociated =13.33s (stoke 5th order wave)
I took the sacs output for horizontal velocity (at phase =0deg) and...