Search talk: fb error

 
<< < 1 .. 43 44 45 46 47 .. 50 > >> (Page 45 of 50)

Post by nmcc on Toggling Visualizations using HMI Physical Buttons CODESYS Forge talk (Post)
Hey thank you for the reply dkugler. I am sorry if this seems like a stupid question. I have the use current visuvariable checkbox enabled. I can see the string names of all my visualizations. I am trying to use ladder logic to be the anser to the button press using "VisuElems.CurrentVisu := 'MainScreen';. This returns an error. Any idea what I am doing wrong or could you point me in the right direction for fixing this. Thanks,
Last updated: 2024-02-13

Post by nmcc on Toggling Visualizations using HMI Physical Buttons CODESYS Forge talk (Post)
Hey thank you for the reply dkugler. I am sorry if this seems like a stupid question. I have the use current visuvariable checkbox enabled. I can see the string names of all my visualizations. I am trying to use ladder logic to be the anser to the button press using "VisuElems.CurrentVisu := 'MainScreen';. This returns an error. Any idea what I am doing wrong or could you point me in the right direction for fixing this. Thanks,
Last updated: 2024-02-13

Post by amy123 on CSV Utility CANNOT_OPEN_DIRECTORY CODESYS Forge talk (Post)
Hello, I tried using the CSV Utility SL Example from the CODESYS IIoT Libraries SL. No matter what path I try, I can not get the InitSave to work from CSVWRitersSTExample, line 2. It always gives the error 'CANNOT_OPEN_DIRECTORY'. I am running this on an Windows Azure VM, with Codesys Control Win V3 x64. I added a folder called 'temp' to my C: so that the default 'C:/temp' would work. However it gives CANNOT_OPEN_DIRECTORY. I tried updating to 'C:\temp' with the same result. Any help would be greatly appreciated!
Last updated: 2024-02-14

Post by kleeswi on SysFileOpen does not work after update to V3.5 SP19 Patch 5 CODESYS Forge talk (Post)
I use the function SysFile.SysFileOpen(sFileNamePara, SysFile.ACCESS_MODE.AM_WRITE, pErrorFileOpen); to open and write a file. Since the update from Codesys V3.5 SP17 to V3.5 SP19 Patch 5 it does not work anymore. I first had SysFile.SysFileOpen(sFileNamePara, SysFile.ACCESS_MODE.AM_APPEND_PLUS, pErrorFileOpen); in both versions. hFile_Test is a pointer to byte. It gives an exceptional error when dereferencing the hFile_Test pointer. Edit: I use Codesys on a Raspberry pi
Last updated: 2024-02-19

Post by miodusy on File transfer via visu and codesys automation server CODESYS Forge talk (Post)
I have a problem with the file transfer library. Namely, it does not work via the codesys server. (error 5; overtime, and visualization resets). They operate mostly in local chains. I tested different browsers and VPN from the router. It works everywhere, except through access from the codesys automation server. The client, having many machines under one account, prefers to keep it that way rather than use an individual VPN just to download a backup. Does anyone have an idea what the problem is? Sylwester M.
Last updated: 2024-03-07

Post by dagsupport on CAA SerialCOM - hCom Reset max value 1023 CODESYS Forge talk (Post)
Hi everybody We are currently working on a project with an RS232 serial COM interface and using the CAA SerialCOM library. We have it working fine reading and writing data, although we have found an issue we cannot resolve and any suggestions would be helpful. We have noticed that after a while the RS232 stops working. We have tracked this down to the HANDLE hCom keeps increasing and when this reaches 1023 the COM returns an unknown error "5003". Is there a way to reset this hCom reference? Thanks Richard
Last updated: 2024-03-22

Post by amy123 on Alarm Manager Project Doesn't Open Successfully CODESYS Forge talk (Post)
Hello, when I download AlarmManager.project from https://forge.codesys.com/prj/codesys-example/alarm-manager/home/Home/, it gives an error when I open it. If I ignore the warning and continue to open, the alarms are missing. ** Exception Text ** System.ArgumentNullException: Value cannot be null. Parameter name: first at _3S.CoDeSys.ControlsContrib.Utilities.WeakMulticastDelegate.Invoke(Object[] args) at _3S.CoDeSys.ControlsContrib.Controls.WizardControl.OnFinishClick(EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Last updated: 2024-04-04

