Skip to content

Commit

Permalink
Change dataset real value name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThKindler authored Nov 8, 2023
1 parent 3c6e45b commit 2718141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/DriveTypes.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NAMESPACE Simatic.Ax.LAcycCom
: STRUCT
parameterNumber : UInt := uint#0; // Number of the parameter
index : UInt := uint#0; // Parameter index
value : Real := real#0.0; // Parameter value
Rvalue : Real := real#0.0; // Parameter value
DWvalue : DWord := DWORD#16#0000_0000; // Parameter value
errorValue : Byte := byte#2#11111111; // Error number (16#FF: no error; else: see error list)
END_STRUCT;
Expand Down

0 comments on commit 2718141

Please sign in to comment.