You need to look in the variables list for Point_1_var, you can then assign the current pose to it. Another shortcut is you can just assign the curent Tool pose as well like this
Point_1_var = Tool (you have to choose Tool from the dropdown menu of poses, it actually returns Point_1_var = get_actual_tcp_pose(), just is easier to read in my opinion.
I have an application picking parts from a table but the table will occasionally move a few inches. Is there a way to change the pallet reference so I don't need to teach the various pallet points again?
Also, on a related questions, I taught a feature (reference_plane) that created three points below it (point_1, point_2, etc..) I'd like to poll an operator to reteach these points with some popups. I've tried a script command Point_1=get_actual_tcp_pose() but it throws a syntax error. The plane is set to a variable type as are all the points below it.