Jump to content

Cam

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Cam

  1. Which IP are we talking about here the mail server or the PLC?? If it's the mail server then as AlexUT said. If it's the PLC Unitronics does have a DHCP server program which was written by a user that functions for the Vision series. You'd have to review it and integrate it into your program.
  2. You can access the IP from info mode on the touch screen. -enter info mode -select Etherent -Select Ip parameters this will display the IP subnet mask and gateway information. You can then just keep pressing esc to exit.
  3. Ask @DanT I know he has worked with that mail server and got it functioning
  4. How are you turning off MB33?? is the system trying make it go high and low in the same cycle?? or do you have a direct coil in the project for MB 33??
  5. Can you post a copy of the program?? Is the IP set from directly or indirectly (from MI's)in the ladder?? Any chance that the battery needs to be changed??
  6. Yes. The value in the linked MI is NOT the voltage you want out of the output, a value of 5 in the MI is not going to reference pretty much 0 volts The output has a 12 bit resolution. meaning 2^12=4096 so your MI can have a value of 0-4096 0=0V on the output while 4095=10V 5V would be around 2048. If you want to put a value in a MI and have the output respond to that IE 5 in the MI gets you 5V you need to look at the linerization function.
  7. Use a formula block A*9/5+32 A=SI14 will get you close and store it in a MI to use later
  8. U90 doesn’t use function blocks. It uses special registers in order to accomplish the work of a function block. Refer to the help files.
  9. That works for the PLC itself but not a node which is declared under the scanner
  10. I don’t believe there is a way to do this as you can not assign a variable to the node IP. why do you need to dynamically assign the IP anyhow?
  11. Hi Bence, Heres the Structs for the one we used, the reader wasn't connected to and IO link Master though just communicating over Ethernet/IP to the PLC. RFCardReaderEthIP.ulpr
  12. You may want to make an action to jump to another screen and then when the screen is touched jump back to the last display. This way no buttons you have on the screen are activated when filming out of sleep mode.
  13. I’ve interface and Ethernet IP reader I. To a unistream before. Any chance your using one from RFideas? If so I can send you the struct required.
  14. Is 465 not a secure port?? Vision PLCs cannot use a secure email server. UniStream can or talk to your IT about a port you can use on your local email server or look into SMTP2GO which is an unsecured email server you can create an account with and use with the vision series PLC
  15. If it is the status LED that is solid Red check your 24VDC power. If you get 24VDC at the screw on the terminal with a multi-meter change the screw terminal header. We've seen 2 bad terminal connectors that do not make contact with the pins on the header when fully inserted on a UIS-WCB1. Drove us nuts trying to figure it out.
  16. I'm confused is the button action linked to triggering UserInput? or RangeCheckDone?? and what does the action collection for the button look like(do you have more than one??) If the UserInput is the HMI button it more than likely should be a postive transition contact so that it only executes once on the rising edge no matter how long the button is held. here's an example from a different program we did. Ignore the image below it won't let me remove it from the post.
  17. I'd stick with a Vision Aus, working with strings is just easier inside it, a SM35 would also be a good thing to look at as it's has the native serial port. and you can add a second one or put an ethernet card in if you don't want to use the same port for the program and programming the unit.
  18. Once the program in downloaded you should be able to ping the PLC as you tried. If you can't enter info mode on the PLC(place your finger on the screen and hold till a prompt appears, the password for info mode will be the default) Select Ethernet and verify that the card is initialized and that communciation has been established(it's connected to the network)
  19. I seem to remember that the Visions have a FB for a NTP server. RCF is the block you want I think.
  20. Also try to install your Visilogic's in order 9.4,9.5,9.8.65 etc... I had issues once when I installed 9.4 after installing 9.8.65 and 9.8.79. I had to uninstalled everything and re-install starting with the oldest version.
  21. @Cara Bereck Levy Can you have someone look at the demo programs for the V700 MODBUS TCP/IP as in the demo Socket 2 is showing as Default TCP 502 Modbus slave, while in the help file the defaults are: Default Socket Settings The V700 default settings are listed below: Socket 0- TCP_Slave Port: 20256 Socket 1- TCP_Slave Port: 20257 Socket 2- TCP_Slave Port: 20258 Socket 3- TCP_Slave Port: 20259 Socket 4- TCP_Slave Port: 20260 Socket 5- TCP_Slave Port: 20261 Socket 6- TCP_Slave Port: 20262 Socket 7- TCP_Slave Port: 20263 So when looking at the demo project it appears that you don't need to configure socket 2 as it's port 502 by default(believe its due to the version the demo was written in V8.0.1) but I can see how this would be confusing for new users.
  22. What happens if you use version swapper to re-register the version of Visilogic you want to use?
  23. 11 and 12 need to be connected on the input header. For PNP they connect to 0V, for NPN they connect to V+ 11 controls I0-7 while 12 controls I8-15. Also in the specification read the notes about the RG Terminal as I believe it needs to be connected to 0V on the expansion adaptor.
  24. To my knowledge to the Vision and Samba units are unable to do this natively. It may be possible to code it but that seems like a lot of work when the UniStream supports MQTT.
  25. Check the value of the back light and contrast SI's SI7 and SI9.
×
×
  • Create New...