List of Contributions

Dunwoody

Contact Details

Dunwoody


My Content

1 to 5 of 5 total
Posted By Dunwoody Aug 26, 2025 10:36:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Reinarts, We are using a 5069-L350ERS2 and yes, it was created through ACM. It looks like all the message instructions were set up correctly when it was created. Thanks, Craig -------------------------------------------
Posted By Dunwoody Aug 25, 2025 09:47:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Still no luck with removing the comma. Getting the 4004 error. [("@LABEL_NAME": "Format5","@PRINTER_NAME": "115_SATO_S84NX_Test","@LABEL_QUANTITY": "1","BestBeforeDays":"8")] -------------------------------------------
Posted By Dunwoody Aug 25, 2025 08:52:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Reinarts, Thanks for the info. So here is a socket string that we send directly to the API which works fine. POST /api/v1/jobs HTTP/1.0$r$lContent-Type: application/json$r$lHost: 172.16.10.101:5001$r$lContent-Length:146$r$l$r$l[("@LABEL_NAME": "Format5","@PRINTER_NAME": "115_SATO_S84NX_ ...
Posted By Dunwoody Aug 21, 2025 08:48:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Reinarts, We are not using any encryption as this is going across a local network. Also, after posting this, we were successful in sending a POST command directly from a socket message. We captured a good message via Wireshark from a good POST, and then recreated the message in Logix which was ...
Posted By Dunwoody Aug 20, 2025 12:58:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I am working on communicating to printing software(Teklynx) using Rest APIs. I have created an example program using the Common Application Libraries and have the raC_Opr_HTTP_Client and raC_Opr_HTTP_POST instructions set up. However, when we try to command a POST, we are getting an error(4004). We can ...