-
Content count
69 -
Joined
-
Last visited
Community Reputation
13 GoodAbout JYG
-
Rank
Sparky
- Birthday 03/12/65
Contact Methods
-
Website URL
http://www.invest-q
uebec.com
Profile Information
- Gender Male
- Location Québec
- Country Canada
-
When you activate your configuration, a dialog display an option "Autostart PLC Boot Project". You must check it.
-
What I do is adding a button "Enable" and "Disable" beside the RecipeViewer in a dialog box. You can select the recipe in the RecipeViewer and push the button "Enable" to confirm the selection. Your "Enable" button must have a event calling subroutine like this : Sub EventEnable RecipeEnabled = True WriteRecipeToController(RecipeViewerSelector.SelectedTemplate, RecipeViewerSelector.SelectedRecipe) End Sub Sub EventDisable RecipeEnabled = False End Sub
-
JYG started following Alarm triggered when Recipe is changed
-
AL Status Codes in NX1P2 using 1SAN drives.
JYG replied to Nate Hammersmith's topic in NJ Series / Sysmac Studio
Read section "9-8 Error- and Warning-related Objects" of "1S-series with Built-in EtherCAT Communications User’s Manual (I586)". Register 4000.81 Error Full Code Gives the error number of an error or warning which occurs in the Servo Drive. Register 4000.82 Error Code Gives the code of the latest existing error or warning which exists in the Servo Drive. -
b.k.n. liked a post in a topic: Sysmac studio, change keyboard shortcut
-
The Sysmac Studio documentation have a section named " Commands Whose Shortcut Key Assignment Cannot Be Changed". The Bookmarks is in this section.
- 1 reply
-
1
-
JYG started following Sysmac studio, change keyboard shortcut
-
JYG started following Recipe Control Select Event
-
I don't understand your problem. Can you explain details please? I'm using "RecipeViewer" and use a button to enable or disable a recipe. On enable, I use "WriteRecipeToController".
-
pturmel liked a post in a topic: SNTP omron plc
-
I always use UTC in any device and convert to another timezone if display is necessary.
-
The most simple method is to use the Automatic Clock Adjustment Function on each ETN21 card. You can broadcast using FINS command GET CLOCK or SET CLOCK (Check FINS Command Reference Manual).
-
JYG started following SNTP omron plc
-
AL Status Codes in NX1P2 using 1SAN drives.
JYG replied to Nate Hammersmith's topic in NJ Series / Sysmac Studio
I supposed you can read this register with EC_CoESDORead. -
JYG started following AL Status Codes in NX1P2 using 1SAN drives.
-
Get Event Name string from Troubleshooter / Event Code
JYG replied to MechEngi's topic in NJ Series / Sysmac Studio
You can use Excel or LibreOffice Calc to import XML file, here with Excel : Click Developer > Import Remove no interesting columns Click on Data > Remove duplicate Save as a CSV -
pturmel liked a post in a topic: Get Event Name string from Troubleshooter / Event Code
-
Get Event Name string from Troubleshooter / Event Code
JYG replied to MechEngi's topic in NJ Series / Sysmac Studio
My Sysmac Studio version is 1.55 and have 2357 EventInfo, yours have 2220 EventInfo. -
JYG started following Get Event Name string from Troubleshooter / Event Code
-
Get Event Name string from Troubleshooter / Event Code
JYG replied to MechEngi's topic in NJ Series / Sysmac Studio
String seem to be static. Sysmac Studio have directory to store definition : "C:\Program Files\OMRON\Sysmac Studio\ErrorDefinition". Definition is XML file about 3Mb, one for each language, for English is : "SysErrDef-en-US.xml". You can search the error code in this file and get the EventName string. Not very simple! -
Read/Write value of Omron memory area using Ethernet/IP (EIP) protocol
JYG replied to JayPrakashTiwari's topic in CX-One
Hi pturmel, Just in case someone found this link, it's a complement! Not tried Read Modify Write Tag Service Request (0x4e). You can read/write User Data Type structure with Read Tag Service (0x4c) and Write Tag Service (0x4d) in the limit of connection. -
JYG started following Read/Write value of Omron memory area using Ethernet/IP (EIP) protocol
-
Read/Write value of Omron memory area using Ethernet/IP (EIP) protocol
JYG replied to JayPrakashTiwari's topic in CX-One
For Ethernet/IP tags read/write you can read this manual : https://literature.rockwellautomation.com/idc/groups/literature/documents/pm/1756-pm020_-en-p.pdf Works fine with Omron NX. -
CuriousMind liked a post in a topic: NA5
-
This works for me : Image0.Source = "\User\SysmacHmi\inspection_" & ImageIndex & ".jpg" or Image0.Source = "\\Computer\Share\Inspection_4.jpg" Thank you realisator for sharing!
-
JYG started following Omron NA5-7W001
-
JYG liked a post in a topic: Omron NA5-7W001
-
See https://forums.mrplc.com/index.php?/topic/36275-na-hmi-operating-system-mismatch/
- 1 reply
-
1