开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: MODIO


 

开云体育

This link explains how to prevent an application like MACH3 from writing to the VirtualStore folder created on a per user basis.

Like as :? C:\Users\john\AppData\Local\VirtualStore\Program Files (x86)\MACH3\macros\Mach3Mill

?

?

Now (finally!) when I edit a file like Macropump.m1s? it's actually editing the one in the C:/MACH folder which is where I moved MACH3.? And on that note with respect to the MacroPump accessing Modio I/O pins set as INPUTx and OUTPUTx

?

I can make the STATUS message show "OUTPUT6 is ON" but if I enable the testing on the output value after the input goes inactive I don't get the message "OUTPUT6 is OFF". I have to remove the test on IsActive(OUTPUT6) in order to have the STATUS message change.

?

The reason I'm testing is that I really don't need that message being repeated constantly clogging up the HISTORY with extra messages.

?

?

' Show the user the state of the INPUT #2 input
If IsActive(INPUT2) Then
????? If IsActive(OUTPUT6) = FALSE Then
??????????? Message( "OUTPUT6 is ON" )
??????????? ActivateSignal(OUTPUT6)
????? End If
Else
'???? If IsActive(OUTPUT6) Then
??????????? Message( "OUTPUT6 is OFF" )
'???? end if???
????? DeactivateSignal(OUTPUT6)
End If

?

And finally, is there a way to edit the Macropump file and then have MACH3 reload it without stopping and restarting MACH3?

?

Thanks

John

?

?

From: MachCNC@groups.io [mailto:MachCNC@groups.io] On Behalf Of designer_craig
Sent: January-19-20 11:14 AM
To: MachCNC@groups.io
Subject: Re: [MachCNC] MODIO

?

John,
I just upgraded my PC to W10 and have run into the same issue.? Also noticed a similar behavior on later updates to W7.? Seems for security reasons Microsoft is trying to prevent programs from writing any kind of variable data into their install directory under Program Files or Program Files(x86) once the application is installed.? I even had trouble on W10 placing a file directly under C:\.? think for older programs that did write to these locations they have added some means of "sand boxing" the variable (post post installation) date off to this? AppData\Local\VirtualStore location.?? Sort of makes sense now that most new apps get cryptographic signatures and get verified before being placed in a spot that gets launched.? I would install mach directly under C:\Mach3.??? In switching form W7 to W10 I had a number of old programs with similar behavior and just decided to make a directory called C:\MyProgram Files and put those programs there.
I still have my? BP bill running on a Windows 2000 installation.? --No updates, no internet connection just works.?? Doubt I could get it connected to the internet with out HTTPS support.
Good luck? Craig

Join MachCNC@groups.io to automatically receive all group messages.