FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
03-26-2023 06:32 PM
Hi all,
currently im using "Directory" and "File Status" nodes to find out the directory path from my PC. You can refer as below
This is done by node-red installed in my PC. My question is how can I get this directory path when using node-red installed in ctrlX core?
If you know to to access to PC's directory by using ctrlX core please share with me.
Many thanks.
Regards!
Solved! Go to Solution.
03-27-2023 09:19 AM
03-27-2023 11:36 AM
I'm using fs-ops node to do this.
This is used for machine vision application.
There is a Cognex Camera which is detecting defective products then capture these pictures and send back to local PC by FTP protocol.
CtrlX core needs to access to that PC and read out the lastest image then decode it and storge to SQL server.
Basically, node-red could do this task as the node i did attach above. Unfotunately, it only works on PC. inside ctrlX core it doesn't work.
Let me try with your reference.
Thank you