Post by valenting on Problem with Licenced Software Metrics CODESYS Forge talk (Post)
Hi, When I try to install my codesys program with the new application-based licensing, I have an error "it exceeds the scope of the license agreement. See Device > Licensed Software Metrics" In the Licensed Software Metrics section, I see a code size < 3MB and less than 2700 variables in visualiaztions. I'm using a license "Control Basic L" with "Codesys Visualization L" option, so it should be enough with these metrics. What can I do ?
Last updated: 2024-04-22

Post by richard-wang on Codesys recipe manager - what does it do? CODESYS Forge talk (Post)
Hi All Thanks for sharing this information. For whom may not know why always get error code 16#4000 or 16#4002 while performing Recipe commands, the root cause is There is a line need to be inserted in CODESYSControl.cfg file, which is PlaceholderFilePath.1=/var/opt/codesys/PlcLogic/ I am using Pi, therefore the above path is set to my pi unit, after adding above line to my cfg file, all the Recipe commands work fine. But I still do not know how and when this file got modified though.
Last updated: 2024-04-29

Post by william-blandon on RecipeManCommands.ReloadRecipes CODESYS Forge talk (Post)
Hello. I'm trying to use RecipeManCommands.ReloadRecipes Method for getting recipes from files. When I call the method it does not generate any error but also not reload any recipe to the recipe definition. Actually I have 6 recipe files on the directory PlcLogic. The rest of the methods work creating recipes, saving to file, etc. Does any one have the same issue? it is something to be set on the recipe manager?
Last updated: 2024-05-16

Post by ndzied2 on Rounding error in simple addition CODESYS Forge talk (Post)
This is a consequence of how computers store floating point numbers. 0.1 cannot be exactly represented in a computer. This is not a CoDeSys thing. Here is a link to a converter to show you the exact value that is represented when you use a REAL data type (which is a 32 bit float). https://baseconvert.com/ieee-754-floating-point If you really need to keep track of 0.1 increments. use INT OR DINT and then add 1 each time and assume that there is one decimal place.
Last updated: 2024-05-24

Post by robpqs on Visual error with cut/shredded texts CODESYS Forge talk (Post)
Hello, This is an old topic but it might help. This can/should be solved by either of the solution below 1. disabling the "Support client animations and overlay of native elements" option in the visualization Manager (which is handy) 2. disabling the "Hardware acceleration" of the browser. Saw it happening on some clients/PC and on other it works fine with the same webvisu... (Version 3.5.19.20 with visu package 4.4.0.0) Hopefully it will be fixed it in a next release. I haven't tested the 4.5.0.0 visu packages yet. RP,
Last updated: 2024-05-27

Post by paro on "You are using inconsistent overlay settings, please check your compiler defines for the current application" error CODESYS Forge talk (Post)
Disable the setting "Support client animations and overlay of native elements" in the Visu Manager. Activating this setting should also set a compiler define (GENERATE_OVERLAY_VISU). Maybe the compiler define is set and the feature is not activated in the visu manager or or the other way round.. rightclick the Application -> Properties -> Build https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_dlg_properties_build.html
Last updated: 2024-05-29

Post by yofi on Raspberry Pi 4 POU not running CODESYS Forge talk (Post)
I have this error where the pou doesn't run even for simple programs like contact and a coil if i remove the pou from the task and put another one it works for one run then it stops working again in the photo we can see a contact is on but the coil connected to it is still not on and the device is in run mode I had this issue again and again any help
Last updated: 2024-06-02

Post by yofi on Raspberry Pi 4 POU not running CODESYS Forge talk (Post)
I have this error where the pou doesn't run even for simple programs like contact and a coil if i remove the pou from the task and put another one it works for one run then it stops working again in the photo we can see a contact is on but the coil connected to it is still not on and the device is in run mode I had this issue again and again any help
Last updated: 2024-06-02

Post by joep on Custom robotics kinematics model debugging CODESYS Forge talk (Post)
When trying to move my axis using any group move instruction I get the following error: SMC_CP_INVALID_PATH_ELEM and axisgroup goes into errorstop state. I tested my methods thoroughly which makes it hard for me to debug. Are there some hidden rules I need to abide to? How would one go about debugging a custom robotics model, since the information inside isn't accesible. Is it possible to find the source of where the function breaks? Any hint in the right direction would be appreciated. Best regards
Last updated: 2024-06-08

Post by mozed on Signature verification faited fro the following package CODESYS Forge talk (Post)
Good morning, I'm trying to open a project but codesys tells me that there are certain packages that I don't have and that I need to download them. Once the installation of the packages begins, it shows me a error that the signature of certain packages does not correspond to that coming from the accepted installation context. Do you have a solution to my problem please, it is very urgent in my work. Sincerely
Last updated: 2024-06-11

