Thank you for the reply. I was able to use this attribute in both of my Network Variable List Sends to clear the warnings.
You might want to try this library, https://www.wago.com/us/d/15735
I use the ifm products which have these blocks in their package. I would think Wago has something similar.
Hello, After updating from SP18 to SP19 I am receiving multiple C0564 warning messages after I compile. Does anyone know how to fix the warnings?
Have you cross referenced the variable to see if it is being written some where else? You could try an Execute block instead of a Move.
If you add any device to the CANOpen Manager it will send messages to verify the device is on the network. Do you have the Enable expert settings check box checked in the General tab? have you added any SDOs in the SDOs tab? I avoid using the CANOpen Manager and just use the CAN_Tx and CAN_Rx blocks from the library.
All your ACT values in the PID blocks are are not valid with a NaN.
I am receiving warnings for no assign warning messages after I updated my project from SP18 to SP19. How do I fix these warnings?
Is there a way to control what element is in focus?
Is there a was to flush the TCP port before a TCP Read?
Is there a was to flush the TCP port before a TCP Receive?
You can use a line and dynamically change the width, but it changes in both directions. I did this for a element that needed to be at a 45 degree angle which a bar display can't do.
Use the Bar Display Element instead of a Rectangle.
Hello, How can I get the current active visualization using 3.5 sp16 patch 4?
Hello, I was wondering if anyone has examples or experience using the CRC_GEN Block form the OSCAT library?
Thank you for the responses, I was able get it working.
Hello, I am trying to use the fbOpenDialogExtended block from Visu Utils. My code works only a third of the time and I am not sure why... FUNCTION_BLOCK FB_SeqChgMsgBx VAR_INPUT END_VAR VAR_OUTPUT END_VAR VAR xOpenMessageDialog : BOOL; xStartTimer : BOOL; fbOpenMessageDialog : VU.FbOpenDialogExtended; MessageInfo : d01_MessageBox_VISU_STRUCT; seqChgTemp : INT; TON_0 : TON; tonET : TIME; END_VAR IF GVL_Visual.autoSeqNumber <> seqChgTemp THEN CASE GVL_Visual.autoSeqNumber OF 0: MessageInfo.sMessageTxt...
Hello, I am trying to use the fbOpenDialogExtended block from Visu Utils. My code works only a third of the time and I am not sure why... FUNCTION_BLOCK FB_SeqChgMsgBx VAR_INPUT END_VAR VAR_OUTPUT END_VAR VAR xOpenMessageDialog : BOOL; xStartTimer : BOOL; fbOpenMessageDialog : VU.FbOpenDialogExtended; MessageInfo : d01_MessageBox_VISU_STRUCT; seqChgTemp : INT; TON_0 : TON; tonET : TIME; END_VAR IF GVL_Visual.autoSeqNumber <> seqChgTemp THEN CASE GVL_Visual.autoSeqNumber OF 0: MessageInfo.sMessageTxt...