07-13-2023 12:31 AM
cRIOとWindowsPCとを同じネットワークとして、FTPによるファイルアップロードをしています。
cRIOとPCを物理的に隔離したいのですが、cRIOをインターネットに接続して、遠隔地にあるPCへファイル転送を行うことは可能でしょうか?
可能な場合は簡単な手順についても教えて頂けると幸いです。
宜しくお願いします。
Solved! Go to Solution.
07-13-2023 12:54 AM
Hi shi_fu,
@shi_fu wrote:
I am uploading files via FTP with the cRIO and Windows PC on the same network.
I would like to physically separate the cRIO and the PC. Is it possible to connect the cRIO to the Internet and transfer files to a remote PC?
The cRIO and your Windows pc are always "physically separated"…
Well, you could connect your cRIO to "the internet" (from device side it is just a network connection to the next switch/router). When there is a route available between cRIO and "remote pc" then it is also possible to start a communication between them!
I would recommend to not connect a control device like a cRIO (or a PLC or similar) directly to "the internet" because of security reasons. Pleas ekeep that in mind before startng to talk to your local network admins…
07-13-2023 01:28 AM
ご回答ありがとうございます。
確かにcRIOとPCは元々物理的に分離されてますね!笑
距離を気にせずにやり取りしたいという意味で書きました。
セキュリティを考慮してcRIOをインターネットにつなぎ、PCとの間に利用可能なルートがあればFTP可能である旨、理解しました。
LabVIEWやcRIOの内容からそれてしまいますが、「PCとの間の利用可能なルート」の作り方について、例えばどんな方法があるか教えていただけないでしょうか。
宜しくお願いします。
07-13-2023 03:40 AM - edited 07-13-2023 03:41 AM
Hi shi_fu,
@shi_fu wrote:
I'm going to deviate from the content of LabVIEW and cRIO, but could you tell me, for example, what kind of method is there to create an "available route to/from the PC"?
In my experience devices usually are located within local networks (behind a router/firewall/company server) and you cannot access them from public internet.
I guess your desired communication route will look like this: device <--> local network 1 <--> router <--> public internet <--> router <--> local network 2 <--> computer.
The problem is: "device" and "computer" will use local IP addresses, meaningless (aka "not accessable") to anyone connected with "public internet". You need to provide a way to let "device" and "computer" being able to know each other:
Both options require additional work/administration, so you better talk with your local network admins to discuss the options available to you!
07-13-2023 06:57 PM
Thank you for your kind explanation!
It was very helpfull.