Jump to content

ray

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by ray

  1. A tedious way but it can be worth it. Thanks!
  2. Is there a way to reorder the data structures? Thank you!
  3. When I try to create two Modbus TCP/IP slaves I get the following error: "Both Slaves have been set to the same communication protocol. Slave1 may be set to TCP/IP, while Slave2 is set to RS485" I don't understand why it gives an error if I have different IDs for each slave.
  4. ray

    MQTT subscription fail

    Thank for your reply. Subscription properties -> Quality of service -> 0 Broker lined to the Subscription -> Clean session -> not activated I have tried to subscribe from another client installed on a raspberry pi and the subscription is correct. However, from unistream I do not have a subscription, but I do have a connection with the broker: Broker1.Connected = 1 Subscription1.Subscribed = 0 Subscription1.Status = -11 (this means UniStream is not connected to the broker however it is connected.)
  5. Hi there. Let's see if someone can help me. I have a unistream PLC connected to a mosquitto broker. The PLC is subscribed to various topics. Everything seems to be working fine, but sometimes when I restart the PLC, it doesn't subscribe to topics. However, the connection with the broker is correct. If I see the status of the configuration tags, the following appears: Broker1.Connected = 1 Subscription1.Subscribed = 0 Subscription1.Status = -11 (this means UniStream is not connected to the broker however it is connected.) To solve this problem I have to restart the PLC again.
  6. Hi there. Let's see if someone can help me. I have this scenario: - Raspberry pi with mosquitto broker. - Unistream connected to the broker and subscribed to a topic - Several temperature sensors as clients publishing a topic every 1 second. Everything works fine but, any idea how to know if a client has disconnected? In the client configuration I have the "keep alive" function set to 10 seconds, however the "Subscription.Subscribed" bit is always at "1".
  7. SB148 not work on V700. Any ideas for the V700? Thank you.
  8. Yes, It's Alarm Summary. Calling Alarm Summary is using banner. There are no action calls from the program. We try to erase and recognize all the alarms and then hangs the screen but the control still works. This failure occurs randomly (rarely) I will consult my client to see if it is possible to send them the application program.
  9. Hi, We have a very serious problem and is that randomly the program stays in the alarm manager and does not respond to any button with the inability to return to the screens of the main program.
  10. I am trying to retain the values of a PID structure but I do not know how to do it. Any ideas? Thank you.
  11. Hi! I would like to know if in the future (in the short term) you can activate Message Box from ladder?
  12. I was working with a UniLogic project when the computer shut down. Reopening the project with VisiLogic gives me the following error: "This project was created with an later version of UniLogic, and cannot be downgraded. Please open this project with a newer version of UniLogic" Now I'm not able to open the project and I use the latest version available: 1.18 rev 60
  13. When I push the button "N", I want to edit the MI30 registry via the keypad. See atachment files. I do not want to use the traditional method.
  14. Sorry for my bad explanation. I have a button associated to MB10 and I need to modify the MI30 registry when I press this button. That is, I need to activate the keypad when I press the button and edit the registry MI30.
  15. For V570, Is there a way to invoke the numeric entry keypad from ladder, referencing an operand (MI, ML, etc) instead of a variable? Thanks,
  16. I'm trying to clear the "log files" but can not find the way to go. Does anyone know how to do this?
×
×
  • Create New...