Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
Displays / Draw lines and points
« Last post by F.M.Elettromeccanica on October 21, 2023, 07:41:34 PM »
Hi all, i was wondering if there is a fast and easy way to draw lines and points dinamically. I have an array that defines a number of points (0 to 4096) and i wish to draw as points as the array length is. I can do this easily in other developement  platforms (java,codesys,QT etc) but seems that is not possible to do it in GUIDE. i should to populate all 4096 elements in screen editor and them manage them manually???  :o. It' a huge work to do something that i can do in fwe lines of code in other dev envitonment. I hope i'm wrong...
42
PLUS+1 Compliant Hardware / Re: PVED-CC S7 ISOBUS when CAN network is down.
« Last post by G30RG3 on October 19, 2023, 06:55:11 PM »
AFAIK the PVE should generate an error after 250ms.
I guess you've set the fault monitoring to passive?
Setting this to active, should bring the PVE to a safe state in case of an error.
43
PLUS+1 Compliant Hardware / PVED-CC S7 ISOBUS when CAN network is down.
« Last post by jert on October 18, 2023, 09:44:55 PM »
I have had a failure with our Danfoss PVED-CC S7 valves when the CAN network fails. If the valve was commanded on it keeps going even though the CAN network is down.  Is there a parameter that I can set so that if the valve loses the CAN signal it will stop immediately or go to neutral?
44
PLUS+1 Compliant Hardware / Re: PVED-CC S5 ISOBUS
« Last post by jert on October 18, 2023, 09:36:54 PM »
Thank you!
It worked!
45
Displays / Lifetime NVmem Erase/Write for DM430E
« Last post by JHansonHere on October 18, 2023, 05:36:50 AM »
I can't find anything on the Non-volatile memory other than it having a 32kB EEPROM. Anyone know the lifetime erase/write cycle number for these?
46
PLUS+1 GUIDE / Re: EMD Speed Sensor Function Block compiling error
« Last post by Tor on October 13, 2023, 04:22:07 PM »
Hi G3ORG3,

I agree!!
47
If you want the value to be modified only from Service Tool, I would suggest to simply use the "Non-volatile Memory Dynamic Input" component. With this component, you do not have to deal with anything about read/write/default.

Simply place the component in the program and use it's value where you need it.

After you downloaded the program into the controller, maybe it will have garbage in it, but simply setting a value with Service Tool will set it correctly (you are connected to Service Tool anyway as you are downloading the firmware to the controller, so it's not a big hassle).

Sam
48
PLUS+1 GUIDE / Re: EMD Speed Sensor Function Block compiling error
« Last post by G30RG3 on October 13, 2023, 02:00:07 PM »
Maybe the time to send the autotype-constants in retirement is overdue: the benefits are close to non existant, the issues caused by data type errors ...
49
PLUS+1 Compliant Hardware / Re: PVED-CC S5 ISOBUS
« Last post by dainbramage on October 09, 2023, 08:11:50 PM »
Not sure if you already soved this problem or not, but ran into it with the s5 and s6 valves. Just installing the diagnostic files should solve that error for you. Another reason I have seen that error pop up is if you have multiple valves with the same address located on the bus. I attached the ones for the S5 Isobus, just let me know if you need a different one.

The diagnostic files in the folder are the ".plg" files. You can go ahead and install both of them and it should be good to go. I had a 9 section stack with one coil giving me that error with only the R395 installed. Installing the R388 file made the one in question functional, guessing an old coil wound up in the stack somehow.
50
PLUS+1 GUIDE / Re: EMD Speed Sensor Function Block compiling error
« Last post by Tor on October 09, 2023, 07:55:16 AM »
Hello,

What does the compile error say?
Are all the input signals the correct type?
If you use constants, make sure you use typed constants, not auto-typed. A very common issue.
Pages: 1 ... 3 4 [5] 6 7 ... 10