Rien Posted August 2, 2019 Report Posted August 2, 2019 IS IT POSSIBLE TO DO A HTTP REQUEST (get/post) IN A Mitshubishi PLC Quote
Crossbow Posted August 2, 2019 Report Posted August 2, 2019 Not that I am aware of. But then you also didn't say what Mitsubishi PLC and there are dozens of them. Quote
Rien Posted August 5, 2019 Author Report Posted August 5, 2019 In a FX5u cpu with a fx5-enet module. Quote
xeden3 Posted December 3, 2022 Report Posted December 3, 2022 As far as I know, accessing PLC through ajax is not a routine operation. If you can, you can try LECPServer, an open source middleware. It can expose the PLC node address for reading and writing through HTTP POST. https://github.com/xeden3/LECPServer Quote
pturmel Posted December 3, 2022 Report Posted December 3, 2022 10 hours ago, xeden3 said: It can expose the PLC node address for reading and writing through HTTP POST. That's nice, but it seems to be opposite direction of the OP's question. Quote
xeden3 Posted December 4, 2022 Report Posted December 4, 2022 12 hours ago, pturmel said: That's nice, but it seems to be opposite direction of the OP's question. Sorry, indeed I misunderstood the question But as far as I know, there is no PLC that can implement the Restful protocol. After all, this protocol requires a more complicated link mechanism and CPU resources. The more common practice is that the link end mainly writes to the PLC. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.