JohnnyB Posted February 12, 2013 Report Share Posted February 12, 2013 Hi . I use an V1040 with visilogic 9.4.0 Is possible change the baud rate (PORT1, PORT2, PORT3) without in Visilogic Thanks all for attention Quote Link to comment Share on other sites More sharing options...
MVP 2021 Flex727 Posted February 12, 2013 MVP 2021 Report Share Posted February 12, 2013 I'm pretty sure you can do this in INFO Mode on the PLC. Quote Link to comment Share on other sites More sharing options...
MVP 2014 Simon Posted February 12, 2013 MVP 2014 Report Share Posted February 12, 2013 You can do it through info mode, correct. This is handy to make a quick change for testing and initial setup. If the change is to be permanent, I prefer to do it via a COM_INIT block in the ladder program, using SB2. That way the com settings will always be confirmed at power up. The settings are then part of the project so they will be transferred if you load the program into a new PLC. Quote Link to comment Share on other sites More sharing options...
JohnnyB Posted February 13, 2013 Author Report Share Posted February 13, 2013 Friends Thanks for replies. Is possible apply changes from INFO MODE in the COM_Init block ? - I can change same parameters on info mode, but, after PLC restart, the code stored on ladder load values write in the code. Is possible access these parameters on SI, SB or other mode to write on ladder ? Quote Link to comment Share on other sites More sharing options...
MVP 2021 Joe Tauser Posted February 14, 2013 MVP 2021 Report Share Posted February 14, 2013 COM_INIT trumps info mode to the values loaded in the block. The only way you would be able to have changes would be to have multiple COM_INIT blocks. You could put a compare block in front of them tied to an MI which would select which COM_INIT was called on power up. Joe T. Quote Link to comment Share on other sites More sharing options...
JohnnyB Posted February 14, 2013 Author Report Share Posted February 14, 2013 Fantastic Joe.. I am very grateful for his suggestion. I create an DT for COMM setup... According to the configuration i enable an specific bit to load the corret COMM config on startup :-) Many thanks for all. Quote Link to comment Share on other sites More sharing options...
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.