Other link is not reachable. I found the script from this link.
Step 1:
There are terms need to be modified in Line 217 and/or 230.
For example; for temperature
Line 217 should be modified as follows
*GET,MY_NODE_RESULTS(J),NODE, N_J , TEMP,
line 230: example element result - element name
*GET_MY_ELEM_RESULT(I),ELEM,E_I,ATTR,ENAM
If you want to transfer more data you can add new arrays between lines 46-51
step 2:
check if your element types are mapped in the E_TYPES_ANSYS_TO_VTK array
if not you should add it (there are already many elements this step may not be necessary)
step 3:
modify line 297:
(21(A8," "))
step 4:
Add “!” in line 312
you can try getting results of a single node or element from get scalar value menu command.
APDL command will be shown in the List->Files->Log-file …
you will see how the node/element results are named and thus you can modify the relevant line according to log file command line.
Arrays are allocated according the maximum node and element numbers. try renumbering (compress numbers) if you model is too big. You need to resolve the model. And you should be careful.