Post by installwhat on What is the solution for "Application stopped on recovery switch request"? CODESYS Forge talk (Post)
<Entry severity="information" component="<10>" user="nobody" timestamp="2024-07-04 ?? 5:10:47" infoId="1">Axis#=121 , Error=30014 , Emergency 2 <Entry severity="information" component="<10>" user="nobody" timestamp="2024-07-04 ?? 5:10:23" infoId="1">TCP Server : WaitClient <Entry severity="information" component="<10>" user="nobody" timestamp="2024-07-04 ?? 5:10:23" infoId="1">TCP Server : Init What is "component="<10>"? Is this system a vanilla CODESYS RTE or is it a modified installation. I think more details are required.
Last updated: 2024-07-08

Post by mandeepahujaifm on Ethernet/IP 4.6.0 causing exceptions? CODESYS Forge talk (Post)
I have experienced the same with one of our customers after updating EIP Scanner to 4.6.0.0 and really baffled by it. The core dump simply shows error with ENIPScanner I/O task and on analyzing it says no source code available for 4.6.0.0. Contemplating to go back to 4.5.1 but 4.6.0.0 has some really nice fixes. I guess it don't matter if it crashes anways. Please keep us posted if you find anything.
Last updated: 2024-07-11

Post by mikek10 on Error IoDrvEthernetIP: Connection Failure. (16#1) How to solve CODESYS Forge talk (Post)
Make sure the number of bytes matches the values in the Ethernet/IP>Assembly Information section of the Wagos web management page (expand by clicking on the +). The EDS file will probably have defaulted to assemblies 101 and 104. If you want a different assembly there is an article that tells you how to modify but seems to be unavailable at the moment. An alternative is to modify the .eds file to change the default assemblies.
Last updated: 2024-07-22

Post by mikek10 on Error IoDrvEthernetIP: Connection Failure. (16#1) How to solve CODESYS Forge talk (Post)
Your connection configuration should look something like the attachment. Consuming assembly O->T will be the hex of the assembly you want to reference for output data - I want 102 (DO Data Only) shown in the Wago web page 102 = 16#66. Producing assembly (T->O) is the assembly you require for input data - again shown in the Wago web page - I want 108 (DI Data Only) or 16#6C Then set the number of bytes as per the data in the Wago web page too (both 2 in my case)
Last updated: 2024-07-22

Post by mrbartpawlowski on OMAC PackML library 1.0.04 CODESYS Forge talk (Post)
Hello all, Can someone point me to the OMAC PackML State Machine library documentation, I can't find any description of the block functionality ? I was looking into https://content.helpme-codesys.com/en/libs/index.html but there's no PackML there. I'm new to Codesys and don't know if I'm doing something wrong here ? In library tab in codesys whenever I want to see documentation I'm getting an error. Regards Bart
Last updated: 2024-08-15

Post by mrbartpawlowski on OMAC PackML library 1.0.04 CODESYS Forge talk (Post)
Hello all, Can someone point me to the OMAC PackML State Machine library documentation, I can't find any description of the block functionality ? I was looking into https://content.helpme-codesys.com/en/libs/index.html but there's no PackML there. I'm new to Codesys and don't know if I'm doing something wrong here ? In library tab in codesys whenever I want to see documentation I'm getting an error. Regards Bart
Last updated: 2024-08-15

Post by micik on ERR_OK not recognized CODESYS Forge talk (Post)
Hello, if I try to use ERR_Ok in my code to check whether the file is open correctly or not, I get an error "Identifier ERR_OK not recognized", I can use plain 0 (zero) instead. But in general, is this a proper way to check for success of file operation since the 4th parameter is a poinmter to RTS_IEC_RESULT, and normally I would expect this to be used somehow. _hFile := SysFileOpen(_sFileName, am:=SysFile.ACCESS_MODE.AM_WRITE, ADR(_result)); IF _result <> 0 THEN udDiag := 100; RETURN;
Last updated: 2024-08-17

Post by docker on Webvisu client connection monitoring CODESYS Forge talk (Post)
Hi mate, With this snippet i was able to see the lastusage variable count, but it would not iterate between clients? i was only able to access the data of the target visu. it threw an error with the array of pointers stating it was not able to convert etc. also when i tried it with the while loop it created an endless loop and crashed the program. any ideas? Thankyou
Last updated: 2024-09-10

<< < 1 .. 43 44 45 46 47 .. 50 > >> (Page 45 of 50)

Showing results of 1244

Sort by relevance or date