The To LLP component sends messages to a port using the LLP protocol. It receives data from an upstream component.
The below steps assume an existing port is available to connect to and the necessary firewall permissions are in place on the client and server. |
Using +COMPONENT, import the To LLP component. Since it is a destination component, you will need to https://interfaceware.atlassian.net/wiki/x/yYIBo to link it to a source component that will push it data to send to the server port. |
![]() ![]() ![]() Fields marked with an asterisk * are required. Connection Configurations:
Message Configurations:
ACK Configurations:
|
Start the component. Once inbound data is processed, check that the target server is receiving the data as expected. |
There are a few ways you can adapt and expand this component for more complex workflows:
By default, the To LLP component assumes that an ACK received from the target server is valid and verification is not needed. In some cases, additional ACK verification may be required. Logic can be added to the ACKverify function to verify the ACK data. The function should return true/false based on the result of the verification. ![]() |