03-10-2021, 03:09 PM
(This post was last modified: 03-10-2021, 03:29 PM by george.kontogiorgos.)
Hi,
I am trying to add a custom folder on powerpmac project. I modified the .ppproj to include the custom folder (named step-scan) and it works as I could see it on my project (see figure 1 attached).
However I could not find the PLC's declared variables by query them on terminal and the PLC name could not be found.
My PLC was dowloaded as I could see it inside these folders:
but maybe PowerPMAC could not interpret it.
I am trying to use submodules of git to version my codes as I have a lot of devices that could be updated at once if it works.
Is there a way to include custom folders and interpret them as native folders such as PLC Programs?
Note: just adding the file does not work for me because IDE creates a copy of my submodule and I lose the files tracking from git.
Thanks
George Kontogiorgos
I am trying to add a custom folder on powerpmac project. I modified the .ppproj to include the custom folder (named step-scan) and it works as I could see it on my project (see figure 1 attached).
However I could not find the PLC's declared variables by query them on terminal and the PLC name could not be found.
My PLC was dowloaded as I could see it inside these folders:
Code:
./.readonly/var-tmpfs-mirror/ftp/usrflash/Project/PMAC Script Language/step-scan/trigger.plc
./var/ftp/usrflash/Project/PMAC Script Language/step-scan/trigger.plc
but maybe PowerPMAC could not interpret it.
I am trying to use submodules of git to version my codes as I have a lot of devices that could be updated at once if it works.
Is there a way to include custom folders and interpret them as native folders such as PLC Programs?
Note: just adding the file does not work for me because IDE creates a copy of my submodule and I lose the files tracking from git.
Thanks
George Kontogiorgos